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

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant