XRPLF / clio

An XRP Ledger API Server
https://xrpl.org
ISC License
61 stars 52 forks source link

Add Support for CTIDs (Concise Transaction Identifiers) #719

Open ckniffen opened 1 year ago

ckniffen commented 1 year ago

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

cindyyan317 commented 12 months ago

tx handler needs to be changed.

cindyyan317 commented 11 months ago

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.

intelliot commented 11 months ago

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

cindyyan317 commented 11 months ago

ctid support for tx added in #917

godexsoft commented 11 months ago

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