-
Notifications
You must be signed in to change notification settings - Fork 151
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
[Bug] abi_decode
panic when using sol types of fixed bytes
#433
Comments
Hi @DaniPopes I wonder why the encoding bytes is different from other tools? I encode a variable of same type with same data by However in the above snippet, result of |
The equivalent to |
Component
sol-types
What version of Alloy are you on?
No response
Operating System
macOS (Apple Silicon)
Describe the bug
Reproduction
Panic message
When I remove
bytes32[3] report_context;
then it works.The text was updated successfully, but these errors were encountered: