Java SDK 1.1.0
This release is a minor version update, and contains new features and deprecations. It is not compatible with cored 1.0.x; please upgrade cored before updating your SDKs.
Notable changes:
- Creating control programs via the
ControlProgram.Builder
class is deprecated. Instead, useAccount.ReceiverBuilder
. Transaction.Action.ControlWithProgram
is deprecated. UseTransaction.Action.ControlWithReceiver
instead.- Transaction output objects and unspent outputs now have an
id
property, which is unique for that output across the history of the blockchain. - The
spentOutput
property onTransaction.Input
is deprecated. UsespentOutputId
instead. Transaction.Action.SpendAccountUnspentOutput
now has asetOutputId
method. ThesetTransactionId
andsetPosition
methods are deprecated.