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
API methods that may return data from validated or unvalidated ledger versions are supposed to specify "validated": true when they pull data from a validated ledger version. The book_changes API method does this in the WebSocket version but not the JSON-RPC version for some reason.
Steps to Reproduce
Send a JSON-RPC request such as the following to a mainnet server:
Issue Description
API methods that may return data from validated or unvalidated ledger versions are supposed to specify
"validated": true
when they pull data from a validated ledger version. Thebook_changes
API method does this in the WebSocket version but not the JSON-RPC version for some reason.Steps to Reproduce
Send a JSON-RPC request such as the following to a mainnet server:
Expected Result
The response should have
"validated": true
in theresult
field.Actual Result
There is no such field.
Environment
Tested on xrplcluster.com servers.
Clio servers (such as the ones in s1.ripple.com) do not seem to have this problem.
The text was updated successfully, but these errors were encountered: