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 378
Fix Statemint #885
Labels
I7-refactor
Code needs refactoring.
T7-system_parachains
This PR/Issue is related to System Parachains.
Comments
hbulgarini
added
the
T7-system_parachains
This PR/Issue is related to System Parachains.
label
Jan 19, 2022
Closed
So what's left here is switching over statemint back to |
What front end? We will need to port over the authorities and do some client side changes. |
Ok what client side changes do we need to make? can you point me at an example line of code of what your thinking about? |
There is no example code for this. We will need to be able to import blocks using sr25519 and ed25519. |
the-right-joyce
added
I7-refactor
Code needs refactoring.
and removed
F6-refactor 🧹
labels
Aug 12, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
I7-refactor
Code needs refactoring.
T7-system_parachains
This PR/Issue is related to System Parachains.
We needed to fix
Statemint
, because at the upgrade fromShell
toStatemint
there was used the wrong crypto. We fixed it using this hacky pr: #867A proper solution would now be to support running
Statemint
with different kind of cryptos, aka make the current version work withed25519
and then switch over tosr25519
using a runtime upgrade.The text was updated successfully, but these errors were encountered: