Skip to content

Releases: 3loop/loop-decoder

@3loop/transaction-decoder@0.9.0

08 Jun 08:15
72d94c7
Compare
Choose a tag to compare

Minor Changes

  • 91e8563: Remove assetsSent and assetsReceived in favor of all transfers
  • 126cd9b: Add errors array to the decoded transaction object

Patch Changes

  • e89aa70: Fix DAI transfer amount value

@3loop/transaction-decoder@0.8.0

26 Apr 19:06
250a5b4
Compare
Choose a tag to compare

Minor Changes

  • 7f19bc0: Bump effect version to stable 3

@3loop/transaction-decoder@0.7.0

17 Apr 11:46
f595fa8
Compare
Choose a tag to compare

Minor Changes

  • cd07d4d: Add utils for interpreations with QuickJS and Effect API
  • 899cfaa: Add batching and caching for data loaders
  • 8f5006a: Decode abi methods as a tree structure

Patch Changes

  • 899cfaa: Apply the same formatting for all projects in monorepo

@3loop/transaction-decoder@0.6.0

02 Apr 16:22
a3065bd
Compare
Choose a tag to compare

Minor Changes

  • bf4a5fc: Add automatic resolvers for contract metadata
  • fb481d6: Change interpretation from jsonata to js code using QuickJS

@3loop/transaction-decoder@0.5.0

21 Mar 11:09
239fa6b
Compare
Choose a tag to compare

Minor Changes

  • 8310ae5: Breaking change, update transaction decoder to use viem instead of ethers.js

@3loop/transaction-decoder@0.4.0

12 Jan 19:46
922542d
Compare
Choose a tag to compare

Minor Changes

  • a6d534a: Update Effect to stable version

@3loop/transaction-decoder@0.2.0

01 Nov 11:36
2d5580d
Compare
Choose a tag to compare

Minor Changes

  • 879da09: Add helpers for tx interpretations using jsonata

@3loop/transaction-decoder@0.1.4

29 Oct 09:39
379c1ae
Compare
Choose a tag to compare

Patch Changes

  • 3c8bd17: Use tsup to build transaction-decoder

@3loop/transaction-decoder@0.1.1

28 Oct 10:43
817c531
Compare
Choose a tag to compare

Patch Changes

  • cec2752: Fix wrong import from effect

@3loop/transaction-decoder@0.1.0

14 Oct 09:01
Compare
Choose a tag to compare

Minor Changes

  • 2010280: Add a new API for resolving contract abi and contract meta

Patch Changes

  • e39622b: Add vanila api, proxy contract resolver and other small fixes