Releases: tokend/kotlin-wallet
Releases · tokend/kotlin-wallet
3.7.0
Added
Destroyable
implementation forAccount
equal
andhashCode
methods forAccount
Changed
- From now on
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
Fixed
- Inability to convert true
UInt64
amounts from and to precised
Removed
- Positive number restriction on transaction salt
canSign
method fromAccount
(see above)Account.fromAccountId
andAccount.fromPublicKey
methods (see above)
3.6.4
3.6.3
3.6.2
3.6.1
3.5.0
3.4.2
3.4.1
3.4.0
Added
- 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
Removed
- Apache encoding libraries
Changed
- Updated XDR version to
9199f20