-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove old registration flow (#1030)
* Remove outdated test I thought this had already been removed, guess I missed it * Remove registration related propogation pallet code * Remove Registry pallet genesis config We don't pre-populate registered accounts anymore. We could do this again in the future, but the setup is a little tricker since we need to ensure that the network is jumpstarted before registration can happen. * Comment out old registration code in registry pallet I want to remove it to see where errors pop up, but still keep the old code visible as a reference. * Bump metadata * Remove unused functions in client * Get rid of `new_user` endpoint * Fix user registration test compilation * Inline DKG helper function * Remove `on_chain` flag from test CLI * Get rid of `register` benchmarks * Delete old code in `Registry` pallet * Remove "on_chain" suffix from registration related names * Move register extrinsic after jump start extrinsics * Remove split when getting signers from chain * Bump metadata * RustFmt * Get rid of old registration benchmark * Add `CHANGELOG` entry * Update breaking changes notes in `CHANGELOG` * Fix `test_signing_fails_if_wrong_participants_are_used` test * Remove irrelevant test * Remove outdated docs
- Loading branch information
Showing
22 changed files
with
178 additions
and
829 deletions.
There are no files selected for viewing
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
Binary file not shown.
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
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.