This repository was archived by the owner on Feb 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Replace overall_safety_task
#4081
Open
ss-es
wants to merge
45
commits into
main
Choose a base branch
from
ss/rewrite-overall-safety-task
base: main
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.
Open
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
3944476
require strict leaf chain
ss-es 05c61a8
[test] use hotstuff 2 always
ss-es 342e8e1
add undecided leaves on restart
ss-es d73a13a
fix?
ss-es 2a5bf48
cleanup
ss-es b142304
add epoch_height
ss-es c242dbe
fix examples
ss-es afb5d38
remove overall safety task
ss-es 54e0521
add checks
ss-es eca45d9
fix tests_1
ss-es afe359f
fix tests_2
ss-es 5df0746
fix tests_3
ss-es 54bde28
fix tests_4
ss-es b79b4a7
fix tests_5
ss-es 9784c06
fix tests_6
ss-es 54e5f15
remove num_failed_views
ss-es 451f535
try disabling hotstuff 2
ss-es f297077
fix
ss-es 7b26c1b
re-enable hotstuff 2
ss-es 9937a67
add timeout
ss-es 3cf14c1
fix
ss-es e5148a2
fix tests
ss-es a5db056
Merge branch 'main' into ss/rewrite-overall-safety-task
ss-es 3e9d794
fix flakiness
ss-es 4a8af68
fix flakiness
ss-es 65ed0e4
Merge branch 'main' into ss/rewrite-overall-safety-task
ss-es c7f3f71
fix logging
ss-es 48fecc2
fix new tests
ss-es 540d1cd
clippy
ss-es 9eeff4c
Merge branch 'main' into ss/rewrite-overall-safety-task
ss-es b2bd94c
address comments
ss-es 0617280
Merge branch 'main' into ss/rewrite-overall-safety-task
ss-es ab6ea51
clippy
ss-es 4ae2742
make sure to check num_successful_views after timeout
ss-es 80dc3fa
fix
ss-es 0e2262c
fixes
ss-es 1c854b7
fix staggered restart test
ss-es 6e8a8c9
fix tests_3
ss-es a9228e5
fix tests_4
ss-es ced9784
fix
ss-es f0e94e3
fix
ss-es ecac165
fixes
ss-es 98ea5e6
more fixes
ss-es 82cd053
fix
ss-es 56f16c2
Merge branch 'main' into ss/rewrite-overall-safety-task
ss-es 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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.
This checking that we didn't decide a view that we think should fail? can't we just check this super simply by looking at the
leaf.viewrather than getting it back out of our mapThere 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.
yes you're right! this was just copy-paste
will fix