We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signing transactions through RPC does not handle TX v3 format.
Because of this, signing v3 transactions from libjs returns an 'Invalid format' error.
{ type: String, version: int, data: { // ... recipients: List<String> } }
{ type: String, version: int, data: { // ... recipients: List<{ action: String?, address: String?, args: List<{}>? }> } }
There are multiple solutions.
No response
The text was updated successfully, but these errors were encountered:
And why we have SignTransactionConfirmationFormState naming in send_transaction rpc_command_receiver ?
SignTransactionConfirmationFormState
send_transaction
Sorry, something went wrong.
This looks like a mistake 😓
Chralu
redDwarf03
Successfully merging a pull request may close this issue.
Describe the problem you discovered
Signing transactions through RPC does not handle TX v3 format.
Because of this, signing v3 transactions from libjs returns an 'Invalid format' error.
v2 format
v3 format
Describe the solution you'd like
There are multiple solutions.
Epic
No response
The text was updated successfully, but these errors were encountered: