mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Centralise scattered string literals into compile-time constants using StaticStr<N> and join() for dot-separated composition. Shared primitives live in SpanNames.h; RPC-specific names in RpcSpanNames.h. Future modules (consensus, peer, ledger) add their own *SpanNames.h without bloating the central header. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>