[Bug] Inconsistent types between revm and rpc-types
access lists
#19
Labels
bug
Something isn't working
rpc-types
access lists
#19
Component
rpc-types
What version of Alloy are you on?
latest
Operating System
None
Describe the bug
REVM access lists are U256, while we use
FixedBytes<32>
. We should use the same ones for both. We may have a mild preference for U256 in the JSON rpc request type because the encoding is significantly shorter for common casesThe text was updated successfully, but these errors were encountered: