Releases: trustwallet/wallet-connect-kotlin
Releases · trustwallet/wallet-connect-kotlin
1.5.6: Upgrade dependencies, Remove outdated (#47)
* * Upgrade Kotlin 1.5.31 -> 1.6.21 * Upgrade Grade Build Tool 4.0.0 -> 7.2.1 * Upgrade Gradle 6.1.1 -> 7.4.2 * sourceCompatibility/targetCompatibility Java 8 -> Java 11 * (sample) app module depends on library module directly instead of using Jitpack * Upgrade all dependencies - Remove jcenter() * + CHANGELOG.md * + ViewBinding - Kotlin Android Extensions * * Fix trustwallet-core dep. version * * Update CHANGELOG.md Co-authored-by: Viacheslav Kulish <[email protected]>
1.5.5
1.5.4
1.5.3
1.5.2: Parse eth payload (#27)
* Fix ETH transaction payload parse * move deserializer * move deserializer
1.5.1: Leniently parse Ethereum transaction payload params (#25)
* Fix ETH transaction payload parse * move deserializer
1.5.0: Persist chainId (#22)
Persist chainId
1.4.9: Decode gas and gasLimit in WCEthereumTransaction (#20)
* Decode gas and gasLimit in WCEthereumTransaction * update gradle deps
1.4.8
Add WCCipher class.
1.4.7
- Bug fixes
- Add SocketListeners