You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make some BEEFY keystore logic more generic (#10763)
This PR:
1. makes some BEEFY keystore methods more generic:
- `sign()`
- `public_keys()`
This is done by implementing the specific logic in the
`BeefyAuthorityId`.
2. Removes the `BeefyAuthorityId::SignatureHasher` since for some
algorithms it doesn't make sense to have a hasher.
Also since now the `BeefyAuthorityId` implements both the signing and
the verification logic, we should have better consistency.
Related to
#8707 (comment)
---------
Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments