-
Notifications
You must be signed in to change notification settings - Fork 126
docs(l2): add guide to re generate blobs #5317
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation for regenerating blob fixtures used in state reconstruction tests. The guide provides step-by-step instructions for modifying the L2 sequencer code to generate test blobs.
- Adds comprehensive documentation on regenerating blob test fixtures
- Integrates the new guide into the documentation table of contents under the L2 developers section
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/developers/l2/state-reconstruction-blobs.md | New guide documenting the 3-step process for regenerating blob fixtures for state reconstruction tests |
| docs/SUMMARY.md | Adds entry for the new blob regeneration guide in the L2 section |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
JereSalo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe explain the reason about why we may need this. As you told me face to face this is because when we change something in the genesis its hash changes and as a consequence the blobs (that represent the blocks, that have pointers to parent block) become invalid.
Also, I'd like to know beforehand what the steps are going to be about, like a summary so the user doesn't follow the steps blindly without knowing what they're doing.
Motivation
We want to document how to create the blobs for the state reconstruct test.