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 2.6k
Allow nomination pools to chill + fix dismantle scenario #11426
Merged
Merged
Changes from 42 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
ea30833
make pool roles optional
kianenigma 00e8c87
undo lock file changes?
kianenigma fa5e95a
add migration
kianenigma f2df79e
add the ability for pools to chill themselves
kianenigma 56cf997
boilerplate of tests
kianenigma 508bc0a
new system works, tests need fixing
kianenigma f83944a
somewhat stable, but I think I found another bug as well
kianenigma ac48c37
Fix it all
kianenigma cbeb9fb
Master.into()
kianenigma 031040f
Add more more sophisticated test + capture one more bug.
kianenigma efc7b4f
Update frame/staking/src/lib.rs
kianenigma 60d42f1
reduce the diff a little bit
kianenigma 02aa7d4
add some test for the slashing bug
kianenigma 90db26e
cleanup
kianenigma 5bf6d9c
Merge branch 'kiz-pool-chill' of github.com:paritytech/substrate into…
kianenigma 1d8c940
Master.into()
kianenigma 2ec4857
Merge branch 'master' of github.com:paritytech/substrate into kiz-poo…
kianenigma a51e408
fix lock file?
kianenigma 28c8852
Fix
kianenigma c9413a2
fmt
kianenigma 433476d
Merge branch 'master' of github.com:paritytech/substrate into kiz-poo…
kianenigma c34b655
Update frame/nomination-pools/src/lib.rs
kianenigma d0d75a1
Update frame/nomination-pools/src/lib.rs
kianenigma a6afb06
Update frame/nomination-pools/src/lib.rs
kianenigma a3a43e7
Update frame/nomination-pools/src/mock.rs
kianenigma 4b7b0c7
Fix build
kianenigma 3f66688
Merge branch 'kiz-pool-chill' of github.com:paritytech/substrate into…
kianenigma 640ec31
fix some fishy tests..
kianenigma 398ddfe
add one last integrity check for MinCreateBond
kianenigma d5dc697
remove bad assertion -- needs to be dealt with later
kianenigma 05fb517
Merge branch 'master' of github.com:paritytech/substrate into kiz-poo…
kianenigma f4dbd0a
nits
shawntabrizi 0a79c80
Master.into()
kianenigma 78c0310
Merge branch 'kiz-pool-chill' of github.com:paritytech/substrate into…
kianenigma 0fb1125
fix tests and add benchmarks for chill
kianenigma 12773bb
remove stuff
kianenigma ca475df
fix benchmarks
kianenigma 44a2722
Merge branch 'master' of https://github.com/paritytech/substrate into…
f027faf
cargo run --quiet --profile=production --features=runtime-benchmarks…
33b581c
Master.into()
kianenigma c77613f
Merge branch 'kiz-pool-chill' of github.com:paritytech/substrate into…
kianenigma d69af2c
remove defensive
kianenigma d318197
Merge branch 'master' of github.com:paritytech/substrate into kiz-poo…
kianenigma 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
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
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
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.
This is a new pallet with end to end tests around staking and pools. I can recommend giving it a read. Other test changes are not really important.