-
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
Optimistic signature verification for votes and order votes #14642
Merged
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
c906718
Deprecate delayed QC aggregate msg
vusirikala c4c2cdd
Ledger info with mixed signatures
vusirikala 08f45c9
Minor change
vusirikala 1e85a83
Optimistic signature verification for votes and order votes
vusirikala 8d197db
Resetting minor changes
vusirikala 9a43029
Resetting minor changes
vusirikala 2237342
Minor change
vusirikala 1df442b
Addressing PR comments
vusirikala 6fce605
Merge branch 'satya/ledger_info_with_mixed_signatures' into satya/osv…
vusirikala 1e3b58d
Addressing PR comments
vusirikala f87fb36
Addressing PR comments
vusirikala 637311b
Addressing PR comments
vusirikala e744449
Addressing PR comments
vusirikala cd56587
Addressing PR comments
vusirikala 16370eb
Addressing PR comments
vusirikala a7b5e82
Minor changes
vusirikala 2e46bb3
Minor change
vusirikala a2ebb6c
Merge branch 'main' into satya/ledger_info_with_mixed_signatures
vusirikala 065d760
Changing names
vusirikala 5ed8ad5
Addressing PR comments
vusirikala 3be24e2
Merge branch 'satya/ledger_info_with_mixed_signatures' into satya/osv…
vusirikala 541d58d
comments
20cdb9c
Fixing typos
vusirikala ffb1e22
Rust lint
vusirikala fb72780
Changed to VerificationStatus
vusirikala 5f8f183
Merge branch 'satya/ledger_info_with_mixed_signatures' into satya/osv…
vusirikala 25e9031
Fixing errors with rebasing
vusirikala 85c7051
Using signature with status
vusirikala c78c06a
Minor fixes
vusirikala 97af917
Minor comments
vusirikala c441175
Adding more tests
vusirikala 7275380
Add smoke test
vusirikala 07cb130
Change failpoint names
vusirikala d5d4381
Use AtomicBool
vusirikala beb0f7d
Using vector instead of partialsignatures
vusirikala bf385f9
Use single flag
vusirikala 7a9cce3
Moving optimistic_signature_verification from epoch manager to vote a…
vusirikala 3ecabd7
Merge branch 'main' into satya/osv_votes_and_order_votes
vusirikala f34cfe9
Fixing errors with rebase
vusirikala 15fe76d
Move optimistic signature verification to validator verifier
vusirikala ddc6e93
Move more code to validator verifier
vusirikala ce2cb9b
Minor comment
vusirikala 9b1bd38
Minor changes
vusirikala edd23b8
Addressing PR comments
vusirikala c611001
Merge branch 'main' into satya/osv_votes_and_order_votes
vusirikala b8928f1
Merge branch 'main' into satya/osv_votes_and_order_votes
vusirikala abd1e32
Rebasing
vusirikala c79012e
Addressing PR comments
vusirikala d030c93
Disabling the flag
vusirikala 9cf9e3a
Minor fix in test
vusirikala File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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 it's local config, why not remove it?