Releases: 3loop/loop-decoder
Releases · 3loop/loop-decoder
@3loop/[email protected]
Patch Changes
- 65f4a90: Fix logic in CT lookup
@3loop/[email protected]
Patch Changes
- 4826fd7: Update polymarket interpreter
@3loop/[email protected]
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/[email protected]
@3loop/[email protected]
Patch Changes
- 5784e07: Fix metadata resolution for ERC1155 - do not resolve name and symbol for ERC1155
@3loop/[email protected]
Patch Changes
- Updated dependencies [8c5a9af]
- @3loop/[email protected]
@3loop/[email protected]
Patch Changes
- 8c5a9af: Bump whatsabi
@3loop/[email protected]
@3loop/[email protected]
Patch Changes
- c9b3fe6: Fix getting minted and burned assets in standart interpreter logic
@3loop/[email protected]
Patch Changes
- Updated dependencies [a064c72]
- @3loop/[email protected]
@3loop/[email protected]
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.