mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-02 16:26:48 +00:00
Build fixes in PeerImp.cpp: - Rename duplicate `span` variable to `consSpan` in proposal and validation handlers to avoid redefinition error - Fix `->` on non-pointer SpanGuard (now correctly on shared_ptr) - Fix move-only type copy in lambda capture Clang-tidy fixes: - Concatenate nested namespaces in LedgerSpanNames.h and PeerSpanNames.h - Add missing SpanNames.h includes in BuildLedger.cpp, LedgerMaster.cpp, PeerImp.cpp for direct seg:: symbol usage - Add missing <chrono> and <cstdint> includes in BuildLedger.cpp - Remove unused Feature.h include from BuildLedger.cpp Rename check fix: - Run docs.sh to rename rippled_ metric prefixes to xrpld_ in 09-data-collection-reference.md and telemetry-runbook.md Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>