Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Add support for detailed decoding of multicalls in decoder #4133

Closed
haltman-at opened this issue Jun 23, 2021 · 1 comment
Closed

Add support for detailed decoding of multicalls in decoder #4133

haltman-at opened this issue Jun 23, 2021 · 1 comment

Comments

@haltman-at
Copy link
Contributor

Issue

@gnidan has suggested that when decoding a multicall transaction, we should not just leave the individual bytestrings undecoded, but should also decode them and return that information. We don't want to put that information on the Value object itself, so @gnidan has suggested this could go in an interpretations field (or something) on the overall transaction decoding.

We also need a new interface for decoding the return values for these. @gnidan has suggested this could be a new interface that takes, instead of an ABI entry and a return value, a transaction object and a return value.

Note that this would be handled purely in decoder, this wouldn't involve adding anything new to codec.

Environment

  • Truffle version (truffle version): 5.3.11
@kevinbluer
Copy link
Member

kevinbluer commented Jun 9, 2022

Available in v5.5.18 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants