Skip to content

Releases: yuzushioh/EthereumKit

2.0.1: Merge pull request #151 from D-Technologies/add-sign-method-hdwallet

12 Nov 06:26
63d7aee
Compare
Choose a tag to compare

ERC20

16 Jun 09:16
Compare
Choose a tag to compare
  • 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

Latest

07 Jun 11:18
e09299e
Compare
Choose a tag to compare
  • Add Kovan network
  • Fix bug in address striping #126 (Critical)

Faster

31 May 15:02
b19d907
Compare
Choose a tag to compare

Sorry for releasing frequently.

  • Check if mnemonic words are included in the list of words before generate seed

Faster

31 May 14:04
819df0b
Compare
Choose a tag to compare
  • Make mnemonic words property public

Faster

30 May 18:28
Compare
Choose a tag to compare
  • Minimum development target is now iOS 9.0
  • Compiled with Swift 4.1.2

Faster

26 May 05:22
73f7396
Compare
Choose a tag to compare
  • fix secp256k1 dependency problem
  • much faster building

Simplified - 1

13 May 09:08
b93be3c
Compare
Choose a tag to compare

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

Simplified

06 May 08:05
da46234
Compare
Choose a tag to compare
  • Remove APIKit and Result frameworks from dependency

EthereumKit-4

22 Apr 15:15
561f1fd
Compare
Choose a tag to compare
  • Add GetBlockNumber rpc
  • Add GetEstimateGas rpc
  • Improve error handling
  • Add message signing. See