This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Warn validators with slow hardware #12620
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
0f8dbeb
move Metric
Szegoo f232e0c
run hardware bench if validiator flag is being used
Szegoo 41c00db
fix rustdoc & update node-template
Szegoo 2a8e8df
fix
Szegoo adb5ca5
unused improt
Szegoo e16a59b
Merge branch 'paritytech:master' into warn-validators
Szegoo 2ea691d
warn
Szegoo 889e355
move Requirement
Szegoo 861ee8b
bench_result
Szegoo b3b6333
ensure_requirements
Szegoo fb5bef8
make the code compile
Szegoo befdd84
check if authority
Szegoo 355e16d
Merge branch 'paritytech:master' into warn-validators
Szegoo f79582a
Update client/sysinfo/src/sysinfo.rs
Szegoo da40db9
nit fixes
Szegoo 2b09ebe
Merge branch 'paritytech:master' into warn-validators
Szegoo b488393
warning signs
Szegoo 117663d
Update client/sysinfo/src/sysinfo.rs
Szegoo 83c7100
Merge branch 'paritytech:master' into warn-validators
Szegoo 3b28a8a
Merge branch 'paritytech:master' into warn-validators
Szegoo 400c47d
Merge branch 'paritytech:master' into warn-validators
Szegoo 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
check if authority
- Loading branch information
commit befdd842fd16e0404dd79d682657832d21f2e5e0
There are no files selected for viewing
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
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.
Its a bit unfortunate that we have to pass this in twice now; once for the sysinfo and once for the machine benchmarking.
But I dont see how it could be done better.