1. Jul 02, 2020
    • Xiliang Chen's avatar
      Allow specify schedule dispatch origin (#6387) · e1d0f84c
      Xiliang Chen authored
      
      
      * allow specify schedule dispatch origin
      
      * fix tests
      
      * use caller origin for scheduled
      
      * fix tests
      
      * line width
      
      * check origin for cancel
      
      * line width
      
      * fix some issues for benchmarking
      
      * fix doc test
      
      * another way to constraint origin
      
      * fix build issues
      
      * fix cancel
      
      * line width
      
      * fix benchmarks
      
      * bump version
      
      * enable runtime upgrade
      
      * add migration code and test
      
      * Update frame/scheduler/src/lib.rs
      
      Co-authored-by: default avatarGavin Wood <[email protected]>
      
      * expose migration method
      
      * add notes
      
      * bump version
      
      * remove on_runtime_upgrade
      
      * fix test
      
      Co-authored-by: default avatarGavin Wood <[email protected]>
      e1d0f84c
    • pscott's avatar
      Update SubstrateCli to return String (#6550) · 540ae1c1
      pscott authored
      
      
      * Update SubstrateCli to return String
      
      * Add default implementation for executable_name()
      
      * Use display instead of PathBuf
      
      * Get file_name in default impl of executable_name
      
      * Remove String::from and use .into()
      
      * Use default impl for executable_name()
      
      * Use .as_str() and remove useless .to_string()
      
      * Update only sp-io when running companion build
      
      * Remove unneeded update of sp-io in CI
      
      Co-authored-by: default avatarCecile Tonglet <[email protected]>
      540ae1c1
    • Cecile Tonglet's avatar
      Drop the tokio runtime before the task_manager (#6548) · 7b0028d7
      Cecile Tonglet authored
      * Initial commit
      
      Forked at: ece03641
      Parent branch: origin/master
      
      * Drop the tokio runtime before the task_manager
      
      The tokio runtime must be dropped before the task_manager. Otherwise the objects the task_manager
      keep alive are dropped before the tasks are finished.
      7b0028d7
    • Ashley's avatar
      Remove `ServiceBuilderCommand` and implement the chain ops as standalone functions instead. (#6543) · 5f751e44
      Ashley authored
      
      
      * :)
      
      * Slight tidy
      
      * Remove ServiceBuilderCommand
      
      * Remove whitespace
      
      * Keep task manager alive for check_block/import_blocks
      
      * Pass task_manager to run_until_exit
      
      * Make task_manager in run_until_exit and make subcommands async
      
      * Change the async_run fn to return a future and task manager
      
      * async_run should take a result fn
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      
      * Fix spaces in export_raw_state
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      5f751e44
  2. Jul 01, 2020
  3. Jun 30, 2020
  4. Jun 29, 2020
  5. Jun 28, 2020
  6. Jun 26, 2020
  7. Jun 25, 2020