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
CandidateBackingSubsystem #1312
Merged
rphmeier
merged 24 commits into
paritytech:master
from
montekki:fs-candidate-backing-subsystem
Jul 9, 2020
Merged
Changes from 8 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
f40c165
Updates guide for CandidateBacking
montekki 4031bc7
Move assignment types to primitives
montekki 7f23f7d
Merge branch 'master' into fs-candidate-backing-subsystem
montekki 45ead89
Initial implementation.
montekki 81220d8
More functionality
montekki 7572a13
Merge branch 'master' into fs-candidate-backing-subsystem
montekki a7d5e86
use assert_matches
montekki 697accf
Changes to report misbehaviors
montekki 2ce747e
Some fixes after a review
montekki af9f34a
Remove a blank line
montekki 245cc96
Update guide and some types
montekki 63124aa
Adds run_job function
montekki 1b744ed
Some comments and refactorings
montekki 96ba9dd
Merge branch 'master' into fs-candidate-backing-subsystem
montekki 481ab97
Merge branch 'master' into fs-candidate-backing-subsystem
montekki f52aa09
Fix review
montekki 0f8e2b9
Merge branch 'master' into fs-candidate-backing-subsystem
montekki e4aed7c
Remove warnings
montekki 05d7dc6
Use summary in kicking off validation
montekki 994eefd
Parallelize requests
montekki d879df6
Validation provides local and global validation params
montekki fef54e1
Test issued validity tracking
montekki e8fd8f3
Nits from review
montekki e137f37
Merge branch 'master' into fs-candidate-backing-subsystem
montekki 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| [package] | ||
| name = "backing" | ||
| version = "0.1.0" | ||
| authors = ["Parity Technologies <[email protected]>"] | ||
| edition = "2018" | ||
|
|
||
| [dependencies] | ||
| futures = "0.3.5" | ||
| log = "0.4.8" | ||
| sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } | ||
| sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" } | ||
| sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } | ||
| keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "master" } | ||
| primitives = { package = "sp-core", git = "https://github.com/paritytech/substrate", branch = "master" } | ||
|
|
||
| polkadot-primitives = { path = "../../../primitives" } | ||
| polkadot-node-primitives = { path = "../../primitives" } | ||
| polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsystem" } | ||
| statement-table = { package = "polkadot-statement-table", path = "../../../statement-table" } | ||
| futures-timer = "3.0.2" | ||
| streamunordered = "0.5.1" | ||
| derive_more = "0.99.9" | ||
| bitvec = { version = "0.17.4", default-features = false, features = ["alloc"] } | ||
|
|
||
| [dev-dependencies] | ||
| sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } | ||
| futures = { version = "0.3.5", features = ["thread-pool"] } | ||
| subsystem-test = { package = "polkadot-subsystem-test-helpers", path = "../../test-helpers/subsystem" } | ||
| assert_matches = "1.3.0" | ||
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.
Uh oh!
There was an error while loading. Please reload this page.