1. Sep 12, 2018
  2. Sep 10, 2018
  3. Sep 09, 2018
  4. Sep 08, 2018
  5. Sep 07, 2018
  6. Sep 06, 2018
  7. Sep 05, 2018
  8. 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
  9. Sep 03, 2018
  10. Aug 31, 2018
  11. Aug 28, 2018
  12. 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
  13. 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
  14. 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
  15. Aug 21, 2018