All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Please check our developers guide for further information about branching and tagging conventions.
3.7.0 2021-11-25
Destroyable
implementation inAccount
equal
andhashCode
methods forAccount
- From now
Account
is always a complete keypair with a private key. To verify signatures useAccount.verifySignature
static methods - Updated XDR version to
7708446fd03153bf0d99b299c9df054dd9788c7c
- Updated Kotlin version to 1.4.10
- Inability to convert true
UInt64
amounts from and to precised
- Positive number restriction on transaction salt
canSign
method from account (see above)Account.fromAccountId
andAccount.fromPublicKey
methods (see above)
3.6.5 2020-08-12
- Updated XDR version to
d639694
3.6.4 2020-07-15
- XDR strings are now encoded end decoded in UTF-8
3.6.3 2020-01-20
Serializable
marker toNetworkParams
3.6.2 2019-12-25
- Incorrect salt transform in
Transaction
constructor, use true absolute value now
3.6.1 2019-11-26
Transaction
constructor from XDRTransactionEnvelope
- Signing-related
Transaction
methods are now static
3.6.0 2019-11-05
- Updated XDR version to
78afc23
3.5.0 2019-09-24
- Updated XDR version to
bfc2e7b
- Updated TokenD Maven repo domain
3.4.2 2019-09-06
- XDR decoding on devices running Java 7
- ProGuard rules
3.4.1 2019-09-05
- ProGuard rules
3.4.0 2019-09-04
- Ability to decode XDR models: call
.fromXdr
or.fromBase64
methods of the required class in Kotlin or use*.Decoder
static member in Java - ProGuard rules
- Ability to add a collection of operation bodies to
TransactionBuilder
- Apache encoding libraries
- Updated XDR version to
9199f20
3.3.0 2019-07-15
- Ability to add
DecoratedSignature
to the transaction directly
3.2.0 2019-06-18
- Updated XDR version to
cd889b0
3.1.0 2019-05-27
- Ability to add transaction signers with the
TransactionBuilder
- Updated way of XDR generation, check out Readme
- Updated XDR version to
3.3.0
(c8561fd
)
3.0.1 2019-02-28
reference
optional param forSimplePaymentOp
- Account rules and roles
- Signer rules and roles
- XDR version to
7e06563
PaymentV2
and all related-V2
things to justPayment
- Wrong value type for
KeyValueEntryValue