Skip to content

Releases: horizontalsystems/ethereum-kit-android

v1.1.0

05 Apr 10:18
Compare
Choose a tag to compare

What's Changed

Read more

Version 0.4.0

23 Dec 06:17
Compare
Choose a tag to compare
Handle even hex strings while converting to ByteArray

Support for basic authentication in Infura

13 May 11:12
b5db537
Compare
Choose a tag to compare

Now Infura can be used with secret key

Separate kits for Ethereum and Erc20

13 May 11:01
aa45bc7
Compare
Choose a tag to compare
  • Added a separate class Erc20Kit for working with Erc20 tokens
  • Removed web3j library dependency
  • Bug fixes and architecture refactoring

Core Architecture Refactoring

01 Mar 12:21
751fcb2
Compare
Choose a tag to compare
  • Extracted DB Layer using Room instead of Realm
  • Format addresses in Eip55 format
  • Bug fixes

ERC20 Token Support

15 Feb 11:38
f7c42ba
Compare
Choose a tag to compare
  • Add ERC20 token support (#5)
  • Add ability to initialize EthereumKit with seed
  • Use BigDecimal instead of Double for amount
  • Add "stop" method to clear pending tasks
  • Improve filtering token transactions
  • Set "coinType" to 60 for MainNet
  • Add method for asynchronously getting transactions for given fromHash and limit
  • Bug fixes and enhancements