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
When we sign regular (not Dynamic derivation) evm transaction everything works as intended.
When we try to sign evm transaction with DD (in our test case it's Moonbase Alpha) we fail.
According to PV rust code and conversion function we should pass 20 byte address that cannot be derived from Root public key that has SR25519 cryptography.
Best option for us is to request PV a feature to support SR25519 Root key as input no matter what crypto type we pass in the payload.
Description
Error when try to sign transaction for Polkadot Vault Dynamic Derivations wallet.
Steps to Reproduce
Expected Behavior
Successfully signed
Actual Behavior
Errors:
Out of range decoding Compact<u32>
from branch - fix/dynamic-derivation-crypto-type
Could not decode
MultiSignervariant doesn't exist
Environment
c1caded
Polkadot Vault - release 6.3.1
The text was updated successfully, but these errors were encountered: