Skip to content
This repository was archived by the owner on Sep 3, 2019. It is now read-only.

0.3.1

Choose a tag to compare

@dwalintukan dwalintukan released this 09 Jan 18:14
· 102 commits to master since this release
908254a

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