Skip to content

Releases: icerockdev/moko-web3

0.11.0

09 Oct 13:30
1db3fe5
Compare
Choose a tag to compare

Changes

  • #47 types for hexes implemented

0.10.2

30 Sep 05:44
dc73ddd
Compare
Choose a tag to compare

Changes

  • #66 Add default content type application/json
  • #67 effectiveGasPrice is required field for TransactionReceipt

0.10.1

28 Sep 15:23
9a27eb4
Compare
Choose a tag to compare

Changes

  • #63 Fix error with RPCResponse

0.10.0

27 Sep 04:15
d7177e2
Compare
Choose a tag to compare

Changes

  • #60 Add waitForTransactionReceipt function

0.9.2

23 Sep 06:38
2ff9920
Compare
Choose a tag to compare

Changes

  • #57 fixed executeBatch method, it can accept Web3Request<*, T> now

0.9.1

23 Sep 05:08
e910ea2
Compare
Choose a tag to compare

Changes

  • #54 smart contract api refactored

0.9.0

22 Sep 03:55
b2b2038
Compare
Choose a tag to compare

Changes

  • #51 separated Web3 to interface for more API flexibility

0.8.2

02 Sep 04:35
79ab05d
Compare
Choose a tag to compare

Changes

  • #45 fixed usage of KSerializer

0.8.1

30 Aug 04:36
5b88ea7
Compare
Choose a tag to compare

Changes

  • #41 hex string to bytes function fixed

0.8.0

26 Aug 08:21
bc6d490
Compare
Choose a tag to compare

Changes

  • #38 etherium address validation and test added