Skip to content

Latest commit

 

History

History
86 lines (47 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

86 lines (47 loc) · 1.93 KB

Changelog

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.

Added

Changed

  • 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

Removed

  • jcenter()
  • appcompat-v7 dependency from library
  • kotlin android extensions

Fixed

  • trustwallet:wallet-core dep. version in sample app

1.5.4 - 2021-11-11

Changed

  • Allow chain changes on session approve

1.5.3 - 2021-10-06

Added

  • EIP-1559 fields to ETH transaction model

1.5.2 - 2021-05-15

Fixed

  • Parse ETH transaction payload params (#26)

1.5.1 - 2021-05-14

Fixed

  • Parse ETH transaction payload params (#26)

1.5.0 - 2020-09-30

Added

  • Persist chainId

1.4.9 - 2020-06-16

Added

  • Decode gas and gasLimit in WCEthereumTransaction

Changed

  • Upgrade Gradle dependencies