Skip to content

Releases: osslabz/evm-abi-decoder

0.0.10

13 Feb 11:17
Compare
Choose a tag to compare

What's Changed

  • fix unable to parse tuples containing dynamic types by @Anton-To in #63

Full Changelog: 0.0.9...0.0.10

0.0.9

13 Feb 11:08
Compare
Choose a tag to compare

What's Changed

  • fix InvalidPathException when trying run tests on Windows by @Anton-To in #65
  • fix unable to parse abi with error types by @Anton-To in #62

New Contributors

Full Changelog: 0.0.8...0.0.9

0.0.8

31 Jul 09:27
Compare
Choose a tag to compare
  • minor dependecy updates
  • Move to net.osslabz as groupId. Going forward, please use the following coordinates:
<dependency>
    <groupId>net.osslabz</groupId>
    <artifactId>evm-abi-decoder</artifactId>
    <version>0.0.8</version>
</dependency>

0.0.6

12 Oct 09:10
Compare
Choose a tag to compare

0.0.4

03 Aug 08:00
Compare
Choose a tag to compare

First public release on Maven Central.