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

fix: solves eth_createAccessList unmarshaling error #524

Open
wants to merge 2 commits into
base: optimism
Choose a base branch
from

Conversation

sebaespindola
Copy link

Description

Solves #520.

This is a fix for the unmarshaling error that was encountered on version 1.101500.0
The signature of the CreateAccessList method was modified and the state was removed.

Tests
The tests were executed and they have the same results as in the optimism branch.

Additional context

Metadata

Fixes #520

@sebaespindola sebaespindola requested a review from a team as a code owner February 25, 2025 20:37
@sebaespindola
Copy link
Author

I had previously replaced the state in the AccessList method call with a nil by mistake.
I'm getting the state with a call to StateAndHeaderByNumberOrHash and passing it back to AccessList now.

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

Successfully merging this pull request may close these issues.

Unmarshalling error on eth_createAccessList
2 participants