1. 01 Sep, 2018 1 commit
  2. 31 Aug, 2018 4 commits
  3. 30 Aug, 2018 12 commits
  4. 29 Aug, 2018 6 commits
  5. 28 Aug, 2018 1 commit
  6. 23 Aug, 2018 1 commit
  7. 22 Aug, 2018 1 commit
    • asynchronous rob's avatar
      Rollup of various testnet-related fixes. · aeb748cc
      asynchronous rob authored
      fix a deadlock when spawning agreement as non-authority
      
      fix test compilation for BFT
      
      more accurate consensus superseding logic
      
      mild revision to `can_build_on` logic
      
      block evaluation without redundant initialisation
      
      refactor BFT delay: update rhododendron and poll after delaying. (#589)
      
      dropping BFT future before poll doesn't lead to service deadlock
      aeb748cc
  8. 21 Aug, 2018 1 commit
  9. 20 Aug, 2018 4 commits
  10. 17 Aug, 2018 5 commits
  11. 15 Aug, 2018 4 commits
    • Gav Wood's avatar
      Version bump, fixes (#572) · d4f6af15
      Gav Wood authored
      * Bump version, don't propose invalid blocks
      
      * Fix build.
      
      * Fixes.
      
      * More fixes.
      
      * Fix tests.
      
      * Fix more tests
      
      * More tests fixed
      d4f6af15
    • Gav Wood's avatar
      Update README.adoc · 77850952
      Gav Wood authored
      77850952
    • Gav Wood's avatar
      Update README.adoc · 8107c74a
      Gav Wood authored
      8107c74a
    • Gav Wood's avatar
      New slashing mechanism (#554) · 14474fc7
      Gav Wood authored
      * Slashing improvements
      
      - unstake when balance too low
      - unstake after N slashes according to val prefs
      - don't early-terminate session/era unless unstaked
      - offline grace period before punishment
      
      * Fix warning
      
      * Cleanups and ensure slash_count decays
      
      * Bump authoring version and introduce needed authoring stub
      
      * Rename
      
      * Fix offline tracker
      
      * Fix offline tracker
      
      * Renames
      
      * Add test
      
      * Tests
      
      * Tests.
      14474fc7