Basilisk-node icon indicating copy to clipboard operation
Basilisk-node copied to clipboard

Use conditional compilation to specify which runtime to include in a node

Open Roznovjak opened this issue 3 years ago • 0 comments

Current implementation of a node contains both the main and the testing runtime. Use conditional compilation to include only one runtime specified by a flag. It will be no longer required to rename a binary when launching a parachain containing the testing runtime using the polkadot-launch tool.

Roznovjak avatar Oct 04 '21 21:10 Roznovjak