-
Notifications
You must be signed in to change notification settings - Fork 653
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
🔷 Prototype stateless validation #9292
Comments
Sept 14th
|
[Note] The issue will stay open until stage 0 of stateless validation is complete Sep 28th
Overall October roadmap is as follows:
Network related |
…alidation logic (#10381) This fills in the ChunkStateWitness struct with real data that would be included in a chunk state witness. It also includes a prototype implementation for validating the ChunkStateWitness against the chain, which includes a pre-validation part where the ChainStore is used to retrieve necessary blocks and chunk headers (to verify receipts and transactions against), as well as the main validation part where transactions and receipts are applied with the runtime. This verification logic is untested right now because the state witness production part is not implemented. #9292
Completed couple months ago, see near/near-one-project-tracking#5 for further progress. |
Tasks
The text was updated successfully, but these errors were encountered: