Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Releases: horizontalsystems/ethereum-kit-ios

Version 0.13

24 Mar 13:11
Compare
Choose a tag to compare
  • EthereumKit

    • Add support to BSC. Kit initialization method changed [ non-back-compatible api change ]
    • Update Etherscan testnet urls
  • UniswapKit

    • Add support to PancakeSwap

Support for Infura project secret

13 May 09:40
Compare
Choose a tag to compare
0.6.1

Update podspec versions to 0.6.1 (#119)

Separate kits for Ethereum and Erc20

09 May 08:26
Compare
Choose a tag to compare
0.6

Remove kit names from tags in podspecs (#116)

Core Architecture Refactoring

27 Feb 10:51
Compare
Choose a tag to compare
  • database layer extracted into IStorage protocol (#41)
  • GRDB library is used for database layer (#20)
  • all amounts are now presented in String values (#44)
  • bug fixes (#43, #46, #48)

ERC20 Support

13 Feb 05:54
Compare
Choose a tag to compare

ERC20 Tokens support implemented

Now EthereumKit can handle multiple ERC20 tokens. A token can be registered to EthereumKit and it can sync and notify updates for this token.