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
Some of the implementations under polkadot-sdk's polkadot-runtime-common crate are critical to Polkadot and Kusama (e.g. fn era_payout, which implements the inflation formula). This logic should probably be under the umbrella of the fellowship. Since the westend and rococo runtimes also need the runtime-common, another option is to keep a different runtime-common crate in each repo.
The text was updated successfully, but these errors were encountered:
gpestana
changed the title
Move/copy runtime-common to fellowship repo
Move/copy runtime-common to fellowship repo
Oct 10, 2023
Yeah this requires some kind of clean-up. We probably should start by moving out the crates from runtime-common in the Parity repos. Then having a copy of this crate should be fine.
Some of the implementations under polkadot-sdk's
polkadot-runtime-common
crate are critical to Polkadot and Kusama (e.g.fn era_payout
, which implements the inflation formula). This logic should probably be under the umbrella of the fellowship. Since the westend and rococo runtimes also need the runtime-common, another option is to keep a different runtime-common crate in each repo.The text was updated successfully, but these errors were encountered: