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

Commit

Permalink
service/src/lib: Update authority discovery construction (#1563)
Browse files Browse the repository at this point in the history
* service/src/lib: Update authority discovery construction

paritytech/substrate#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 04fb79c.

* Update Substrate

Co-authored-by: parity-processbot <>
  • Loading branch information
mxinden authored Aug 12, 2020
1 parent c78c2b4 commit f73f2a8
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 139 deletions.
Loading

0 comments on commit f73f2a8

Please sign in to comment.