mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 17:10:46 +00:00
- Use >= instead of > for grace period comparison to reconcile at exactly 8 seconds rather than skipping the boundary - Two-pass hard trim: first remove entries past late-repair window, then any reconciled entry, to avoid sabotaging late repairs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Ripple 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