Skip to content

Releases: tintinweb/ethereum-input-decoder

version 0.2.2

04 Jul 18:30
Compare
Choose a tag to compare

maintenance update

  • added custom exception hierarchy:
    FourByteDirectoryOnlineLookupError-->FourByteDirectoryException-->InputDecoderException-->Exception
  • allow specifying timeout and proxies arguments for online lookup
  • ignore missing signatures in abi.json

version 0.2.1

12 Jun 19:46
Compare
Choose a tag to compare

bugfix

  • fe06153 fixed fix decoding when using AbiMethod.from_input_lookup() - bytestream was off by 4

version 0.2

11 Jun 19:12
80f7ee7
Compare
Choose a tag to compare

update

  • added online signature hash lookup and abi reconstruction to AbiMethod()
  • optionally now tries to lookup the function signature/method ABI from 4bytes.directory if no --abi cmdline switch was provided.

version 0.1

10 May 11:48
a43128a
Compare
Choose a tag to compare

initial release

  • cli interface
  • standalone api