mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Add a new trace span in doAccept() capturing ledger close time details: - xrpl.consensus.close_time: agreed-upon close time (epoch seconds) - xrpl.consensus.close_time_correct: whether validators converged (per avCT_CONSENSUS_PCT = 75% threshold) - xrpl.consensus.close_resolution_ms: time rounding granularity - xrpl.consensus.state: "finished" or "moved_on" (consensus failure) - xrpl.consensus.proposing: whether this node was proposing Update Tempo datasource with close time filters, plan docs with new span inventory, and add test coverage for the attribute pattern. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>