Releases: GFJHogue/ethereum-tx-decoder
3.0.0 Update Release
Update from ethers.js 3.x to 4.x.
All functionality is expected to have not changed, but breaking changes were introduced to the relevant components of ethers.js. #7 to be done to further validate the existing tests derived from v2.
2.0.1 Patch
Leveraging function parameter datatypes provided from ethers 3.x Interface objects.
2.0.0 Update Release
Update from ethers.js 2.x to 3.x, along with test updates.
All functionality is expected to have not changed, but breaking changes were introduced to the relevant components of ethers.js.
1.0.2 Patch
Step away from strict ethers versioning - was problematic for code using FunctionDecoder with different ethers-contracts Interface versions.
1.0.1 Patch
Added signature and sighash to FunctionDecoder.decodeFn() Result object.
This makes it easy to identify the decoded function.
1.0.0 First Release
Now tested!
0.0.1 Package info
v0.0.1 Add git links to package.json.
0.0.0 Alpha release
First implementation published to NPM:
decodeTx(rawTx)FunctionDecoder(ifaceOrABI):decodeFn(data)decodeFnFromTx(rawTx)