You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 solidityabi.encodePacked
.Describe the solution you'd like
An implementation of
abi::decode_packed
that can decode data encoded byabi::encode_packed
/solidityabi.encodePacked
Describe alternatives you've considered
none
Additional context
happy to try to implement this if needed!
The text was updated successfully, but these errors were encountered: