1. Aug 31, 2018
  2. Aug 28, 2018
  3. Aug 24, 2018
    • Tomasz Drwięga's avatar
      Time-based transaction banning (#594) · 452726a0
      Tomasz Drwięga authored
      * Allow replacing transactions.
      
      * Clear old transactions and ban them temporarily.
      
      * Move to a separate module and add some tests.
      
      * Add bound to banned transactions.
      
      * Remove unnecessary block and double PoolRotator.
      452726a0
    • Arkadiy Paronyan's avatar
      BFT delay adjustments (#593) · add87291
      Arkadiy Paronyan authored
      * force delay only on votes
      
      * set proposal timestamp forward
      
      * Adjusted timeout formula
      add87291
  4. Aug 23, 2018
    • Gav Wood's avatar
      Staking failsafes (#592) · 054ab792
      Gav Wood authored and asynchronous rob's avatar asynchronous rob committed
      * Staking failsafes
      
      - Don't slash/unstake/change session when too few staking participants
      - Introduce set_balance PrivCall
      
      * Make minimum validator count dynamic.
      
      * test fixes
      
      * fix storage root
      
      * Fix tests.
      054ab792
  5. Aug 22, 2018
    • asynchronous rob's avatar
      Rollup of various testnet-related fixes. · 529113e2
      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
      529113e2
  6. Aug 21, 2018
  7. Aug 18, 2018
  8. Aug 17, 2018
  9. Aug 15, 2018
    • Gav Wood's avatar
      Version bump, fixes (#572) · 0a0ffacf
      Gav Wood authored
      * Bump version, don't propose invalid blocks
      
      * Fix build.
      
      * Fixes.
      
      * More fixes.
      
      * Fix tests.
      
      * Fix more tests
      
      * More tests fixed
      0a0ffacf
    • Gav Wood's avatar
      New slashing mechanism (#554) · 6ce93374
      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.
      v0.2.5
      6ce93374
    • Tomasz Drwięga's avatar
      RPC: Get block (#564) · 976f8922
      Tomasz Drwięga authored
      * Get block RPC.
      
      * Fix rpc-servers.
      976f8922
  10. Aug 12, 2018
  11. Aug 10, 2018
  12. Aug 02, 2018
  13. Aug 01, 2018