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
OracleDocumentID is an important field for Oracle objects. It is a required field while creating a new Oracle, but rippled doesn't return this field when querying the ledger object via ledger_entry, account_objects and possibly other methods.
If OracleDocumentID is not discoverable via available methods, it would be difficult to delete the Oracle since OracleDelete transaction takes OracleDocumentID as a required parameter.
Steps to Reproduce
Fetch an Oracle object using ledger_entry command.
Issue Description
OracleDocumentID
is an important field for Oracle objects. It is a required field while creating a new Oracle, but rippled doesn't return this field when querying the ledger object vialedger_entry
,account_objects
and possibly other methods.If
OracleDocumentID
is not discoverable via available methods, it would be difficult to delete the Oracle sinceOracleDelete
transaction takesOracleDocumentID
as a required parameter.Steps to Reproduce
Fetch an Oracle object using
ledger_entry
command.Example: https://explorer.xrplf.org/entry/28716548F718BE307D1492BABDF21C5D71CD8248F6D5FC591BE598E6BC6E2692
Expected Result
Oracle object returned by rippled should contain
OracleDocumentID
field.Actual Result
Oracle object returned by rippled does not contain
OracleDocumentID
field.Environment
Using rippled-2.2.3.
Supporting Files
The text was updated successfully, but these errors were encountered: