1. Dec 14, 2020
  2. Dec 02, 2020
  3. Dec 01, 2020
  4. Nov 30, 2020
  5. Nov 28, 2020
  6. Nov 27, 2020
  7. Nov 26, 2020
  8. Nov 25, 2020
    • Shawn Tabrizi's avatar
      278b8307
    • Shawn Tabrizi's avatar
      1e043106
    • Bastian Köcher's avatar
      Some code cleanup in overseer (#2008) · 9a32ab1d
      Bastian Köcher authored
      * Some code cleanup in overseer
      
      - Switches to select! in the overseer run loop to be more fair about
      message processing between the different sources.
      - Added a check to only send `ActiveLeaves` if the update actually
      contains any data.
      
      * Move the check
      
      * Restore old behavior
      
      * Simplify message sending and signal sending to subsystems
      
      * Update node/subsystem/src/lib.rs
      9a32ab1d
    • Fedor Sakharov's avatar
      PoV Distribution optimization (#1990) · a0541ce7
      Fedor Sakharov authored
      * Initial commit
      
      * Remove unnecessary struct
      
      * Some review nits
      
      * Update node/network/pov-distribution/src/lib.rs
      
      * Update parachain/test-parachains/adder/collator/tests/integration.rs
      
      * Review nits
      
      * notify_all_we_are_awaiting
      
      * Both ways of peers connections should work the same
      
      * Add mod-level docs to error.rs
      
      * Avoid multiple connection requests at same parent
      
      * Dont bail on errors
      
      * FusedStream for ConnectionRequests
      
      * Fix build after merge
      
      * Improve error handling
      
      * Remove whitespace formatting
      a0541ce7
    • asynchronous rob's avatar
      Approval Distribution Subsystem (#1951) · 029c8a2a
      asynchronous rob authored
      
      
      * skeleton flow control
      
      * tweaks & rename to approvals distribution
      
      * Update roadmap/implementers-guide/src/node/approval/approval-distribution.md
      
      Co-authored-by: default avatarPeter Goodspeed-Niklaus <[email protected]>
      
      * Update roadmap/implementers-guide/src/node/approval/approval-distribution.md
      
      Co-authored-by: default avatarPeter Goodspeed-Niklaus <[email protected]>
      
      * add a `NewBlocks` message and dispatch
      
      * new data format for approval distribution
      
      * guide: update view to include finalized block number
      
      * approvals: document view updating
      
      * pruning when peers disconnect
      
      * add remaining message types
      
      * fix link
      
      * network message type
      
      * handle incoming assignments
      
      * import_and_circulate_approval
      
      * handle new blocks
      
      * address review comments
      
      * address review comments and use nifty VRFProof
      
      Co-authored-by: default avatarPeter Goodspeed-Niklaus <[email protected]>
      029c8a2a
  9. Nov 24, 2020