mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 18:10:34 +00:00
The two "Spans Produced" tables in 06-implementation-phases.md (added by the Phase 4 consensus work) listed span ATTRIBUTE keys in the dotted xrpl.consensus.* / ledger.seq / mode.old form. Convert them to the underscore convention, matching the authoritative ConsensusSpanNames.h constants (consensus_round, ledger_seq, consensus_mode, consensus_round_id, consensus_ledger_id, consensus_result, mode_old/new, agree_count/disagree_count, etc.). Span NAMES in column 1 stay dotted (rule 5). Every key verified to exist as a constant in ConsensusSpanNames.h / SpanNames.h. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>