1. May 06, 2019
    • Denis_P's avatar
      added ci from master (#2484) · 6506c2d1
      Denis_P authored
      * added ci from master
      
      * stopped experimental test from running on this branch
      v1.0.0rc2
      6506c2d1
    • Gavin Wood's avatar
      Fix std/core crates (#2489) · bbd37307
      Gavin Wood authored
      - Add convert
      - Add btree_set for without_std
      bbd37307
    • Pierre Krieger's avatar
      v1.0: Silence errors (#2488) · 9de71d51
      Pierre Krieger authored
      
      
      * ProtocolId can now be more than 3 bytes (#2350)
      
      * Update to libp2p v0.7.0 (#2343)
      
      * Update to libp2p master
      
      * Fix tests
      
      * More tests fixing
      
      * Remove the multiplexed networking system (#2373)
      
      * Remove the multiplexed networking system
      
      * Rename BackCompat to Normal
      
      * Remove CustomMessageId
      
      * Fix tests
      
      * Allow multiple substreams (#2379)
      
      * Allow multiple substreams
      
      * Update core/network-libp2p/src/custom_proto/handler.rs
      
      Co-Authored-By: default avatartomaka <[email protected]>
      
      * Fix #2403 (#2404)
      
      * Fix #2403
      
      * Apply suggestions from code review
      
      Co-Authored-By: default avatartomaka <[email protected]>
      
      * Split Context::send_message into multiple methods (#2409)
      
      * Split Context::send_message into multiple methods
      
      * Apply suggestions from code review
      
      Co-Authored-By: default avatartomaka <[email protected]>
      
      * Add reason for closing and fix multiple substreams (#2437)
      
      * Simplify the code of connection_keep_alive (#2438)
      
      * Drop connections when the handler gets disabled (#2439)
      
      * Drop connections when the handler gets disabled
      
      * Add test
      
      * Disable mDNS when passing --dev (#2467)
      
      * Show more information when too many addresses are reported (#2473)
      
      * Show more information when too many addresses are reported
      
      * Update core/network-libp2p/src/behaviour.rs
      
      Co-Authored-By: default avatartomaka <[email protected]>
      
      * Silence some errors
      9de71d51
    • Pierre Krieger's avatar
      v1.0 networking backports (#2486) · b6efe33c
      Pierre Krieger authored
      
      
      * ProtocolId can now be more than 3 bytes (#2350)
      
      * Update to libp2p v0.7.0 (#2343)
      
      * Update to libp2p master
      
      * Fix tests
      
      * More tests fixing
      
      * Remove the multiplexed networking system (#2373)
      
      * Remove the multiplexed networking system
      
      * Rename BackCompat to Normal
      
      * Remove CustomMessageId
      
      * Fix tests
      
      * Allow multiple substreams (#2379)
      
      * Allow multiple substreams
      
      * Update core/network-libp2p/src/custom_proto/handler.rs
      
      Co-Authored-By: default avatartomaka <[email protected]>
      
      * Fix #2403 (#2404)
      
      * Fix #2403
      
      * Apply suggestions from code review
      
      Co-Authored-By: default avatartomaka <[email protected]>
      
      * Split Context::send_message into multiple methods (#2409)
      
      * Split Context::send_message into multiple methods
      
      * Apply suggestions from code review
      
      Co-Authored-By: default avatartomaka <[email protected]>
      
      * Add reason for closing and fix multiple substreams (#2437)
      
      * Simplify the code of connection_keep_alive (#2438)
      
      * Drop connections when the handler gets disabled (#2439)
      
      * Drop connections when the handler gets disabled
      
      * Add test
      
      * Disable mDNS when passing --dev (#2467)
      
      * Show more information when too many addresses are reported (#2473)
      
      * Show more information when too many addresses are reported
      
      * Update core/network-libp2p/src/behaviour.rs
      
      Co-Authored-By: default avatartomaka <[email protected]>
      b6efe33c
    • thiolliere's avatar
      backport fix doublemapkey (#2480) · 0d4e5a10
      thiolliere authored
      * fix double map encoding
      
      * decl_storage doc (#2341)
      
      * doc
      
      * other doc cleanup and fixing links
      
      * one more typo
      
      * decl_storage document hasher choice (#2387)
      
      * doc
      
      * fix
      
      * grammar and line wrapping
      
      * small changes to end
      
      * Update lib.rs
      
      * update after demi's review
      
      * bump runtime
      
      * update doc
      0d4e5a10
  2. May 03, 2019
  3. Apr 29, 2019
  4. Apr 26, 2019
  5. Apr 25, 2019
  6. Apr 24, 2019
  7. Apr 23, 2019
  8. Apr 17, 2019
  9. Apr 16, 2019
    • André Silva's avatar
      [v1.0] Backport networking fixes (#2278) · 8bc576f5
      André Silva authored
      
      
      * simplification of peerset api (#2123)
      
      * Introduction of PeersetHandle
      
      * integrate PeersetHandle with the rest of the codebase
      
      * fix compilation errors
      
      * more tests for peerset, fixed overwriting bug in add_reserved_peer
      
      * Slots data structure and bugfixes for peerset
      
      * bend to pressure
      
      * updated lru-cache to 0.1.2 and updated linked-hash-map to 0.5.2
      
      * peerset discovered list is now a LinkedHashMap
      
      * fix review suggestions
      
      * split back Peerset and PeersetHandle
      
      * test for Peerset::discovered
      
      * applied review suggestions
      
      * fixes to peerset::incoming
      
      * peerset disconnects are all instantaneous
      
      * instantaneous drop in peerset finished
      
      * Peerset::set_reserved_only can also reconnect nodes
      
      * Peerset scores cache uses lru-cache
      
      * remove redundant function call and comment from Peerset::on_set_reserved_only
      
      * add_peer returns SlotState enum
      
      * apply review suggestions
      
      * is_reserved -> is_connected_and_reserved
      
      * Fix state inconsistency between handler and behaviour (#2220)
      
      * Fix state inconsistency between handler and behaviour
      
      * Fix the error! being in the wrong place
      
      * Apply negative rating on explicit ban (#2247)
      
      * Apply negative rating on explicit ban
      
      * Update core/network/src/service.rs
      
      Co-Authored-By: default avatararkpar <[email protected]>
      8bc576f5
  10. Apr 15, 2019
  11. Apr 12, 2019
  12. Apr 11, 2019
  13. Apr 04, 2019
  14. Apr 03, 2019
  15. Apr 02, 2019
  16. Apr 01, 2019