mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 14:50:54 +00:00
Four files conflicted. xrpl.proto and TraceContextPropagator.h: phase-9's note is a semantic superset of phase-8's and already carries no plan-folder pointer, so phase-9's text is kept and nothing phase-8 said is lost. node-health.json: the only change phase-8 makes to this file is renaming a row that phase-9 had already deleted, so phase-9's file stands. Panel count holds at 59 and both Validated Ledger Seq panels survive. TESTING.md: resolved per hunk rather than by side. Phase-9's replacement of the drifted span table and its new Grafana Cloud section are kept, and phase-8's de-numbered "Test 3: Log-Trace Correlation" heading is taken -- keeping phase-9 wholesale would have reinstated the phase number that phase-8 removed.
XRPL Source Guidelines
Each folder contains a single module following the newest style:
- One class per header
- As much implementation hidden as possible
- All major interfaces are abstract
- Every class is documented
- Each module focuses on solving one problem