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
In PR #4775 the API version 2 output of tx method has significantly changed, and in the process has also the JSON type of output from STTx::getJson . If we enable both API v. 2 and binary output, that JSON is no longer an object but a string. It follows that it cannot have any additional JSON fields added, and yet we try to add fields inside Transaction::getJson which causes a crash.
Steps to Reproduce
Run tx method requesting binary output with api_version 2
Expected Result
Output transaction data with tx_blob field (among others)
Actual Result
Crash.
The text was updated successfully, but these errors were encountered:
Issue Description
In PR #4775 the API version 2 output of
tx
method has significantly changed, and in the process has also the JSON type of output fromSTTx::getJson
. If we enable both API v. 2 and binary output, that JSON is no longer an object but a string. It follows that it cannot have any additional JSON fields added, and yet we try to add fields insideTransaction::getJson
which causes a crash.Steps to Reproduce
Run
tx
method requesting binary output withapi_version
2Expected Result
Output transaction data with
tx_blob
field (among others)Actual Result
Crash.
The text was updated successfully, but these errors were encountered: