1. Mar 19, 2018
    • Gav's avatar
      Fix tests. · f1977149
      Gav authored
      f1977149
    • Gav's avatar
      rename · 90dd1a5a
      Gav authored
      90dd1a5a
    • Gav's avatar
      Fix typo. · e4c2b273
      Gav authored
      e4c2b273
    • Gav's avatar
      Docs. · 2e9fa097
      Gav authored
      2e9fa097
    • Gav's avatar
      Merge and fix test. · 1bb150ba
      Gav authored
      1bb150ba
    • Gav's avatar
      Algorithm cleanups · 23ca1b2d
      Gav authored
      23ca1b2d
    • Gav's avatar
      Link to paper. · 74a59b9b
      Gav authored
      74a59b9b
    • Gav's avatar
      Merge branch 'master' into gav-random-beacon · c49d8a9b
      Gav authored
      c49d8a9b
    • Gav Wood's avatar
      Refactor all (demo) runtime modules to use new storage (#98) · 688720b7
      Gav Wood authored
      * Completely rework dispatch mechanism into something modular.
      
      Not yet complete but 75% there.
      
      * Council vote tests.
      
      * Fix tests.
      
      * whitespace.
      
      * Fix demo runtime tests.
      
      * Fix up tests.
      
      * Remove dead code.
      
      * Timestamp uses new storage API.
      
      * Move over system module to new API.
      
      * Much nicer storage API, moved over staking module.
      
      * More refactoring.
      
      * Democracy uses new storage API.
      
      * Council uses new RPC.
      
      * Fix more tests.
      
      * Use match for Id
      
      * Use match for Id
      
      * Make PrivPass better protected.
      
      * Address other grumbles.
      
      * Give PrivPass a private member.
      
      * Testing PrivPass.
      
      * Add docs.
      
      * Recompile binaries after merge.
      
      * Remove duplicated code.
      
      * New binaries.
      
      * Docs
      
      * Docs
      
      * avoid use of (arguably) confusing terminology.
      688720b7
    • Gav Wood's avatar
      Modularised dispatch (#95) · 7443c0a9
      Gav Wood authored
      * Completely rework dispatch mechanism into something modular.
      
      Not yet complete but 75% there.
      
      * Council vote tests.
      
      * Fix tests.
      
      * whitespace.
      
      * Fix demo runtime tests.
      
      * Fix up tests.
      
      * Remove dead code.
      
      * Use match for Id
      
      * Make PrivPass better protected.
      
      * Address other grumbles.
      
      * Give PrivPass a private member.
      
      * Testing PrivPass.
      
      * Add docs.
      7443c0a9
  2. Mar 17, 2018
  3. Mar 16, 2018
  4. Mar 15, 2018
  5. Mar 14, 2018
  6. Mar 13, 2018
    • asynchronous rob's avatar
      Slash Authorities for irrefutable misbehavior (#84) · ec7a4402
      asynchronous rob authored
      * double-commit and prepare misbehavior
      
      * get misbehavior on completion
      
      * collect misbehavior on drop, not only on success
      
      * kill unused transaction_index field
      
      * add primitive misbehavior report type
      
      * add misbehavior report transaction
      
      * store prior session
      
      * fix set_items
      
      * basic checks for misbehavior reports
      
      * crate for substrate bft misbehavior checking
      
      * integrate misbehavior check crate
      
      * fix comment
      
      * new wasm binaries
      
      * fix hash in test
      
      * import misbehavior transactions into queue
      
      * fix test build
      
      * sign on digest and full proposal when proposing
      
      * detect proposal misbehavior
      
      * fix fallout
      
      * restore balance/bondage types
      ec7a4402