-
Notifications
You must be signed in to change notification settings - Fork 710
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
Defer consensus verification #2350
Draft
StephenButtolph
wants to merge
52
commits into
master
Choose a base branch
from
deferred-verification
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
ce4b15d
Add verification to consensus
StephenButtolph 6ba4e25
Improve height monitoring
StephenButtolph 4c6433c
nit
StephenButtolph 548c178
merged
StephenButtolph 464dd31
Finish moving verification into consensus
StephenButtolph a1d0653
wip add VerifyProposer
StephenButtolph ae3f144
Cleanup snowman consensus
StephenButtolph f090502
nit
StephenButtolph 43c2a43
reduce diff
StephenButtolph 8be33ac
merged
StephenButtolph 23834c5
fix
StephenButtolph 320484d
wip
StephenButtolph 222f2a6
nit
StephenButtolph 0b06e44
wip
StephenButtolph 92fd787
reduce diff
StephenButtolph bd5be37
minimal maps + sets
StephenButtolph dfa3889
wip
StephenButtolph 6250a87
compiling
StephenButtolph 4d99680
Add metric
StephenButtolph aad5d8a
merged
StephenButtolph d25d5a0
rate limit reverification
StephenButtolph fa8b0e2
nit
StephenButtolph 0f18b3d
ok
StephenButtolph 0cf9cc0
Add last accepted info to consensus health check
StephenButtolph bc07b9f
nit
StephenButtolph 29f67c0
nit
StephenButtolph eb6700a
Merge branch 'expand-consensus-health-check' into deferred-verification
StephenButtolph 37b8dca
nit
StephenButtolph ae55ed5
fix metric
StephenButtolph 11f5e37
Add ideal accepted block verification count metric
StephenButtolph 456c49b
Merge branch 'dev' into deferred-verification
StephenButtolph f81f9eb
nit
StephenButtolph ffbc96d
wip
StephenButtolph f6c0949
wip
StephenButtolph 3b817f2
wip
StephenButtolph 743e176
fix unit tests
StephenButtolph 6a35a2c
Merge branch 'dev' into options-before-verify
StephenButtolph 527c22c
fix typo
StephenButtolph 5edf87a
nit
StephenButtolph 7d49953
nit
StephenButtolph decdd10
merged
StephenButtolph 6655c06
fix tests
StephenButtolph 8d266a8
Merge branch 'dev' into options-before-verify
StephenButtolph 73c06c0
merged
StephenButtolph f0cfa6d
Merge branch 'dev' into options-before-verify
StephenButtolph 82b4338
Merge branch 'dev' into options-before-verify
StephenButtolph 0e37af9
Merge branch 'dev' into options-before-verify
StephenButtolph f1ff7c0
merged
StephenButtolph 2e863f4
Merge branch 'dev' into options-before-verify
StephenButtolph 92363ec
Allow errors from Options() calls
StephenButtolph dc6e557
add test
StephenButtolph d565479
Merge branch 'options-before-verify' into deferred-verification
StephenButtolph 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
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
Comment pls