Skip to content
  1. Feb 03, 2020
  2. Feb 01, 2020
  3. Jan 31, 2020
  4. Jan 30, 2020
  5. Jan 29, 2020
    • Tomasz Drwięga's avatar
      Fix warnings. (#4768) · 2e171722
      Tomasz Drwięga authored
      2e171722
    • Max Inden's avatar
      client/finality-grandpa/src/observer: Poll NetworkBridge (#4766) · 7d58ceeb
      Max Inden authored
      Patch d4fbb897 reintegrated the periodic neighbor packet worker, by
      moving its logic into a `Future` implementation on `NetworkBridge` which
      needs to be polled by its upper layer.
      
      Polling by the upper layer was implemented within the `Future`
      implementation of the `VoterWork` struct but not within the `Future`
      implementation of the `ObserverWork` struct. This patch adds polling of
      the `NetworkBridge` to the latter.
      7d58ceeb