Skip to content
  1. Jan 23, 2020
  2. Jan 22, 2020
  3. Jan 21, 2020
  4. Jan 20, 2020
  5. Jan 15, 2020
  6. Jan 14, 2020
    • Ashley's avatar
      Update the service to std futures (#4447) · 410ce114
      Ashley authored
      * Switch service to futures03
      
      * Fix tests
      
      * Fix service test and cli
      
      * Re-add Executor trait to SpawnTaskHandle
      
      * Fix node-service
      
      * Update babe
      
      * Fix browser node
      
      * Update aura
      
      * Revert back to tokio-executor to fix runtime panic
      
      * Add todo item
      
      * Fix service tests again
      
      * Timeout test futures
      
      * Fix tests
      
      * nits
      
      * Fix service test
      
      * Remove zstd patch
      
      * Re-add futures01 to aura and babe tests as a dev-dep
      
      * Change failing test to tee
      
      * Fix node
      
      * Upgrade tokio
      
      * fix society
      
      * Start switching grandpa to stable futures
      
      * Revert "Start switching grandpa to stable futures"
      
      This reverts commit 9c197634
      
      .
      
      * Fix utils
      
      * Revert substrate service test
      
      * Revert gitlab
      
      Co-authored-by: default avatarthiolliere <[email protected]>
      410ce114
    • Gavin Wood's avatar
      Add trivial EnsureFounder verifier to society (#4615) · 012c5ef1
      Gavin Wood authored
      
      
      * Add trivial EnsureFounder verifier to society
      
      * Fix potential panic
      
      * Keep founder account around.
      
      * Cleanups
      
      * Fix.
      
      * Fix tests
      
      Co-authored-by: default avatarShawn Tabrizi <[email protected]>
      012c5ef1
    • Bastian Köcher's avatar
      Take `genesis_storage` by ref (#4617) · b443ddad
      Bastian Köcher authored
      Instead of having these weird implementation of `BuildStorage for
      &ChainSpec` we should just take the `genesis_storage` by ref. The
      `BuildStorage` trait changed some time ago to take a self ref anyway,
      instead of a self value.
      
      Also fixes warnings in frame-staking
      b443ddad
    • Kian Paimani's avatar
      custom weight function wrapper (#4158) · c93a0a31
      Kian Paimani authored
      
      
      * custom weight function wrapper
      
      * dox
      
      * Better tests.
      
      * remove u8 encoding
      
      * Update frame/support/src/weights.rs
      
      Co-Authored-By: default avatarthiolliere <[email protected]>
      
      * fix pays fee
      
      Co-authored-by: default avatarthiolliere <[email protected]>
      c93a0a31
  7. Jan 13, 2020