Skip to content

0.2.6

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 11:22
· 110 commits to master since this release
9a3c46f

Changed

  • Refactored Etherscan provider #50
  • Removed useless logs #50
  • Ethtx now fails completely when any part of decoding fails
  • Updated usages and project description in readme

Fixed

  • Fixed decoding of multidimensional arrays
  • Changed transaction model from TransactionMetadata to DecodedTransactionMetadata
  • Fixed recording of semantics used during decoding
  • Fixed small PyLint issues #50
  • Added missing chain_id parameter to EthTxDecoders.get_proxies method #54

Added

  • Standard Proxy contracts (e.g. EIP1969) are now properly decoded
  • All known signatures (from contracts or external sources) are stored into the database #50
  • Guessing missing signatures using other contracts and 4byte.directory #50
  • Resolving ENS domains #50
  • New providers: ENS, Signature #50
  • Added missing functions for NodeProvider interface
  • Added more types #50