mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 07:26:51 +00:00
The three tracker files conflicted because both sides had rewritten them. Took the incoming lock-free class, then put this branch's two monotonic accessors back on top of it: totalAgreementsEver() and totalMissedEver(), backed by a gross pair incremented at first classification and left alone by the repair branch. MetricsRegistry reads both, so dropping them would not compile. The test file kept the incoming suite, which renames every case, and gained this branch's two gross-counter cases adapted to the injected clock.