Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implementation of abi::decode_packed #2643

Open
noot opened this issue Oct 19, 2023 · 0 comments
Open

implementation of abi::decode_packed #2643

noot opened this issue Oct 19, 2023 · 0 comments

Comments

@noot
Copy link
Contributor

noot commented Oct 19, 2023

Is your feature request related to a problem? Please describe.
It would be nice to have a decoding counterpart to solidity abi.encodePacked implemented. afaik this is not implemented, only non-packed decoding is: https://docs.rs/ethers/latest/ethers/abi/index.html#functions This is needed for decoding things encoded by solidity abi.encodePacked.

Describe the solution you'd like
An implementation of abi::decode_packed that can decode data encoded by abi::encode_packed/solidity abi.encodePacked

Describe alternatives you've considered
none

Additional context
happy to try to implement this if needed!

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

No branches or pull requests

1 participant