clio
clio copied to clipboard
Add Support for CTIDs (Concise Transaction Identifiers)
There is work being done to add a new way to look up a transaction. It uses the ledger, index on the ledger, and network id to look up a transaction.
https://github.com/XRPLF/rippled/pull/4418
tx handler needs to be changed.
ctid updated on rippled https://github.com/XRPLF/rippled/pull/4738
Since https://github.com/XRPLF/rippled/pull/4418 has been in 1.12, 4738 is still working. Clio will match 4418 output.
The best developer experience would be to always return the ctid
with validated transactions. (In Clio, that should be all transactions.)
ctid support for tx added in #917
Whether this makes into 2.1 will depend on rippled
implement the same logic first. CTID support in tx
is already added.