Skip to content

Releases: 5afe/svalinn-kotlin

Version 0.16.1

29 Aug 13:52
2177c9b
Compare
Choose a tag to compare

Fixes for rlp encoding of transactions

Version 0.16.0

22 Aug 12:44
a84316d
Compare
Choose a tag to compare

Add EIP-1559 transaction type

Version 0.15.0

02 Aug 12:21
98799b9
Compare
Choose a tag to compare

Multiple networks support:

  • Add rpcUrl to EthereumRepository
  • Change chainId type to BigInteger

Version v0.14.0

02 Jun 08:49
cd198a3
Compare
Choose a tag to compare

This releases the features added for 0.13.0 (which was not released) and v0.14.0

v0.13.0

  • Migrate security module from RxJava to Kotlin Coroutines
  • Bump several libs to newest version
  • Remove Fingerprint support in security module
  • Add removePassword() to EncryptionManager to start over if checksum or password in prefs are out of sync

v0.14.0

  • Add Nullable Convertes for EncryptedByteArray and EncryptedString

Version 0.12.1

22 Jul 10:50
7901f0b
Compare
Choose a tag to compare
  • Add a type adapter for big decimal numbers

Add moshi type adapters

24 Apr 11:37
69334e5
Compare
Choose a tag to compare
  • Adds JSON adapters for addresses and Wei values
  • Creates a default builder that can be modified by clients if they need additional TypeAdapters
  • String.parseToBigInteger() has been added to NumberUtils and can be removed from StringUtils in the app

Version 0.11.0

16 Apr 12:48
09a420c
Compare
Choose a tag to compare

Ethereum RPC API migration to a coroutine implementation

Version 0.10.0

09 Dec 16:58
0b861ab
Compare
Choose a tag to compare

Update libs

Version 0.9.0

11 Jul 11:03
Compare
Choose a tag to compare
  • replace Android Support Library with AndroidX

Version 0.8.1

13 May 09:24
b36cbbe
Compare
Choose a tag to compare
  • Add functionality for getStorageAt