Skip to content

Releases: kigawas/web3-input-decoder

v0.1.11

25 Mar 16:51
696118d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.10...v0.1.11

v0.1.10

02 Sep 17:00
261462b
Compare
Choose a tag to compare

What's Changed

  • Refactor decoding
  • Drop Python 3.7
  • Bump dependencies

Full Changelog: v0.1.9...v0.1.10

v0.1.9

19 Jun 13:29
ee3e137
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

31 Mar 17:23
a79b5ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

26 Nov 17:06
ccff03c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

10 Nov 05:04
fadf774
Compare
Choose a tag to compare

What's Changed

  • Support tuple array
  • Bump dependencies

Full Changelog: v0.1.5...v0.1.6

v0.1.5

19 Oct 15:10
feb9300
Compare
Choose a tag to compare

What's Changed

  • Bump dependencies
  • Support tuple type

Full Changelog: v0.1.4...v0.1.5

v0.1.4

22 Apr 05:24
238614d
Compare
Choose a tag to compare

What's Changed

  • Minor performances improvements by @BoboTiG in #56
  • Remove constructor error on decoding functions by @kigawas in #61
  • Remove useless code in test data by @kigawas in #58

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

15 Apr 08:25
34e29ae
Compare
Choose a tag to compare
  • Revamp dependencies
  • Drop Python 3.6 support
  • Introduce InputDecoder class to improve performance of decoding many transactions under the same contract
  • Return function name in InputDecoder methods (constructor will be "constructor")

v0.1.2

30 Dec 05:04
ae41e67
Compare
Choose a tag to compare
  • Support Python 3.10
  • Bump dependencies