Skip to content

Releases: emilianobilli/ethlite

Version 0.0.16

23 Apr 13:02
Compare
Choose a tag to compare

Adding getTransactionByHash()
Bug Fix: RLP encoding '' as int

Version 0.0.15

05 Apr 14:39
Compare
Choose a tag to compare

Bug Fix:

  • Tuple support on events

Version 0.0.14

02 Apr 19:43
Compare
Choose a tag to compare

Adding support for abi v2

Version 0.0.11

15 Dec 23:43
Compare
Choose a tag to compare

Bug Fixes

Version 0.0.8

28 Nov 18:08
Compare
Choose a tag to compare

Adding support for:

  • Rlp decoding
  • Create a transaction instance from rawTransaction
  • ecrecover

Version 0.0.7

10 Nov 17:19
Compare
Choose a tag to compare

Major Changes:

  • The way to initialize contract, address now is a kwargs
  • ContractVoid not exist animore
  • When a view return only one value, the return value is the value no more [value]
  • When a view return more tha one value, the return value is a touple

Bug Fixed

Version 0.0.6

06 Nov 12:28
Compare
Choose a tag to compare

Bug Fixed

Version 0.0.5

05 Nov 12:41
Compare
Choose a tag to compare

Changes:

  • Add the concept of ContractVoid

  • Move the provider and the blocknumber to NetworkUtil class

  • Bug fixed

Version 0.0.4

27 Oct 20:35
Compare
Choose a tag to compare
  • Bug fix in event query
  • Add ContractVoid to query for all events only with ABI

Version 0.0.3

10 Oct 19:39
Compare
Choose a tag to compare

Release changes:

  • encode bytes
  • encode strings
  • blockNumber in Contracts and Wallets