Skip to content

0.2.1 (beta)

Compare
Choose a tag to compare
@as-iotex as-iotex released this 17 Apr 21:22
· 96 commits to main since this release

0.2.1 (2022-04-17)

Features

  • add abi decode namespaces to arduino header (abc3779)
  • add address abi decoding (dcd2339)
  • add array abi decoding (f46c9af)
  • add bignumber abi decoding (b90156e)
  • add bool abi decoding (853484c)
  • add bytes abi decoding (10b61f5)
  • add decode address tests (812ba9f)
  • add integer abi decoding (5f0b3bb)
  • add readContract api endpoint (93b38bd)
  • add string abi decoding (ee0d445)
  • add tests for readContract (f8cbce4)
  • add uint256_t library (345d572)
  • address class (714a008)
  • overload equality operator in bignum (ed394d8)

Bug Fixes

  • array initialization (df8af01)
  • bignum (69fba61)
  • change the tests to use the test address and fake server (0a5059a)
  • ensure api messages are initialized (769e169)
  • fake server grpc-status header error (97c1e93)
  • hex2str return error if invalid chars (6d083e3)
  • mark input parameters as const (aef9c9f)
  • tests (22006b4)