-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
feat: add hot and archive db repositories for blobSidecars #5522
Conversation
Performance Report✔️ no performance regression detected Full benchmark results
|
} | ||
|
||
if (!blobSidecars) { | ||
throw Error("Not found in db"); |
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.
we may want to add block slot/root to error message to help debug later
/** | ||
* blobSidecarsWrapper by slot | ||
* | ||
* Used to store unfinalized BlobsSidecar |
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.
* Used to store unfinalized BlobsSidecar | |
* Used to store finalized BlobsSidecar |
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.
@g11tech I dropped 2 minor points, could be fixed in upcoming PRs
sounds good, thanks will update |
🎉 This PR is included in v1.9.0 🎉 |
Furthering the integration for
this PR add dbs for blobsidecars which opens the way for integrating network changes (req/resp first and then gossip)
The old dbs related to blobs will be cleaned up post migration is complete