Releases: emilianobilli/ethlite
Releases · emilianobilli/ethlite
Version 0.0.16
Adding getTransactionByHash()
Bug Fix: RLP encoding '' as int
Version 0.0.15
Bug Fix:
- Tuple support on events
Version 0.0.14
Adding support for abi v2
Version 0.0.11
Bug Fixes
Version 0.0.8
Adding support for:
- Rlp decoding
- Create a transaction instance from rawTransaction
- ecrecover
Version 0.0.7
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
Bug Fixed
Version 0.0.5
Changes:
-
Add the concept of ContractVoid
-
Move the provider and the blocknumber to NetworkUtil class
-
Bug fixed
Version 0.0.4
- Bug fix in event query
- Add ContractVoid to query for all events only with ABI
Version 0.0.3
Release changes:
- encode bytes
- encode strings
- blockNumber in Contracts and Wallets