Skip to content

Releases: 3loop/loop-decoder

@3loop/[email protected]

05 Nov 11:10
b604e71

Choose a tag to compare

Patch Changes

@3loop/[email protected]

31 Oct 12:05
ff5bb15

Choose a tag to compare

Patch Changes

  • 4826fd7: Update polymarket interpreter

@3loop/[email protected]

29 Oct 16:10
25adf22

Choose a tag to compare

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

@3loop/[email protected]

29 Oct 16:10
25adf22

Choose a tag to compare

Patch Changes

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

@3loop/[email protected]

30 Sep 16:16
f4ff11a

Choose a tag to compare

Patch Changes

@3loop/[email protected]

30 Sep 16:16
f4ff11a

Choose a tag to compare

Patch Changes

@3loop/[email protected]

26 Sep 16:21
b49e425

Choose a tag to compare

Patch Changes

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

@3loop/[email protected]

13 Sep 18:06
e4c4943

Choose a tag to compare

Patch Changes

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

@3loop/[email protected]

21 Aug 09:06
01d2efb

Choose a tag to compare

Patch Changes

@3loop/[email protected]

21 Aug 09:06
01d2efb

Choose a tag to compare

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.