-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
feat(public): add createAccessList #2855
base: main
Are you sure you want to change the base?
Conversation
|
@Rubilmax is attempting to deploy a commit to the Wevm Team on Vercel. A member of the Team first needs to authorize it. |
This looks great so far! Were you planning on adding those tests & docs? :) |
Thanks! Sure, I just don't want to rush it because so many times in OS you receive comments too late in the process and it costs more time than required I'll be working on these asap! |
legend |
@Rubilmax – were you planning on doing this? |
I was and still am, but I didn't have the time so far... If the feature is important feel free to do it and close this PR, otherwise I'll work on this as soon as I can |
All good! I can convert to draft for now :) |
This PR is a draft for the
eth_createAccessList
support requested here: #1060It is missing:
PR-Codex overview
This PR updates the
viem
package to version2.21.25
, introduces a new methodeth_createAccessList
, and enhances error handling for creating access lists in Ethereum transactions.Detailed summary
viem
package version from2.21.24
to2.21.25
.eth_createAccessList
method with detailed documentation.CreateAccessListParameters
andCreateAccessListReturnType
.getCreateAccessListError
function.publicActions
to includecreateAccessList
.