Releases: iotexproject/arduino-sdk
Releases · iotexproject/arduino-sdk
v0.3.1
v0.2.11
v0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3 (beta)
v0.2.3 chore(release): 0.2.3
0.2.2 (beta)
v0.2.2 chore(release): 0.2.2
0.2.1 (beta)
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)