web3swift v0.5.6 Release Notes

Release Date: 2018-04-20 // almost 6 years ago
  • 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)