Skip to content
  1. Oct 08, 2021
  2. Oct 07, 2021
  3. Oct 06, 2021
  4. Oct 05, 2021
  5. Oct 04, 2021
  6. Oct 03, 2021
  7. Oct 02, 2021
  8. Oct 01, 2021
  9. Sep 30, 2021
  10. Sep 29, 2021
  11. Sep 28, 2021
  12. Sep 27, 2021
    • Bernhard Schuster's avatar
      minor chore changes (#3944) · d64394ef
      Bernhard Schuster authored
      * chore: mild refactor, avoid the channel in handle_import_statements
      
      * chore/md: lint
      d64394ef
    • Robert Klotzner's avatar
      Log info about low connectivity and unreachable validators (#3916) · 7c3b3c4a
      Robert Klotzner authored
      * Attempt to add log stats to gossip-support.
      
      * WIP: Keep track of connected validators.
      
      * Clarify metric.
      
      * WIP: Make gossip support report connectivity.
      
      * WIP: Fixing tests.
      
      * Fix network bridge + integrate in overseer.
      
      * Consistent naming.
      
      * Fix logic error
      
      * cargo fmt
      
      * Pretty logs.
      
      * cargo fmt
      
      * Use `Delay` to trigger periodic checks.
      
      * fmt
      
      * Fix warning for authority set size of 1.
      
      * More correct ratio report if there are no resolved validators.
      
      * Prettier rendering of empty set.
      
      * Fix typo.
      
      * Another typo.
      
      * Don't check on every leaf update.
      
      * Make compatible with older rustc.
      
      * Fix tests.
      
      * Demote warning.
      7c3b3c4a