1. 27 Jan, 2021 3 commits
  2. 26 Jan, 2021 4 commits
  3. 25 Jan, 2021 1 commit
    • Andronik Ordian's avatar
      impl approval distribution (#2160) · ab606e14
      Andronik Ordian authored
      * initial impl approval distribution
      
      * initial tests and fixes
      
      * batching seems difficult: different peers have different needs
      
      * bridge: fix test after merge
      
      * some guide updates
      
      * only send assignments to peers who know about the block
      
      * fix a test, add approvals test
      
      * simplify
      
      * do not send assignment to peers for finalized blocks
      
      * guide: protocol input and output
      
      * one more test
      
      * more comments, logs, initial metrics
      
      * fix a typo
      
      * one more thing: early return when reimporting a thing locally
      ab606e14
  4. 22 Jan, 2021 1 commit
  5. 21 Jan, 2021 3 commits
  6. 20 Jan, 2021 3 commits
  7. 19 Jan, 2021 1 commit
  8. 18 Jan, 2021 3 commits
  9. 17 Jan, 2021 1 commit
  10. 16 Jan, 2021 1 commit
  11. 15 Jan, 2021 2 commits
  12. 14 Jan, 2021 5 commits
  13. 13 Jan, 2021 3 commits
    • Bernhard Schuster's avatar
      display errors with their sources (#2264) · 2fd345b8
      Bernhard Schuster authored
      * update futures to 0.3.9
      
      * companion changes for generic error types
      
      * improve errors, keep error sources
      
      * command compile fix
      
      * use the correct Error type, add annotation
      
      * avoid async { fut.await.map_err(E::Variant) } with TryFuture
      
      * fix cargo lock, bump futures to 0.3.10
      
      futures 0.3.9 got yanked
      
      * chore cargo update -p sp-io
      
      * minor quirk
      
      * make rustc 1.48 happy by bouning the error more tightly
      
      * be more explicit
      
      * cargo lock futures
      2fd345b8
    • Andronik Ordian's avatar
      Companion for substrate#7892 (#2262) · e5ee5748
      Andronik Ordian authored
      * session_info: use correct authorities set
      
      * bump rococo spec_version to 19
      
      * "Update Substrate"
      
      Co-authored-by: parity-processbot <>
      e5ee5748
    • Bernhard Schuster's avatar
      metered mpsc channels (#2235) · e3676fdc
      Bernhard Schuster authored
      e3676fdc
  14. 12 Jan, 2021 3 commits
  15. 11 Jan, 2021 4 commits
  16. 08 Jan, 2021 1 commit
  17. 07 Jan, 2021 1 commit
    • Fedor Sakharov's avatar
      Optimizations of av-store (#2223) · 9060c1e3
      Fedor Sakharov authored
      * Store all chunks and in a single transaction
      
      * Adds chunks LRU to store
      
      * Add pruning records metrics
      
      * Use honest cache instead of LRU
      
      * Remove unnecessary optional cache
      
      * Fix review nits that are fixable
      9060c1e3