Stabilizing Polkadot

Where can I track the progress of the omni node?

I just created a new runtime for XCQ PoC and I am happy that I can only have a runtime for development. This significantly reduces the overhead of runtime development and maintenance. omni node is the only missing piece to use such runtime to build a real network.

Here is my setup:

A normal runtime: XCQ/poc/runtime at bf3112529290093c73bf86b84eeec9a324bacf57 · open-web3-stack/XCQ · GitHub

Use the chain-spec-builder to generate chainspec: XCQ/Makefile at bf3112529290093c73bf86b84eeec9a324bacf57 · open-web3-stack/XCQ · GitHub

Use Chopsticks to configure storages: XCQ/poc/runtime/chopsticks.yml at bf3112529290093c73bf86b84eeec9a324bacf57 · open-web3-stack/XCQ · GitHub

and run the runtime: XCQ/Makefile at bf3112529290093c73bf86b84eeec9a324bacf57 · open-web3-stack/XCQ · GitHub

4 Likes