*: Remove abstract type AuthorityId replaced by newtype Vec<u8>
The authority discovery module treats an authority identifier as an opaque string. Thus the type abstraction `AuthorityId` is unnecessary, bloating the `core/service` construction code.
parent
4421bade
Please register or sign in to comment