Skip to content

Releases: EthTx/ethtx

0.3.12

29 Mar 17:20
Compare
Choose a tag to compare

Changed

  • Add placeholder names for not decoded parameters #131

0.3.11

29 Mar 09:52
Compare
Choose a tag to compare

Fixes

  • Fix decoding of strings with special characters #127
  • Fix incorrect usage of Web3.toChecksumAddress #128
  • Fix decoding of Transfers that use invalid ERC20/ERC721 events #129

0.3.10

03 Mar 17:38
00c1c90
Compare
Choose a tag to compare

Added

  • Added CACHE_SIZE environment variable used to set the size of the cache #121
  • Overwritten lru_cache decorator with custom cache decorator, which uses
    CACHE_SIZE environment variable to set the size of the cache #121
  • Make pydantic BaseModel hashable.

Changed

  • Do not update semantics every time from ENS #117

Fixed

  • Fixed some documentation errors in README.md file #121

0.3.9

07 Feb 11:47
37abd7b
Compare
Choose a tag to compare

Added

  • Add some static types and LRU caches for proxy guessing and web3 #112

Changed

  • Updated old Features section in README.md #114
  • Removed requirements.txt file. Builds will use Pipfile from now on #114

Fixed

  • to_address field in Call/DecodedCall is optional now #111
  • Fixed web3 dependencies #114
  • Delete bunch of invalid if conditions when checking for semantic #113

0.3.8

14 Jan 12:23
c6f104f
Compare
Choose a tag to compare

Added

  • Added option to disable refreshing of addresses in ENS for existing semantics #106
  • Increased and added more lru_caches in different providers #105

Changed

  • Python version bumped to 3.9 #103
  • Deleted ethereum price field from decoded transaction model, will be moved to ethtx_ce #104

Fixed

  • Fixed decoding of anonymous events without known contract's abi #107

0.3.7

24 Dec 12:59
b60790f
Compare
Choose a tag to compare

Changed

  • Update build dev requirements #88

0.3.6

24 Dec 11:07
4f83361
Compare
Choose a tag to compare

Changed

  • Update build requirements #86

0.3.5

24 Dec 10:03
6be995a
Compare
Choose a tag to compare

Changed

  • Delete unused dependency on ethereum package, organized others #84
  • Make object models work with reverted events #83

0.3.4

16 Dec 18:35
5d33e68
Compare
Choose a tag to compare

Changed

  • Set field W3CallTree.to_address as optional #77

Fixed

  • Fixed readme commas and delete unused mongo_database from example #80
  • Parameters decoding fixes #81

0.3.3

05 Nov 14:09
5c9af4a
Compare
Choose a tag to compare

Changed

  • Return lowercase address if ENS provider can not resolve it to name #75