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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: