encointer / encointer-parachain

The common good parachain for Kusama
https://encointer.org
GNU General Public License v3.0
9 stars 13 forks source link

Move all runtime definitions to parachain-commons #40

Closed clangenb closed 3 days ago

clangenb commented 2 years ago

polkadot-v0.9.12 has introduced a new crate that unifies some type and constant definitions. However, we still have the redundant definitions inside the runtime (partly because they are still there in upstream too). We should remove the runtime definitions favoring the ones from the parachain-commons crate and. However, we should re-export them there!

clangenb commented 2 years ago

Not really necessary for the epic, but given the amount of effort I think this is a very nice to have.

clangenb commented 3 days ago

Obsolete since the runtime has been moved to the fellows/runtimes repository