Releases: 3loop/loop-decoder
Releases · 3loop/loop-decoder
@3loop/transaction-interpreter@0.10.2
21 Oct 11:30
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Patch Changes
461e16a : Remove traverse library from dependecies
@3loop/transaction-interpreter@0.10.1
15 Oct 17:43
Compare
Sorry, something went wrong.
No results found
Patch Changes
b3db2e9 : Fix default parsing of nft and token transfers
@3loop/transaction-interpreter@0.10.0
13 Oct 18:54
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Patch Changes
d0ff5af : Add retries during proxy resolution
@3loop/transaction-interpreter@0.8.0
30 Sep 18:48
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Patch Changes
4c5813e : Filter zero transfers from interpreted tx
@3loop/transaction-interpreter@0.7.0
20 Sep 14:43
Compare
Sorry, something went wrong.
No results found
Minor Changes
4204de7 : Add transfer interpretations to fallback interpreter