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
Describe the bug
I'm trying to broadcast a signed transaction to the Acala network. I use ed25519 elliptic curve to generate an account ID and sign the transaction.
In result, I get:
# Using https://github.com/polkadot-js/tools
RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1010: Invalid Transaction: Transaction has a bad signature
and
# Using https://polkadot.js.org/apps
1010: Invalid Transaction: Inability to pay some fees , e.g. account balance too low
Signed and encoded transaction: 0x41028400e9590e4d99264a14a85e21e69537e4a64f66a875d38cb8f76b305f41fabe24a9002dd923694ec3abb8a18619bd2634ef063d3343595c1bc8f3132fcf8c9fdc3868023e8c4abc27c7036d4da347c1fdb5d70782822ad81d382e19fea76e1b2c1e01a50108000a0000c8c602ded977c56076ae38d98026fa669ca10d6a2b5a0bfc4086ae7668ed1c60070010a5d4e8
Please note that a transaction with exactly the same parameters signed by https://polkadot.js.org/apps can be successfully broadcasted: 0x410284007ce25fafc9eae83af94a5c08bac9262ad27a1118caccb9cb08f6f3b1d4d54371010c7d6c4df7e7dbe3e015a873db0b9a236bf320089e77da00f60b602af6063859e63043b74482fdbbcd130d37668cddb6ceb8f3814b2486b27f89a8c27a7d7687a50108000a0000c8c602ded977c56076ae38d98026fa669ca10d6a2b5a0bfc4086ae7668ed1c60070010a5d4e8
where accountID: 0x7ce25fafc9eae83af94a5c08bac9262ad27a1118caccb9cb08f6f3b1d4d54371
signature type: 0x01
Expected Behavior
Should Acala network accept transactions signed using ED25519 elliptic curve?
Current Behavior
Acala network seems to reject transactions signed using ED25519 elliptic curve
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to broadcast a signed transaction to the Acala network. I use ed25519 elliptic curve to generate an account ID and sign the transaction.
In result, I get:
and
Signed and encoded transaction:
0x41028400e9590e4d99264a14a85e21e69537e4a64f66a875d38cb8f76b305f41fabe24a9002dd923694ec3abb8a18619bd2634ef063d3343595c1bc8f3132fcf8c9fdc3868023e8c4abc27c7036d4da347c1fdb5d70782822ad81d382e19fea76e1b2c1e01a50108000a0000c8c602ded977c56076ae38d98026fa669ca10d6a2b5a0bfc4086ae7668ed1c60070010a5d4e8
Where accointID:
0xe9590e4d99264a14a85e21e69537e4a64f66a875d38cb8f76b305f41fabe24a9
signature:
0x2dd923694ec3abb8a18619bd2634ef063d3343595c1bc8f3132fcf8c9fdc3868023e8c4abc27c7036d4da347c1fdb5d70782822ad81d382e19fea76e1b2c1e01
Balance.transfer call:
0x0a0000c8c602ded977c56076ae38d98026fa669ca10d6a2b5a0bfc4086ae7668ed1c60070010a5d4e8
signature type:
0x00
Please note that a transaction with exactly the same parameters signed by https://polkadot.js.org/apps can be successfully broadcasted:
0x410284007ce25fafc9eae83af94a5c08bac9262ad27a1118caccb9cb08f6f3b1d4d54371010c7d6c4df7e7dbe3e015a873db0b9a236bf320089e77da00f60b602af6063859e63043b74482fdbbcd130d37668cddb6ceb8f3814b2486b27f89a8c27a7d7687a50108000a0000c8c602ded977c56076ae38d98026fa669ca10d6a2b5a0bfc4086ae7668ed1c60070010a5d4e8
where accountID:
0x7ce25fafc9eae83af94a5c08bac9262ad27a1118caccb9cb08f6f3b1d4d54371
signature type:
0x01
Expected Behavior
Should Acala network accept transactions signed using ED25519 elliptic curve?
Current Behavior
Acala network seems to reject transactions signed using ED25519 elliptic curve
The text was updated successfully, but these errors were encountered: