Releases: 5afe/svalinn-kotlin
Releases · 5afe/svalinn-kotlin
Version 0.16.1
Fixes for rlp encoding of transactions
Version 0.16.0
Add EIP-1559 transaction type
Version 0.15.0
Multiple networks support:
- Add rpcUrl to EthereumRepository
- Change chainId type to BigInteger
Version v0.14.0
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
- Add a type adapter for big decimal numbers
Add moshi type adapters
- 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
Ethereum RPC API migration to a coroutine implementation
Version 0.10.0
Update libs
Version 0.9.0
- replace Android Support Library with AndroidX
Version 0.8.1
- Add functionality for getStorageAt