Skip to content

Releases: 3loop/loop-decoder

@3loop/transaction-interpreter@0.10.2

21 Oct 11:30
937b55c

Choose a tag to compare

Patch Changes

  • e47d781: Add basic interpretation for account abstaction transacitons by event
  • Updated dependencies [461e16a]
    • @3loop/transaction-decoder@0.19.1

@3loop/transaction-decoder@0.19.1

21 Oct 11:30
937b55c

Choose a tag to compare

Patch Changes

  • 461e16a: Remove traverse library from dependecies

@3loop/transaction-interpreter@0.10.1

15 Oct 17:43
5f4a3b5

Choose a tag to compare

Patch Changes

  • b3db2e9: Fix default parsing of nft and token transfers

@3loop/transaction-interpreter@0.10.0

13 Oct 18:54
253ed1c

Choose a tag to compare

Minor Changes

  • 806075e: Add new safe interpretation and update std functions

Patch Changes

  • Updated dependencies [806075e]
  • Updated dependencies [86c6e12]
    • @3loop/transaction-decoder@0.19.0

@3loop/transaction-decoder@0.19.0

13 Oct 18:54
253ed1c

Choose a tag to compare

Minor Changes

  • 806075e: Decode all deep params of safe tx
  • 86c6e12: Fix native transfer decoding

@3loop/transaction-interpreter@0.9.0

08 Oct 19:05
b94b16b

Choose a tag to compare

Minor Changes

  • 9d99f31: Add decoding of Gnosis Safe transacitons, rename DecodedTx type, update type used in methodCall

Patch Changes

  • 9d99f31: Add more contracts from base network
  • Updated dependencies [d0ff5af]
    • @3loop/transaction-decoder@0.18.1

@3loop/transaction-decoder@0.18.1

08 Oct 19:05
b94b16b

Choose a tag to compare

Patch Changes

  • d0ff5af: Add retries during proxy resolution

@3loop/transaction-interpreter@0.8.0

30 Sep 18:48
e9177a5

Choose a tag to compare

Minor Changes

  • 794b12e: Add interpreter that uses eval. Can be used if the code which is run is known safe ahead. Using this interpreter mode will be faster and use less memory, at the cost of requiring that the code is safe. Example of safe code is one that is stored directly in the code and not loaded from a remote environment.

@3loop/transaction-interpreter@0.7.1

22 Sep 17:59
e0c18c9

Choose a tag to compare

Patch Changes

  • 4c5813e: Filter zero transfers from interpreted tx

@3loop/transaction-interpreter@0.7.0

20 Sep 14:43
530dcab

Choose a tag to compare

Minor Changes

  • 4204de7: Add transfer interpretations to fallback interpreter