Skip to content

Java SDK 1.1.0

Compare
Choose a tag to compare
@jeffomatic jeffomatic released this 24 Feb 23:07

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, use Account.ReceiverBuilder.
  • Transaction.Action.ControlWithProgram is deprecated. Use Transaction.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 on Transaction.Input is deprecated. Use spentOutputId instead.
  • Transaction.Action.SpendAccountUnspentOutput now has a setOutputId method. The setTransactionId and setPosition methods are deprecated.