Skip to content

Releases: 3loop/loop-decoder

@3loop/transaction-interpreter@0.12.2

Choose a tag to compare

@github-actions github-actions released this 05 Nov 11:10
b604e71

Patch Changes

@3loop/transaction-interpreter@0.12.1

Choose a tag to compare

@github-actions github-actions released this 31 Oct 12:05
ff5bb15

Patch Changes

  • 4826fd7: Update polymarket interpreter

@3loop/transaction-interpreter@0.12.0

Choose a tag to compare

@github-actions github-actions released this 29 Oct 16:10
25adf22

Minor Changes

  • 60187ea: Add fetch and async calls support to quickjs and eval interpreters with extra config parameter. Add extra optional 'context' field to all interpreted tx

Patch Changes

  • 956dab3: Add polymarket interpretation
  • Updated dependencies [5784e07]
    • @3loop/transaction-decoder@0.30.2

@3loop/transaction-decoder@0.30.2

Choose a tag to compare

@github-actions github-actions released this 29 Oct 16:10
25adf22

Patch Changes

  • 5784e07: Fix metadata resolution for ERC1155 - do not resolve name and symbol for ERC1155

@3loop/transaction-interpreter@0.11.32

Choose a tag to compare

@github-actions github-actions released this 30 Sep 16:16
f4ff11a

Patch Changes

  • Updated dependencies [8c5a9af]
    • @3loop/transaction-decoder@0.30.1

@3loop/transaction-decoder@0.30.1

Choose a tag to compare

@github-actions github-actions released this 30 Sep 16:16
f4ff11a

Patch Changes

@3loop/transaction-interpreter@0.11.31

Choose a tag to compare

@github-actions github-actions released this 26 Sep 16:21
b49e425

Patch Changes

  • 4633af9: Unify common dex routers interpretations
  • 56af932: Add generic interpreations to AA transactions with single OP events

@3loop/transaction-interpreter@0.11.30

Choose a tag to compare

@github-actions github-actions released this 13 Sep 18:06
e4c4943

Patch Changes

  • c9b3fe6: Fix getting minted and burned assets in standart interpreter logic

@3loop/transaction-interpreter@0.11.29

Choose a tag to compare

@github-actions github-actions released this 21 Aug 09:06
01d2efb

Patch Changes

  • Updated dependencies [a064c72]
    • @3loop/transaction-decoder@0.30.0

@3loop/transaction-decoder@0.30.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 09:06
01d2efb

Minor Changes

  • a064c72: BREAKING! This version changes the public API for ABI store. If you use built in stores evrything should work out of the box. When using SQL store ensure that migrations complete on start. Additionally the AbiLoader will now also return an array of ABIs when accessing the cached data. These changes allows us to run over multiple ABIs when decoding a transaction, instead of failing when the cached ABI is wrong.