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 1.6k
start working on building the real overseer #1795
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
c4c6738
start working on building the real overseer
coriolinus a334432
fill in AllSubsystems internal constructors
coriolinus db98360
Merge remote-tracking branch 'origin/master' into prgn-real-overseer
coriolinus b8c9463
replace fn make_metrics with Metrics::attempt_to_register
coriolinus e769207
update to account for #1740
coriolinus 98204d5
remove Metrics::register, rename Metrics::attempt_to_register
coriolinus b847b85
Merge remote-tracking branch 'origin/master' into prgn-real-overseer
coriolinus 40850ac
Merge remote-tracking branch 'origin/master' into prgn-real-overseer
coriolinus 36eaa46
add 'static bounds to real_overseer type params
coriolinus 7334016
pass authority_discovery and network_service to real_overseer
coriolinus 5ea441e
select a proper database configuration for the availability store db
coriolinus 0720f5d
use subdirectory for av-store database path
coriolinus 8185a55
apply Basti's patch which avoids needing to parameterize everything o…
coriolinus 801063d
simplify path extraction
ordian 99a61f9
get all tests to compile
coriolinus 79abc50
Fix Prometheus double-registry error
coriolinus ff63eb2
authorities must have authority discovery, but not necessarily overse…
coriolinus 1b13b29
fix broken SpawnedSubsystem impls
coriolinus 16ce6cb
use prometheus properly
coriolinus 3a0d1a6
get av-store subsystem to actually run properly and not die on first …
coriolinus ec91b9b
Merge remote-tracking branch 'origin/master' into prgn-real-overseer
coriolinus 1b52a0e
typo fix: incomming -> incoming
coriolinus c6e78be
don't disable authority discovery in test nodes
coriolinus f369874
Merge remote-tracking branch 'origin/master' into prgn-real-overseer
bkchr dba976f
Fix rococo-v1 missing session keys
bkchr a4642e1
Update node/core/av-store/Cargo.toml
montekki 239c182
try dummying out av-store on non-full-nodes
coriolinus 96ae179
overseer and subsystems are required only for full nodes
coriolinus f3fd10f
Reduce the amount of warnings on browser target
montekki ee23259
Fix two more warnings
montekki 98aa01d
InclusionInherent should actually have an Inherent module on rococo
montekki ba768b4
Ancestry: don't return genesis' parent hash
57418fb
Update Cargo.lock
montekki a395acb
Merge remote-tracking branch 'origin/master' into prgn-real-overseer
coriolinus b953b01
fix broken test
coriolinus 25ec0be
update test script: specify chainspec as script argument
coriolinus 2449358
Apply suggestions from code review
coriolinus ffc37f2
Update node/service/src/lib.rs
coriolinus 6ee3d7b
Merge branch 'paritytech/master' into real-overseer
mxinden 919d530
node/service/src/lib: Return error via ? operator
mxinden af37ece
Merge remote-tracking branch 'mxinden/real-overseer' into prgn-real-o…
coriolinus 244e980
Merge remote-tracking branch 'origin/master' into prgn-real-overseer
coriolinus cd97445
post-merge blues
coriolinus d1d4163
add is_collator flag
coriolinus 283f426
prevent occasional av-store test panic
coriolinus 2ddc5ee
simplify fix; expand application
coriolinus 2bf2980
run authority_discovery in Role::Discover when collating
coriolinus ac0a90f
distinguish between proposer closed channel errors
coriolinus 566fd21
add IsCollator enum, remove is_collator CLI flag
coriolinus 0f4a86e
improve formatting
coriolinus 558844d
remove nop loop
coriolinus d16f502
Fix some stuff
bkchr 51ce190
Merge remote-tracking branch 'origin/master' into prgn-real-overseer
coriolinus 5791bb4
Merge branch 'prgn-real-overseer' of github.com:paritytech/polkadot i…
coriolinus 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
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
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.
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.
That comes from a4642e1 which fixes this CI failure.