-
Notifications
You must be signed in to change notification settings - Fork 1.1k
approval-voting improvement: include all tranche0 assignments in one certificate #1178
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
Merged
Merged
Changes from 26 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
7230df4
merge from archived repo
sandreim d04c182
cargo lock
sandreim f4f0e70
Merge remote-tracking branch 'origin' into sandreim/the_v2_assignments
sandreim 442b1e4
Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…
sandreim 9850b2f
fix zombienet test
sandreim f71eb31
Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…
sandreim 46cfaf1
cargo lock
sandreim 0086502
Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…
sandreim 47beabd
superfluous
sandreim ee88408
Merge branch 'master' into sandreim/the_v2_assignments
sandreim 5832ad7
Merge remote-tracking branch 'origin/master' into sandreim/the_v2_ass…
alexggh e70b113
Fixup failure of lint-markdown
alexggh 85939bb
Fixup test-rustdoc job
alexggh 6dd5173
pipeline/zombinet: fix 0006 test name
alexggh 566d7f5
Comment vstaging
alexggh 460bab2
Revert "Comment vstaging"
alexggh 85acb51
Add v3 protocol
alexggh 6a1fb87
Merge remote-tracking branch 'origin/master' into sandreim/the_v2_ass…
alexggh 56055c1
Fixup
alexggh 477a4bb
Merge remote-tracking branch 'origin/master' into sandreim/the_v2_ass…
alexggh 595000d
Merge remote-tracking branch 'origin/master' into sandreim/the_v2_ass…
alexggh 5579719
Fix cargo fmt
alexggh 03d92ce
Merge remote-tracking branch 'origin/master' into sandreim/the_v2_ass…
alexggh b053f92
Merge remote-tracking branch 'origin/master' into sandreim/the_v2_ass…
alexggh deccd98
Fixup clippy
alexggh 807308e
Merge remote-tracking branch 'origin/master' into sandreim/the_v2_ass…
alexggh 183ba64
Fix review typo
alexggh fc28618
Remove the need for CollationVersion::VStaging
alexggh 056713b
Merge remote-tracking branch 'origin/master' into sandreim/the_v2_ass…
alexggh a8d234c
Addressed review comments
alexggh d728cf2
Make clippy happy
alexggh 05ea75d
Build a test image with `network-protocol-staging`
alexggh 261285f
Enable assignments
alexggh db9c3a9
Revert "Enable assignments v2 used for testing"
alexggh 3893f16
Merge remote-tracking branch 'origin/master' into sandreim/the_v2_ass…
alexggh 15eaa0a
Cleanup un-needed dependency to test-helpers
alexggh c8eff61
Modify the way we are doing the sampling
alexggh 64f2195
Fixup check_rejects_delay_bad_vrf
alexggh 059ce03
Merge remote-tracking branch 'origin/master' into sandreim/the_v2_ass…
alexggh 3af9517
Address review feedback in relay_vrf_modulo_cores
alexggh 7a1c88c
Add few more tests
alexggh ec71215
Fix unittest
alexggh 552e6fa
Add pr_doc
alexggh 2625def
Build a test image with `network-protocol-staging`
alexggh 43f5529
Build a test image with assignments enabled
alexggh 590b59e
Cleanup un-needed structures
alexggh bd76cf6
Revert test configurations
alexggh 20cb37a
Fix upgrade to latest zombienet version
alexggh 311b573
Set correct log level
alexggh 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,3 +31,4 @@ | |
| //! time being we share the same DB with the rest of Substrate. | ||
|
|
||
| pub mod v1; | ||
| pub mod v2; | ||
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.