• Bastian Köcher's avatar
    Implement `construct_runtime!` macro (#751) · 8b7e5526
    Bastian Köcher authored
    * Make `system` module renamable in `impl_outer_event!`
    
    * Implement `construct_runtime!` macro
    
    This macro generates code for calling all the common `impl_outer_*` macros.
    
    * Add documentation
    
    * Fixes wrong declaration of `contract`
    
    * Update dependencies to work on `no_std`
    
    * One more `Cargo.lock` update
    
    * Address comments
    8b7e5526