• Max Inden's avatar
    service/src/lib: Update authority discovery construction (#1563) · f73f2a86
    Max Inden authored
    * service/src/lib: Update authority discovery construction
    
    https://github.com/paritytech/substrate/pull/6760 introduces the concept
    of an authority discovery `Service` allowing one to communicate with an
    authority discovery `Worker`, e.g. to learn the `Multiaddr`s for a given
    `AuthorityId`.
    
    Along with the new `Service` structure it also alters the authority
    discovery constructor to return both a worker and a service. This
    commit adjusts the callside of the constructor, ignoring the `Service`
    for now.
    
    * "Update Substrate"
    
    * Revert ""Update Substrate""
    
    This reverts commit 04fb79c4.
    
    * Update Substrate
    
    Co-authored-by: parity-processbot <>
    f73f2a86