-
Notifications
You must be signed in to change notification settings - Fork 2
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
zkevm circuit 1559 support #16
Comments
Check list:
|
For witness data size/networking bandwidth concern, a simple stat of 5% blocks in our testnet shows that normally the witness has ~500M with both storage & stack.
but if we don't dump storage & stack, the size reduces largely. like
So if a prover has a way to re-construct stack & storage locally, the networking bandwidth will no longer be a problem. Should there be a way as geth does it pretty easy, but it takes some time to impl & integrate into prover bin. |
Describe the feature you would like
Enable 1559 in evm to align witness data between client & zkevm circuit
Background: https://www.notion.so/taikoxyz/1559-Development-Thinkings-a84ac894fb984b71ad847913ae031378
Dev base: https://github.com/smtmfft/zkevm-circuits/tree/eip-1559-base-dev (based on taiko main recursion branch)
Phase I: empty access list task list (ETA: ~3 weeks)
Additional context
No response
The text was updated successfully, but these errors were encountered: