entropyxyz / entropy-core

Protocol and cryptography development.
https://docs.entropy.xyz/
GNU Affero General Public License v3.0
11 stars 2 forks source link

Remove old registration flow #1030

Closed HCastano closed 3 months ago

HCastano commented 3 months ago

After having cleaned up a lot of code and tests in previous PRs it's finally time to get rid of the old off-chain registration flow 🥳

Note that there are quite a few breaking changes in this PR since I've removed: extrinsics, events, errors from the Registry pallet and a public HTTP API (/new/user) from the TSS.

Hopefully I didn't miss anything, but there may be small clean up PRs that will be opened over the next few weeks if I did.

HCastano commented 3 months ago

Maybe once the signing stuff is also removed we need to have a check over documentation as i expect there's a lot that needs updating.

Yep, a lot of the docs will need updating