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

rpc-compat: eth_createAccessList enforces accessList item storageKeys to be sorted #1231

Open
pnowosie opened this issue Jan 28, 2025 · 1 comment

Comments

@pnowosie
Copy link

I encountered an issue with the rpc-compat "eth_createAccessList" test.
The test expects the result's storage keys to be sorted in ascending order.
I think the condition could be relaxed to accept keys in any order.

@fjl
Copy link
Collaborator

fjl commented Jan 28, 2025

This is not so easy to implement, unfortunately. We don't have a facility for modifying the comparison for specific methods.

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

2 participants