-
Notifications
You must be signed in to change notification settings - Fork 28
feat: adding resharing per-domain #3326
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
Open
SimonRastikian
wants to merge
46
commits into
main
Choose a base branch
from
3169-per-domain-ReconstructionThreshold-in-resharing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
83d682c
Adding a new voting mechanism for resharing
SimonRastikian 7feb1b1
Useless compat struct
SimonRastikian a9bd4eb
Adding comment
SimonRastikian b48bbf1
Accepted snap
SimonRastikian 2b84e86
Solving conflicts
SimonRastikian ba25723
abi changed
SimonRastikian 376beb3
Some small nits by Reynaldo
SimonRastikian 871f188
Merge branch 'main' into 3169-per-domain-ReconstructionThreshold-in-r…
SimonRastikian 7187ab3
No need for skip_serializing_if
SimonRastikian d3df8b5
Merge branch 'main' into 3169-per-domain-ReconstructionThreshold-in-r…
SimonRastikian b93c5d2
fixing the bug generated due to conflict solving
SimonRastikian a1c8d56
Merge branch 'main' into 3169-per-domain-ReconstructionThreshold-in-r…
SimonRastikian b64f863
Merge branch 'main' into 3169-per-domain-ReconstructionThreshold-in-r…
SimonRastikian a724aed
cargo fmt
SimonRastikian 220132f
abi test
SimonRastikian a37858b
Merge branch 'main' into 3169-per-domain-ReconstructionThreshold-in-r…
SimonRastikian 188521b
Merge branch 'main' into 3169-per-domain-ReconstructionThreshold-in-r…
SimonRastikian a025892
Conversion Error
SimonRastikian 274cb6a
cargo fmt
SimonRastikian 59a1fae
comment
SimonRastikian fca347b
reject proposals that would leave CaitSith domains with differing rec…
SimonRastikian cdae919
Less flaky tests
SimonRastikian 34ba83c
cargo fmt
SimonRastikian af28d30
ProposedThresholdParameters type-split
SimonRastikian 8e8adc8
fixing clippy
SimonRastikian cd87025
Merge branch 'main' into 3169-per-domain-ReconstructionThreshold-in-r…
SimonRastikian fa1790a
Merge branch 'main' into 3169-per-domain-ReconstructionThreshold-in-r…
SimonRastikian caa00f1
fixing syntax
SimonRastikian 5511ec9
flatten overlaid-thresholds tests into tests module
SimonRastikian e804ee5
gate with_per_domain_thresholds behind cfg(test)
SimonRastikian df34102
fix vote test comment wording
SimonRastikian 76e5269
test migration through the shadow vote type
SimonRastikian 41a5989
Fixing conflicts
SimonRastikian c7b6123
Changing comments
SimonRastikian ad6b8fc
fixing cargo doc
SimonRastikian 304a3d2
aligning the tests
SimonRastikian aff981c
flatten strategy
SimonRastikian 9f5c1dc
use outside of fn
SimonRastikian c4a5a37
rework comment
SimonRastikian 7ea2180
change cryptographic to governance
SimonRastikian 3863326
Merge branch 'main' into 3169-per-domain-ReconstructionThreshold-in-r…
SimonRastikian 9128952
Adding TODO
SimonRastikian 1695875
gMerge branch '3169-per-domain-ReconstructionThreshold-in-resharing' …
SimonRastikian df4ad09
More comments
SimonRastikian cc40c21
Comma separated
SimonRastikian 726635d
Fixing CI
SimonRastikian 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
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.
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.
I did not want to change that but question to the public: Why is this a new_unvalidated instead of the normal new (with validation)?
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.
@gilcu3 do you have an idea?
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 think to allow low threshold values in tests that would otherwise not pass in production (e.g. >= 60%)