You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.
Substrate 2.0 is close here
It is a good chance to update larger components of this codebase now that the development cadence is slower upstream and hopefully more commitment to API stability.
In general the plug runtime has diverged from substrate and it does not need to follow the runtime changes upstream as they're mostly fed by different network or business requirements.
We do however want to follow the core framework where possible:
Substrate 2.0 is
closehereIt is a good chance to update larger components of this codebase now that the development cadence is slower upstream and hopefully more commitment to API stability.
In general the plug runtime has diverged from substrate and it does not need to follow the runtime changes upstream as they're mostly fed by different network or business requirements.
We do however want to follow the core framework where possible:
Things to pull in (in order of least difficulty):
atomic transcations
benchmark based weights
we'd need to update to the new weight system + update benchmarking code
consensus (babe + grandpa)
Update to the latest
Take everything in
client/
metric reporting, db backend updates, refactors the lotIt's not clear if this change was backwards compatible.
e.g. new message types added, will need some careful testing to support current networks.
The text was updated successfully, but these errors were encountered: