MAT-467 retry span and states in bor#8
Merged
Merged
Conversation
vaibhavchellani
approved these changes
Dec 3, 2019
milando12
pushed a commit
to milando12/bor
that referenced
this pull request
May 27, 2026
Reject GetWitnessMetadata packets carrying more hashes than MaxWitnessMetadataServe (1024) before iterating, matching the per-request item caps used by maxHeadersServe / maxBodiesServe / maxReceiptsServe in the eth protocol. Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
cffls
added a commit
that referenced
this pull request
May 27, 2026
* eth: cap GetWitnessMetadata request hash count (#8) Reject GetWitnessMetadata packets carrying more hashes than MaxWitnessMetadataServe (1024) before iterating, matching the per-request item caps used by maxHeadersServe / maxBodiesServe / maxReceiptsServe in the eth protocol. Co-authored-by: Manav Darji <manavdarji.india@gmail.com> * consensus, core, params: set TxContext for state-sync transactions * core, eth/protocols: ensure nil receipt inclusion in p2p response * ci: fix kurtosis setup/cleanup action paths (#2223) kurtosis-pos moved the setup and cleanup composite actions under .github/actions/kurtosis/, so the bor workflows fail with "Can't find action.yml" at the Pre/Post kurtosis run steps after checkout. Update both kurtosis-e2e.yml and kurtosis-stateless-e2e.yml to use ./.github/actions/kurtosis/setup and ./.github/actions/kurtosis/cleanup. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * params: bump version to v2.8.1 * core, eth/protocols: fix typo * v2.8.2 (#2245) * miner: track env.size in commitTransaction env.size feeds txFitsSize for the params.MaxBlockSize cap. It was seeded from header.Size() in makeEnv but never updated as transactions were committed, so the cap was effectively inert. * miner: set maxBlockSizeBufferZone to 1MB * Bump up version to v2.8.2 --------- Co-authored-by: Manav Darji <manavdarji.india@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.