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

client: kaustinen7 verkle testnet preparation #3433

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gabrocheleau
Copy link
Contributor

@gabrocheleau gabrocheleau commented May 17, 2024

This PR makes the following updates to ready our client for Kaustinen stateless syncing:

  • Removes the stateRoot handling and caching for the previous block. The parent block's stateRoot will now be provided in the verkle execution witness directly, so we can retrieve it from it.
  • Updates the Verkle leaf structure. The version, nonce, balance and codeSize fields have been packed into a single BASIC_DATA field. See Update EIP-4762: reworked gas schedule from interop ethereum/EIPs#8550 for more details.
  • Update test data to Kaustinen7 test data
  • Test Kaustinen7 syncing

@gabrocheleau gabrocheleau marked this pull request as draft May 17, 2024 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant