1. Sep 06, 2018
  2. Sep 05, 2018
  3. Sep 04, 2018
    • David's avatar
      Use parity-ethereum rev 02c54d42398f to fix build (#655) · b6d71827
      David authored
      * Use parity-ethereum rev 02c54d42398f to fix build
      
      * More lockfiles and new build artifacts
      
      * Update .gitlab-ci.yml (#633)
      
      it is necessary to test.
      You will probably have to create a cron-job for the nightly assembly of the master branch
      
      * Do not attempt to rustup if in CI. This is taken care of by the base (#621)
      
      image.
      
      * Improve docker image size with a 2 stages image (#463)
      
      * Improve docker image size with a 2 stages image
      
      * Minor doc updates
      
      * Fix and reduce size of the docker image
      
      * Fix paths in scripts
      
      * cargo --force to allow CI to build. (#599)
      b6d71827
    • Pierre Krieger's avatar
      Fix warnings in networking (#653) · 6dc319ab
      Pierre Krieger authored
      6dc319ab
    • Gav's avatar
      Version Bump · 28d09a57
      Gav authored
      v0.2.11
      28d09a57
    • Gav's avatar
      Updated cargo lock · baba17bc
      Gav authored
      baba17bc
    • Pierre Krieger's avatar
      Add a reputation system (#645) · d5f2f8e4
      Pierre Krieger authored
      * Add a reputation system
      
      * Fix tests
      
      * Don't try to dial peers to which we are already connected
      
      * Use the master branch of libp2p
      d5f2f8e4
  4. Sep 03, 2018
  5. Aug 31, 2018
  6. Aug 28, 2018
  7. 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
  8. 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
  9. 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
  10. Aug 21, 2018
  11. Aug 18, 2018
  12. Aug 17, 2018
  13. 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
  14. Aug 12, 2018
  15. Aug 10, 2018