Skip to content
  1. Sep 21, 2018
    • Pierre Krieger's avatar
      Various networking fixes for v0.2 (#789) · 8f89064a
      Pierre Krieger authored
      * Upgrade to latest ping code
      
      * Use separate method in topology for listened addrs
      
      * Use separate method in topology for listened addrs
      
      * Upgrade to latest libp2p
      
      * Don't add remote ports to topology
      
      * Don't report the protocol isn't open error
      
      * Better notify the task in the handler
      
      * Better score adjustements in topology
      
      * Fix panic when node is replaced
      
      * Don't include backed-off nodes in addrs_of_peer
      
      * Only add to kbuckets when we open substrate
      
      * Minor comment fix
      
      * Some adjustements to ping in the node handler
      
      * Update libp2p
      
      * Start the ping timeout when opening the ping substream
      8f89064a
  2. Sep 20, 2018
  3. Sep 17, 2018
  4. Sep 15, 2018
  5. Sep 12, 2018
  6. Sep 10, 2018
  7. Sep 09, 2018
  8. Sep 08, 2018
  9. Sep 07, 2018
  10. Sep 06, 2018
  11. Sep 05, 2018
  12. 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
  13. Sep 03, 2018
  14. Aug 31, 2018
  15. Aug 28, 2018
  16. 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