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

Save invalid blob to temp under new flag #13725

Merged
merged 1 commit into from Mar 12, 2024
Merged

Conversation

terencechain
Copy link
Member

This PR saves an invalid blob to temp under --save-invalid-blob-temp. Here the invalid blob is defined by failing SidecarKzgProofVerified, we would still perform the proposer signature beforehand to prevent invalid spamming

@terencechain terencechain added the Ready For Review A pull request ready for code review label Mar 12, 2024
@terencechain terencechain requested a review from a team as a code owner March 12, 2024 04:53
@@ -46,6 +46,10 @@ var (
Name: "save-invalid-block-temp",
Usage: "Writes invalid blocks to temp directory.",
}
saveInvalidBlobTempFlag = &cli.BoolFlag{
Name: "save-invalid-blob-temp",
Usage: "Writes invalid blobs to temp directory.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this mention "gossip" since this doesn't apply to init-sync or backfill? (Same q for --save-invalid-block-temp)

@terencechain terencechain added this pull request to the merge queue Mar 12, 2024
Merged via the queue into develop with commit 4731304 Mar 12, 2024
16 of 17 checks passed
@terencechain terencechain deleted the invalid-blob-flag branch March 12, 2024 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants