paritytech / substrate-debug-kit

A collection of debug tools, scripts and libraries on top of substrate.
GNU General Public License v3.0
95 stars 36 forks source link

Support Polkadot CC1 #13

Closed kianenigma closed 4 years ago

kianenigma commented 4 years ago

Potentially conditional compilation or a runtime flag.

Technically, we already support polkadot. But we assume some types to be from kusama_runtime, which might differ from polkadot.

kianenigma commented 4 years ago

Now we only compile the runtime for the laboratory crate. This is thus resolved.