Skip to content

Releases: iotexproject/arduino-sdk

v0.3.1

11 Sep 08:52
Compare
Choose a tag to compare
chore(release): 0.3.1

v0.2.11

10 Sep 11:16
Compare
Choose a tag to compare

0.2.11 (2022-09-10)

Features

  • account: add getters that return IotexString (9d4b8ce)
  • account: pk encryption (9994066)
  • storage: deletePrivateKey (e4a8933)

Bug Fixes

v0.2.8

20 Aug 19:50
Compare
Choose a tag to compare

0.2.8 (2022-08-20)

Features

0.2.7

01 Aug 09:21
Compare
Choose a tag to compare

0.2.7 (2022-08-01)

Bug Fixes

  • replace hardcoded serial print with debug macro (ab887f0)

0.2.6

01 Aug 09:04
Compare
Choose a tag to compare
v0.2.6

chore(release): 0.2.6

0.2.5

30 May 13:22
Compare
Choose a tag to compare
v0.2.5

chore(release): 0.2.5

0.2.4

30 May 12:11
Compare
Choose a tag to compare
v0.2.4

chore(release): 0.2.4

0.2.3 (beta)

20 Apr 12:00
Compare
Choose a tag to compare
v0.2.3

chore(release): 0.2.3

0.2.2 (beta)

17 Apr 22:03
Compare
Choose a tag to compare
v0.2.2

chore(release): 0.2.2

0.2.1 (beta)

17 Apr 21:22
Compare
Choose a tag to compare

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)