Skip to content
  1. Jul 26, 2018
  2. Jul 25, 2018
  3. Jul 24, 2018
  4. Jul 23, 2018
  5. Jul 21, 2018
  6. Jul 19, 2018
  7. Jul 18, 2018
    • Pierre Krieger's avatar
      Timeouts now repeat forever (#372) · c7ea78c8
      Pierre Krieger authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      c7ea78c8
    • asynchronous rob's avatar
      Collator-side of collator protocol (#351) · 9f57b126
      asynchronous rob authored
      * skeleton of collators object
      
      * awaiting and handling collations. rename `collators` to CollationPool
      
      * add some tests
      
      * add tests
      
      * implement Collators trait for ConsensusNetwork
      
      * plug collators into main polkadot-network
      
      * ignore collator role message
      
      * add a couple more tests
      
      * garbage collection for collations
      
      * extract session-key tracking from consensus
      
      * add local_collations.rs
      
      * finish polish of local_collations
      
      * integrate local_collations into network layer
      
      * introduce API for adding local collations
      
      * mostly finish collator implementation pending service fix
      
      * Specialized network()
      
      * push collations to the network
      
      * grumbles
      
      * substrate-service has custom configuration
      
      * initialize network in collator mode as necessary
      9f57b126
    • Arkadiy Paronyan's avatar
      Fixed block import (#368) · a2dc55ff
      Arkadiy Paronyan authored
      * Fixed decoding from file
      
      * Increased progress frequency
      a2dc55ff
    • Pierre Krieger's avatar
      Fix style in #364 (#365) · 2eb32a33
      Pierre Krieger authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      2eb32a33
    • Pierre Krieger's avatar
      Fix the networking (#364) · fc126da4
      Pierre Krieger authored
      * Serve only non-empty Kademlia nodes
      
      * Use the number of custom protos to determine whether to open more
      
      * Add timeout when connecting
      
      * Connect to random peers from the peer store
      
      * Various adjustements
      
      * Typo
      
      * Explicitely connect to bootnodes
      
      * Fix potential overflow
      fc126da4
    • Arkadiy Paronyan's avatar
      Gossip through all peers. (#359) · 97b801a9
      Arkadiy Paronyan authored
      * Added some traces
      
      * Gossip for all
      
      * Fixed formatting
      97b801a9
    • Svyatoslav Nikolsky's avatar
      113cbda7
  8. Jul 17, 2018