This repository was archived by the owner on Sep 3, 2019. It is now read-only.
0.3.1
Release Notes
- Added compatibility with all Solidity types except for Fixed Point Numbers (not fully implemented in Solidity) and dynamic types. Dynamic types are not recommended for function parameter use in Qtum currently.
- Fixed error with parsing pure numbers in bytes arrays
- uintToHex encoder method accepts decimal, string, hex string, or BN.js formats
- intToHex encoder method accepts decimal, string, or BN.js formats