Releases: osslabz/evm-abi-decoder
Releases · osslabz/evm-abi-decoder
0.1.0
What's Changed
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.8.0 by @dependabot in #108
- Bump ch.qos.logback:logback-classic from 1.5.3 to 1.5.6 by @dependabot in #107
- Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 by @dependabot in #105
- Bump jackson.version from 2.17.0 to 2.17.1 by @dependabot in #104
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 by @dependabot in #106
- Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 by @dependabot in #110
- Bump jackson.version from 2.17.1 to 2.17.2 by @dependabot in #111
- Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.16.0 by @dependabot in #114
- Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.15 by @dependabot in #116
- Bump org.slf4j:slf4j-api from 2.0.15 to 2.0.16 by @dependabot in #117
- Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 by @dependabot in #119
- Bump ch.qos.logback:logback-classic from 1.5.6 to 1.5.7 by @dependabot in #120
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #121
- Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 by @dependabot in #122
- Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.8 by @dependabot in #123
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.6 by @dependabot in #124
- Bump org.junit.jupiter:junit-jupiter from 5.11.0 to 5.11.1 by @dependabot in #125
- Bump jackson.version from 2.17.2 to 2.18.0 by @dependabot in #126
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #128
- Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.2 by @dependabot in #129
- Bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.9 by @dependabot in #130
- Bump ch.qos.logback:logback-classic from 1.5.9 to 1.5.10 by @dependabot in #131
- Bump ch.qos.logback:logback-classic from 1.5.10 to 1.5.11 by @dependabot in #132
- Bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 by @dependabot in #133
- chore(deps-dev): bump ch.qos.logback:logback-classic from 1.5.11 to 1.5.12 by @dependabot in #134
- chore(deps): bump jackson.version from 2.18.0 to 2.18.1 by @dependabot in #135
- chore(deps): bump org.bouncycastle:bcprov-jdk18on from 1.78.1 to 1.79 by @dependabot in #136
- chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot in #137
Full Changelog: 0.0.11...0.1.0
0.0.11
What's Changed
- tuple[] support, logs support by @gkozyryatskyy in #93
- Feat/tuple array fix by @rvullriede in #102
- re-enable Android (Java 8) compatibility
New Contributors
- @gkozyryatskyy made their first contribution in #93
Full Changelog: 0.0.10...0.0.11
0.0.10
What's Changed
Full Changelog: 0.0.9...0.0.10
0.0.9
0.0.8
- 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
- support for tuples (contributed by @monperrus)
- support for multicall methods like you find in UniswapV3 (https://docs.uniswap.org/protocol/reference/periphery/base/Multicall). It should work also for other smart contracts, assuming the method name is in fact "multicall" and it expects a single array of encoded function calls as parameter.
0.0.4
First public release on Maven Central.