Closed bkchr closed 3 months ago
Apparently staking-miner with subxt already exists :) https://github.com/paritytech/staking-miner-v2
We also need to remove the native runtimes of all the system parachains.
We also still have some imports of the native runtimes that still need to be fixed.
This issue has been mentioned on Polkadot Forum. There might be relevant details there:
https://forum.polkadot.network/t/polkadot-release-analysis-v1-2-0/4451/1
After this pull request got merged, the polkadot node will not depend on the Polkadot & Kusama native runtimes anymore. This brings some substantial changes with it, that may lead to more complicated usage for things like benchmarking etc.
As the node will not be able to provide things like the Polkadot and Kusama dev chain specs we should add some tool to the fellowship repo to generate these chain specs. Things
block overhead
andbenchmark extrinsic
will also not work anymore as they rely on the native runtime.Certain tools like
staking-miner
/generate-bags
still depend on the native runtime of Kusama/Polkadot. They will also need to be rewritten in a way to get rid off the native runtime.