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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Looks like
Verify
instance will not works forECDSA
because this instance recover the compressed public key:https://github.com/paritytech/substrate/blob/master/primitives/runtime/src/lib.rs#L311
But
ecdsa
module uses the uncompressed public key forAccountId
derivation:https://github.com/paritytech/substrate/blob/master/primitives/core/src/ecdsa.rs#L51
https://github.com/paritytech/substrate/blob/master/primitives/runtime/src/lib.rs#L249
The text was updated successfully, but these errors were encountered: