Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

client/finality-grandpa/src/observer: Poll NetworkBridge #4766

Merged
merged 1 commit into from
Jan 29, 2020

Commits on Jan 29, 2020

  1. client/finality-grandpa/src/observer: Poll NetworkBridge

    Patch d4fbb89 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.
    mxinden committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    b7af8b3 View commit details
    Browse the repository at this point in the history