-
Notifications
You must be signed in to change notification settings - Fork 264
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
JSON-RPC: Add eth_createAccessList RPC call #197
Conversation
@lightclient asked
No, this field is not optional. If an error is returned the |
The implementation in geth for this call can be found here: Basically we implement the following algorithm:
|
This feels inconsistent with the result of |
@MariusVanDerWijden is this something you're still working on or can it be closed? |
@lightclient I'm not sure, did someone port this to the new spec already? If not I would like to keep it open as a reminder that this RPC call exists |
@MariusVanDerWijden I see this was supposed to replace #196, but that was merged. So I'm not sure this is still a WIP or if #196 adequately describes the method? I will port any new methods merged to this repo into the eth1-apis repo after London. |
Yeah Tim merged #196 pretty quickly. but I wasn't really finished with the discussions yet, so he reverted the change. The codebase doesn't contain the |
@MariusVanDerWijden ah right, I remember now. Should this PR be merged then (i.e. does it accurately describe the endpoint)? I can port it to the new spec once it's merged here. |
Should be migrated to https://github.com/ethereum/eth1.0-apis |
WIPPPPP! @timbeiko :D, replaces #196