Open albertov19 opened 1 week ago
I did a quick check of the code and the way mocking works should support all signing algorithms but we never tested it with ECDSA so maybe there is an issue somewhere. Also is there any chance that Moonbeam verifies the signature in runtime instead of using host functions?
Is the issue related to Moonbeam using ECDSA?
But when I try to use the
signFakeWithApi
utility of Chopsticks against Moonriver (in this case), I get:The code:
Call Moonriver-Chopsticks (Fails):
Call Polkadot-Chopsticks(OK):