edgy 0.1.1
Incremental ledger follow-up to 0.1.0.
Fix
Full snapshots were running again on every ~3s ledger close. ledgerClosed does not include parent_hash, so the chain check treated each close as a break and kicked off another 5–10 minute ledger_data walk.
0.1.1 snapshots once, then applies each close incrementally. Subscribe now starts before the snapshot so closes during the load are queued instead of looking like a gap.
After sync ready … following node closes you should see one sync closed line per ledger, not another loading full ledger snapshot.
Verify
edgy 0.1.1
Tag v0.1.1 is GPG-signed (shortthefomo).
Install
Build from source: BUILD.md.
git checkout v0.1.1
cmake -S . -B .build \
-DCMAKE_TOOLCHAIN_FILE=../rippled/.build/build/generators/conan_toolchain.cmake \
-DCMAKE_BUILD_TYPE=Release \
-DRIPPLED_ROOT=../rippled \
-DRIPPLED_BUILD=../rippled/.build
cmake --build .build --parallel --target edgy
.build/edgy --version
The attached edgy-0.1.1-darwin-arm64 binary is a convenience macOS Apple Silicon build of this tag (0.1.1+4a90d051). Other platforms should build from source.