mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-26 16:40:20 +00:00
Adds workflow-critical attributes to consensus spans: - consensus.proposal.send: is_bow_out (identifies resignation proposals) - consensus.accept: consensus_state (yes/moved_on/expired), disputes_count - consensus.validation.send: ledger_hash (correlates validation to ledger) Enables answering: "Did we reach consensus or time out?", "How many disputes existed at acceptance?", "Which ledger did we validate?" Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>