• Bastian Köcher's avatar
    Remove default expansion from `construct_runtime!` (#4937) · 2e8080e2
    Bastian Köcher authored
    This removes the following syntactic sugar from `construct_runtime!`:
    
    - Expansion of `default` to the default set of module parts
    - Expansion of `System: system` to the default set of module parts
    
    The macro now requires the user to provide all the module parts of a pallet.
    2e8080e2