Skip to content
Snippets Groups Projects
  1. Jun 01, 2021
    • Keith Yeung's avatar
      Allow usage of path in construct_runtime! (#8801) · 3b1c2f55
      Keith Yeung authored
      * Allow usage of path in construct_runtime!
      
      * Fix whitespace
      
      * Fix whitespace
      
      * Make expand_runtime_metadata accept slice instead of Iterator
      
      * Include Call and Event in construct_runtime for testing
      
      * Migrate impl_outer_event to proc macro
      
      * Fix integrity_test_works
      
      * Update UI test expectations
      
      * Factor in module path while generating enum variant or fn names
      
      * Use ParseStream::lookahead for more helpful error messages
      
      * Remove generating outer_event_metadata
      
      * Ensure pallets with different paths but same last path segment can coexist
      
      * Remove unnecessary generated function
      
      * Migrate decl_outer_config to proc macro
      
      * Add default_filter test for expand_outer_origin
      
      * Allow crate, self and super keywords to appear in pallet path
      
      * Add UI test for specifying empty pallet paths in construct_runtime
      3b1c2f55
  2. May 31, 2021
  3. May 29, 2021
  4. May 28, 2021
  5. May 27, 2021
    • MOZGIII's avatar
      More sc-service config reexports (#8887) · c8ea0c7a
      MOZGIII authored
      * Reexport ExecutionStrategies and ExecutionStrategy
      
      * Reexport more of the network
      
      * Reexport the ExecutionStrategy as it's used within ExecutionStrategies
      c8ea0c7a
    • Denis_P's avatar
      CI: fix simnet trigger (#8927) · 95e296de
      Denis_P authored
      * CI: chore
      
      * CI: pin simnet version
      95e296de
    • Roman Proskuryakov's avatar
      Remove: (#8748) · 8dfb8cd9
      Roman Proskuryakov authored
      * `NetworkStatusSinks`
      * `sc_service::SpawnTasksParams::network_status_sinks`
      
      Also:
      * `sc_service::build_network()` does not return `network_status_sinks`
      8dfb8cd9
    • Shawn Tabrizi's avatar
      Fix Compiler Warnings (new rustc) (#8907) · fa89414b
      Shawn Tabrizi authored
      
      * unused mmr
      
      * more unused
      
      * dyn in executor
      
      * remove `doc(inline)`
      
      * fix dyn for sp-api-test
      
      * update benchmarks
      
      * Update primitives/core/benches/bench.rs
      
      * Update primitives/core/benches/bench.rs
      
      * update another bench
      
      * fix benchmark?
      
      Co-authored-by: default avataradoerr <0xad@gmx.net>
      fa89414b
  6. May 26, 2021
  7. May 25, 2021
  8. May 24, 2021
  9. May 23, 2021
  10. May 22, 2021
  11. May 21, 2021