Beefy keystore tests uses Keyring enum, which contains the identity of test accounts in validator set. It has been implemented for ecdsa_crypto. To make the implementation generic over the choice of crypto, we add GenericKeyring trait which is generic over the (Key)Pair and then we implement it for the Keyring enum.
Beefy keystore tests uses
Keyring
enum, which contains the identity of test accounts in validator set. It has been implemented forecdsa_crypto
. To make the implementation generic over the choice of crypto, we addGenericKeyring
trait which is generic over the (Key)Pair and then we implement it for the Keyring enum.