1. Jan 27, 2020
    • Web3 Philosopher's avatar
      Manual Seal (#4143) · 03ffa5a5
      Web3 Philosopher authored
      
      
      * instant/manual seal
      
      unbounded queues are evil
      
      Apply suggestions from code review
      
      Co-Authored-By: default avatarRobert Habermeier <[email protected]>
      
      add fork tests, docs, remove todos
      
      moar docs
      
      Update client/consensus/manual-seal/src/rpc.rs
      
      Co-Authored-By: default avatarRobert Habermeier <[email protected]>
      
      remove unbound generic, parameter, docs, deps, code style changes
      
      Apply suggestions from code review
      
      Co-Authored-By: default avatarTomasz Drwięga <[email protected]>
      
      code style chnges
      
      remove unused deps, remove dep renames, check if block is empty before importing, use ? for error propagation
      
      fix tests
      
      log errors for instant seal
      
      use debug
      
      code style changes, updated copyright dates
      
      use txpool::Pool instead of BasicPool, code style changes
      
      fixed tests
      
      * fix tests
      
      * requested changes from review
      
      * check inherents len
      
      * rebase
      03ffa5a5
  2. Jan 25, 2020
  3. Jan 24, 2020
  4. Jan 23, 2020
  5. Jan 22, 2020
  6. Jan 21, 2020
  7. Jan 20, 2020
  8. Jan 19, 2020
  9. Jan 18, 2020
    • Gavin Wood's avatar
      Add rules and unfounding to society. (#4671) · 81312888
      Gavin Wood authored
      * Add rules and unfounding to society.
      
      * Docs and event
      
      * Extra bit of docs.
      
      * Cunningly reduce complexity
      
      * Remove candidates when unfounding.
      
      * Remove suspended candidates when unfounding, too.
      81312888