Skip to content

Releases: GFJHogue/ethereum-tx-decoder

3.0.0 Update Release

23 Sep 00:06
Compare
Choose a tag to compare

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

17 May 04:51
Compare
Choose a tag to compare

Leveraging function parameter datatypes provided from ethers 3.x Interface objects.

2.0.0 Update Release

12 May 21:07
Compare
Choose a tag to compare

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

19 Nov 20:01
Compare
Choose a tag to compare

Step away from strict ethers versioning - was problematic for code using FunctionDecoder with different ethers-contracts Interface versions.

1.0.1 Patch

31 Oct 02:41
Compare
Choose a tag to compare

Added signature and sighash to FunctionDecoder.decodeFn() Result object.

This makes it easy to identify the decoded function.

1.0.0 First Release

30 Oct 01:16
Compare
Choose a tag to compare

Now tested!

0.0.1 Package info

29 Oct 04:18
Compare
Choose a tag to compare
0.0.1 Package info Pre-release
Pre-release
v0.0.1

Add git links to package.json.

0.0.0 Alpha release

29 Oct 04:09
Compare
Choose a tag to compare
0.0.0 Alpha release Pre-release
Pre-release

First implementation published to NPM:

  • decodeTx(rawTx)
  • FunctionDecoder(ifaceOrABI):
    • decodeFn(data)
    • decodeFnFromTx(rawTx)