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
The function signaturesBlockSignature.signand SignatureScheme.signhave KeyPair as a parameter. The interface of the ed25519-dalek library is different in v2: the verification key is not part of the API. For that reason, it doesn't make sense to pass KeyPair, since it's sufficient to pass SignKey .
These changes need to be propagated to concordium-node and concordium-client
The text was updated successfully, but these errors were encountered:
Task description
The function signatures
BlockSignature.sign
andSignatureScheme.sign
haveKeyPair
as a parameter. The interface of theed25519-dalek
library is different in v2: the verification key is not part of the API. For that reason, it doesn't make sense to passKeyPair
, since it's sufficient to passSignKey
.These changes need to be propagated to
concordium-node
andconcordium-client
The text was updated successfully, but these errors were encountered: