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.
- Sample app
- CHANGELOG.md
ViewBinding
- README.md
- Upgrade Kotlin, Gradle, all dependencies
- sourceCompatibility/targetCompatibility Java 8 -> Java 11
- (sample) app module depends on library module directly instead of using Jitpack
- jcenter()
appcompat-v7
dependency from librarykotlin android extensions
trustwallet:wallet-core
dep. version in sample app
1.5.4 - 2021-11-11
- Allow chain changes on session approve
1.5.3 - 2021-10-06
- EIP-1559 fields to ETH transaction model
1.5.2 - 2021-05-15
- Parse ETH transaction payload params (#26)
1.5.1 - 2021-05-14
- Parse ETH transaction payload params (#26)
1.5.0 - 2020-09-30
- Persist chainId
1.4.9 - 2020-06-16
- Decode gas and gasLimit in WCEthereumTransaction
- Upgrade Gradle dependencies