mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 00:36:48 +00:00
- Add canonical shared attrs to SpanNames.h: txHash (xrpl.tx.hash), peerId (xrpl.peer.id), ledgerSeq (xrpl.ledger.seq). - Drop xrpl.tx.* prefix: local, path, suppressed, peer_version. - Domain-qualify: status -> tx_status, txq status -> txq_status. - TxQ: tx_hash -> reuse canonical txHash, ledger_seq -> reuse canonical ledgerSeq; bare names for fee_level_paid, required_fee_level, etc. - Update call sites in PeerImp.cpp, NetworkOPs.cpp. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>