This repository has been 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
approval-voting: implement some TODOs and remove v2 assignment core_indices
and samples
#6802
Merged
sandreim
merged 16 commits into
sandreim/vrf_modulo_comapct_assignment
from
sandreim/remove_core_indices
Mar 31, 2023
Merged
Changes from 11 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
dcfcbc8
Simplify v2 assignment cert
sandreim 321b9b7
disable v2 assignments again
sandreim 0112b47
Review feedback
sandreim 1a8fe96
fix comment
sandreim 4a431f4
doc update
sandreim 9970e4c
db migration
sandreim a89f85a
Revert "disable v2 assignments again"
sandreim bda1f26
Switch to using bitfield
sandreim b94526a
Introduce AssignmentBitfield
sandreim 5516c72
Get rid of Vec<CoreIndex>
sandreim 3085d98
leftovers
sandreim 3e287cf
Review feedback and code SPA
sandreim 4b86cea
clippy
sandreim ca30069
Disable v2 assignments, so node upgrade test can pass.
sandreim 3ab9fb1
refactor bitfields
sandreim 0c81113
link issue in code
sandreim 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 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.
does it refer to a single candidate or a few?
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.
Refers to all candidates in
assignment_bitfield
.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.
I was referring to "the candidate was" part :) Should be "the candidates were"?
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.
yeah, I totally missed that :)