polkadot-fellows / runtimes

The various runtimes which make up the core subsystems of networks for which the Fellowship is represented.
GNU General Public License v3.0
143 stars 97 forks source link

Add test for coretime Runtime API #403

Open ggwpez opened 4 months ago

ggwpez commented 4 months ago

TODO from here https://github.com/polkadot-fellows/runtimes/blob/3dea8bf4fba112e5643f6f4340a3dd5ad3492a8b/system-parachains/coretime/coretime-kusama/src/coretime.rs#L180 cc @seadanda should probably also have a test that this weight is correct and the RAPI wont fail.

seadanda commented 3 months ago

This was solved for Polkadot by https://github.com/polkadot-fellows/runtimes/pull/410 and for Kusama by https://github.com/polkadot-fellows/runtimes/pull/434