All Versions
46
Latest Version
Avg Release Cycle
16 days
Latest Release
1883 days ago

Changelog History
Page 2

  • v0.6.0 Changes

    April 24, 2018

    Full Changelog

    Closed issues:

    • InValid Account Error #76

    ๐Ÿ”€ Merged pull requests:

    • โž• add example of ERC20 transfer in Example #81 (shamatar)
    • include example of ERC20 token transfer #80 (shamatar)
    • ๐Ÿ‘ Allow BIP32 keystore init from seed directly Add convenience BIP32 keystore and KeystoreV3 serialization methods Test custom path derivation after saving Add new BIP39 languages #74 (shamatar)
  • v0.5.6 Changes

    April 20, 2018

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • Crash when generate keystore by mnemonics #62

    Closed issues:

    • BIP39 Keystore not accessible from keystore parameter path #68

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ“œ convenience methods in web3.eth to send ETH using either raw BigUInt value in Wei, or parsing a decimal string of arbitrary units #72 (shamatar)
    • ๐Ÿ‘Œ improve BIP32 serialization to disk #71 (shamatar)
    • ๐Ÿ›  Fix BIP32 keystore when used through Manager #70 (shamatar)
    • โž• add marshalling and unmarshalling signature as a part of Web3Utils #69 (shamatar)
    • ๐Ÿ“œ Event parsing example from user case #67 (shamatar)
  • v0.5.5 Changes

    April 18, 2018

    Full Changelog

    Closed issues:

    • Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value #57

    ๐Ÿ”€ Merged pull requests:

    • โœ… Solidity bound ECRecover test and example #66 (shamatar)
    • ๐Ÿ›  Fix BIP 32 derivation in release build (with optimization) #65 (shamatar)
    • ๐Ÿ”จ Tests refactoring #61 (skywinder)
  • v0.5.4 Changes

    April 16, 2018

    Full Changelog

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  fix regression of abi encoding #60 (shamatar)
  • v0.5.3 Changes

    April 16, 2018

    Full Changelog

    ๐Ÿ”€ Merged pull requests:

    • Wider range of parameter types as input to ABI encoder #59 (shamatar)
  • v0.5.2 Changes

    April 16, 2018

    Full Changelog

    Implemented enhancements:

    • Signing and unsigning. #52

    ๐Ÿ›  Fixed bugs:

    • Signing identical transaction results in different raw tx #53
    • I can not use my contract ? #43
    • ๐Ÿ‘‰ Use of unresolved identifier 'Address' #14

    Closed issues:

    • the method " web3.eth.getBlockByNumber()" reseult fail? #54
    • the method"web3Main?.eth.getBalance()" result is not correct? #50
    • ๐Ÿ“š Documentation, samples, comments #13

    ๐Ÿ”€ Merged pull requests:

    • โž• add ECrecover, personal sign and unlock account methods #58 (shamatar)
    • ๐Ÿ”จ Refactor secp256k1 part Slightly update an example Start working on web3.personal #56 (shamatar)
    • ๐Ÿ›  fix regression #55 (shamatar)
    • ๐Ÿ›  fix balance, provide better transaction receipt #51 (shamatar)
  • v0.5.1 Changes

    April 11, 2018

    Full Changelog

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿš€ bump podspec and release 0.5.1 #49 (shamatar)
    • ๐Ÿš€ Contract deployment implementation #48 (shamatar)
  • v0.5.0 Changes

    April 10, 2018

    Full Changelog

    Implemented enhancements:

    • ๐Ÿ‘Œ Support returning structs from functions #33
    • Mnemonic account with five level derivation path like M/44'/60'/0'/0/1 #42

    ๐Ÿ›  Fixed bugs:

    • ๐Ÿ— Build error during archiving web3swift #15

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ”€ merge 0.5.0 #47 (shamatar)
    • cleanup to prevent Pod from panicking #45 (shamatar)
    • ๐Ÿ›  Fixes for external node work and more flexibility for BIP32 childs derivation #44 (shamatar)
  • v0.4.1 Changes

    April 07, 2018

    Full Changelog

    Implemented enhancements:

    • Password for every transaction #16
    • Concurrent batched requests #38 (skywinder)

    Closed issues:

    • there is some error in example #27
    • EthereumKeystoreV3 constructor with KeystoreParamsV3 #17
    • Example and Code are different #9

    ๐Ÿ”€ Merged pull requests:

    • โœ… ABIv2 encoder now also works. Tested for most of the types, including string[2] and string[] #41 (shamatar)
    • โœ… Tested ABIv2 parser, with no regressions #40 (shamatar)
    • Streamlined concurrency, generic operations and fanout|join are available #39 (shamatar)
  • v0.4.0 Changes

    April 04, 2018

    Full Changelog

    Implemented enhancements:

    • Struct encoder/decoder: Using a struct in a public function with ABIEncoderV2 #32

    Closed issues:

    • BIP32Keystore and EthereumKeystoreV3 can't getPrivateKeyData #28

    ๐Ÿ”€ Merged pull requests: