Skip to content

Releases: tokend/kotlin-wallet

3.7.0

25 Nov 14:24
Compare
Choose a tag to compare

Added

  • Destroyable implementation for Account
  • equal and hashCode methods for Account

Changed

  • From now on Account is always a complete keypair with a private key.
    To verify signatures use Account.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 from Account (see above)
  • Account.fromAccountId and Account.fromPublicKey methods (see above)

3.6.4

15 Jul 12:38
Compare
Choose a tag to compare

Changed

  • XDR strings are now encoded end decoded in UTF-8

3.6.3

20 Jan 14:36
Compare
Choose a tag to compare

Added

  • Serializable marker to NetworkParams

3.6.2

25 Dec 11:49
Compare
Choose a tag to compare

Fixed

  • Incorrect salt transform in Transaction constructor, use
    true absolute value now

3.6.1

26 Nov 15:46
Compare
Choose a tag to compare

Added

  • Transaction constructor from XDR TransactionEnvelope

Changed

  • Signing-related Transaction methods are now static

3.5.0

24 Sep 14:15
Compare
Choose a tag to compare

Changed

  • Updated XDR version to bfc2e7b
  • Updated TokenD Maven repo domain

3.4.2

06 Sep 11:11
Compare
Choose a tag to compare

Fixed

  • XDR decoding on devices running Java 7

Changed

  • ProGuard rules

3.4.1

05 Sep 14:42
Compare
Choose a tag to compare

Changed

  • ProGuard rules

3.4.0

04 Sep 10:38
Compare
Choose a tag to compare

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

3.3.0

15 Jul 12:31
Compare
Choose a tag to compare

Added

  • Ability to add DecoratedSignature to the transaction directly