Skip to content
Snippets Groups Projects
Unverified Commit 0a94124d authored by drskalman's avatar drskalman Committed by GitHub
Browse files

Make BEEFY client keystore generic over BEEFY `AuthorityId` type (#2258)


This is the significant step to make BEEFY client able to handle both
ECDSA and (ECDSA, BLS) type signature. The idea is having BEEFY Client
generic on crypto types makes migration to new types smoother.

This makes the BEEFY Keystore generic over AuthorityId and extends its
tests to cover the case when the AuthorityId is of type (ECDSA,
BLS12-377)

---------

Co-authored-by: default avatarDavide Galassi <davxy@datawok.net>
Co-authored-by: default avatarRobert Hambrock <roberthambrock@gmail.com>
parent bc5a758c
No related merge requests found
Pipeline #443112 failed with stages
in 1 hour, 27 minutes, and 25 seconds
Showing
with 671 additions and 233 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment