Releases: 3loop/loop-decoder
Releases · 3loop/loop-decoder
@3loop/transaction-decoder@0.9.0
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
Minor Changes
- 7f19bc0: Bump effect version to stable 3
@3loop/transaction-decoder@0.7.0
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
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
Minor Changes
- 8310ae5: Breaking change, update transaction decoder to use viem instead of ethers.js
@3loop/transaction-decoder@0.4.0
Minor Changes
- a6d534a: Update Effect to stable version
@3loop/transaction-decoder@0.2.0
Minor Changes
- 879da09: Add helpers for tx interpretations using jsonata
@3loop/transaction-decoder@0.1.4
Patch Changes
- 3c8bd17: Use tsup to build transaction-decoder
@3loop/transaction-decoder@0.1.1
Patch Changes
- cec2752: Fix wrong import from effect
@3loop/transaction-decoder@0.1.0
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