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
in case of a failed bundle simulation the tx_signature field in the json response is in snake_case and not camelCase like all the other fields.
tx_signature
example response:
{ "context": { "apiVersion": "1.13.7", "slot": 183287630 }, "value": { "summary": { "failed": { "error": { "TransactionFailure": { "InstructionError": [ 2, { "Custom": 6001 } ] } }, "tx_signature": "3RQxXBZ3V2vmAW8Nq17neRvBwB4DABp5bDCL156aom6bciUa4cGDSVZvHNPYGL3cMuJStv4VYwxKuMHWkEyJ394U" } }, "transactionResults": [ { "err": { "InstructionError": [ 2, { "Custom": 6001 } ] }, "logs": [ "Program ComputeBudget111111111111111111111111111111 invoke [1]", "Program ComputeBudget111111111111111111111111111111 success", "Program ComputeBudget111111111111111111111111111111 invoke [1]", "Program ComputeBudget111111111111111111111111111111 success", ], "postExecutionAccounts": null, "preExecutionAccounts": null, "unitsConsumed": 199577 } ] } } ```
The text was updated successfully, but these errors were encountered:
Net script fix for expected shred version (#280)
69b40a4
Fix for --expected-shred-version when maybeWaitForSupermajority is on Co-authored-by: Lijun Wang <lijun@anza.xyz>
No branches or pull requests
in case of a failed bundle simulation the
tx_signature
field in the json response is in snake_case and not camelCase like all the other fields.example response:
The text was updated successfully, but these errors were encountered: