clio icon indicating copy to clipboard operation
clio copied to clipboard

Add Support for CTIDs (Concise Transaction Identifiers)

Open ckniffen opened this issue 1 year ago • 5 comments

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

ckniffen avatar Jun 27 '23 19:06 ckniffen

tx handler needs to be changed.

cindyyan317 avatar Sep 21 '23 13:09 cindyyan317

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.

cindyyan317 avatar Oct 03 '23 16:10 cindyyan317

The best developer experience would be to always return the ctid with validated transactions. (In Clio, that should be all transactions.)

intelliot avatar Oct 03 '23 17:10 intelliot

ctid support for tx added in #917

cindyyan317 avatar Oct 11 '23 08:10 cindyyan317

Whether this makes into 2.1 will depend on rippled implement the same logic first. CTID support in tx is already added.

godexsoft avatar Oct 23 '23 12:10 godexsoft