All Versions
10
Latest Version
Avg Release Cycle
23 days
Latest Release
2038 days ago

Changelog History

  • v2.0.1

    November 12, 2018
  • v2.0.0 Changes

    June 16, 2018
    • ๐Ÿ‘Œ Support ERC20 transfer
    • ๐Ÿ—„ Deprecate BDouble, use Decimal for ether value
    • Throws error when failed to convert ether -> wei / wei -> ether
    • ๐Ÿ‘Œ Support private net for testnet and mainnet
  • v1.3.0 Changes

    June 07, 2018
    • โž• Add Kovan network
    • ๐Ÿ›  Fix bug in address striping #126 (Critical)
  • v1.2.3 Changes

    May 31, 2018

    Sorry for releasing frequently.

    • ๐Ÿ‘€ Check if mnemonic words are included in the list of words before generate seed
  • v1.2.2 Changes

    May 31, 2018
    • ๐Ÿ‘‰ Make mnemonic words property public
  • v1.2.1 Changes

    May 30, 2018
    • Minimum development target is now iOS 9.0
    • Compiled with Swift 4.1.2
  • v1.2.0 Changes

    May 26, 2018
    • ๐Ÿ›  fix secp256k1 dependency problem
    • ๐Ÿ— much faster building
  • v1.1.1 Changes

    May 13, 2018

    ๐Ÿ”„ Changes

    • โž• Added method to restore public key from signature
    • โž• Added method to restore public key from rsv
    • โœ‚ Delete Gas.swift and add extra parameters (GasLimit, GasPrice) to RawTransaction
    • โœ‚ Delete SignTransaction model
    • โž• Added more method documentation
  • v1.1.0 Changes

    May 06, 2018
    • โœ‚ Remove APIKit and Result frameworks from dependency
  • v1.0.4 Changes

    April 22, 2018
    • โž• Add GetBlockNumber rpc
    • โž• Add GetEstimateGas rpc
    • ๐Ÿ‘Œ Improve error handling
    • โž• Add message signing. See