-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Complete migration to v2 primitives & parachain-host #4803
Comments
This means updating everything to |
Actually, when reading through your |
Initially I made |
Yeah, this is the most 'pure' thing to do but it also means that all subsystems need to be totally adapted to the new v2 types. I find that re-exporting means that we can adjust only affected subsystems as the v2 types would be exactly the same. But we probably want to refactor the RuntimeApiSubsystem to help us navigate the migrations anyway, and that would require a bit of rewriting as well. |
For example, I think that the |
So the specific proposal for work here is
@ordian I guess this can be done as soon as the v2 API hits Kusama & Polkadot? |
0.9.17 (for Polkadot) has been branched off so we're not blocked on this to be merged into master |
We're currently using a mix of v1 and v2, which is not great. We should move everything to v2 and fully define v2. Re-exporting stuff from v1 is fine when it's still the same as v1.
The text was updated successfully, but these errors were encountered: