-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Verify consensus message author matches with the sender #15386
Merged
Merged
Conversation
This file contains 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
⏱️ 3h 40m total CI duration on this PR
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
manudhundi
previously requested changes
Nov 25, 2024
consensus/src/epoch_manager.rs
Outdated
@@ -1512,6 +1513,46 @@ impl<P: OnChainConfigProvider> EpochManager<P> { | |||
Ok(()) | |||
} | |||
|
|||
fn check_author(&mut self, peer_id: AccountAddress, msg: &ConsensusMsg) -> anyhow::Result<()> { |
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.
Since this a bug fix, how about a test that verifies the bug is actually fixed ?
zekun000
reviewed
Nov 25, 2024
zekun000
reviewed
Nov 25, 2024
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
✅ Forge suite
|
ibalajiarun
approved these changes
Dec 2, 2024
rahxephon89
pushed a commit
that referenced
this pull request
Dec 4, 2024
bchocho
pushed a commit
that referenced
this pull request
Jan 10, 2025
bchocho
pushed a commit
that referenced
this pull request
Jan 10, 2025
bchocho
added a commit
that referenced
this pull request
Jan 27, 2025
par iter for filter add a max txns slighly bump up pipeline pending latency Remove QS backpressure reinstate max_txns_to_execute fix index out of bounds fix applying max_user_txns_to_execute also constrain windowed blocks to max_block_txns filter expired txns execution backpressure with block gas limit fix waiting for window prepare vs execute prototype integration in gas meter use average instead of median Don't use block if gas used is less than the min block gas limit spread more re-instate quorum store backpressure naive? attempt at removing txns from proof manager on commit ordered / unordered caches Revert "naive? attempt at removing txns from proof manager on commit" This reverts commit df2743b. reduce backlog reduce further add a constant 10ms ignore proof backpressure for now Revert "ignore proof backpressure for now" This reverts commit cf8952f. clean up proof backpressure use subtracting sub [Draft] Verify consensus message author matches with the sender (#15386) make the proof backpressure smaller Add more logging hack up a way for vote backpressure not to panic Add sequential workload test run test on PR fix realistic_env_sequential_fairness_workload_sweep
bchocho
pushed a commit
that referenced
this pull request
Jan 27, 2025
22 tasks
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.
Description
How Has This Been Tested?
Key Areas to Review
Type of Change
Which Components or Systems Does This Change Impact?
Checklist