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
With the introduction of stellar/soroban-tools#1152, the Soroban RPC server introduces the following changes:
sendTransaction
The response will include a new, optional field in its response schema:
diagnosticEventsXdr: string[] - If the transaction status is "ERROR", this field may be present with an array of base64-encoded strings. Each string will decode to a raw DiagnosticEvent XDR struct containing details on why stellar-core rejected the transaction.
Soroban RPC Changes
With the introduction of stellar/soroban-tools#1152, the Soroban RPC server introduces the following changes:
sendTransaction
The response will include a new, optional field in its response schema:
diagnosticEventsXdr: string[]
- If the transaction status is"ERROR"
, this field may be present with an array of base64-encoded strings. Each string will decode to a rawDiagnosticEvent
XDR struct containing details on why stellar-core rejected the transaction.References
The text was updated successfully, but these errors were encountered: