-
Notifications
You must be signed in to change notification settings - Fork 624
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
Implement post-state-root #9450
Comments
This was referenced Sep 18, 2023
Implementation challengesBlock fields needed when applying the chunkCurrently some block-level data is required to apply the chunk. This includes the following:
|
Progress update:
|
September goal for post state root was:
We expect the 2nd and 3rd ones to be completed by end of this week, while the first one will take little longer due to newly discovered complexity. |
Plan for October:
@Longarithm @robin-near let me know if I forgot something or if you have any concerns |
github-merge-queue bot
pushed a commit
that referenced
this issue
Oct 3, 2023
This PR adds chunk production with post-state-root. This means applying transactions and receipts before producing the chunk and including the necessary fields in the header. The code is not used anywhere yet, that will be implemented as a separate PR. The issues marked with `TODO(post-state-root)` will be resolved separately. Part of #9450.
nikurt
pushed a commit
that referenced
this issue
Oct 11, 2023
This PR adds chunk production with post-state-root. This means applying transactions and receipts before producing the chunk and including the necessary fields in the header. The code is not used anywhere yet, that will be implemented as a separate PR. The issues marked with `TODO(post-state-root)` will be resolved separately. Part of #9450.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update post-state-root was cancelled, cleanup PR: #10184
See the doc for more context.
Tasks
The text was updated successfully, but these errors were encountered: