We introduce a new macro create_minimal_runtime, which generates a minimal runtime with custom name and custom chain extension parameter. It can be used outside drink as well, but you also have to add frame-system and frame-support as dependencies (due to how construct_runtime macro works...).
This is a prerequisite for supporting chain extensions in drink.
We introduce a new macro
create_minimal_runtime
, which generates a minimal runtime with custom name and custom chain extension parameter. It can be used outside drink as well, but you also have to addframe-system
andframe-support
as dependencies (due to howconstruct_runtime
macro works...).This is a prerequisite for supporting chain extensions in drink.