edgy 0.1.2
Restores 100ms path_find subscription updates.
Fix
0.1.1 held the apply queue during snapshot, but an empty-queue continue also skipped midCloseTick. Open WebSocket sessions only got updates on ledger close (~3–4s).
0.1.2 ticks every [update-ms] (default 100ms) even when nothing is queued. A planApplyCycle regression test fails if that happens again.
Verify
edgy 0.1.2
Tag v0.1.2 is GPG-signed (shortthefomo).
Install
Build from source: BUILD.md.
git checkout v0.1.2
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.2-darwin-arm64 binary is a convenience macOS Apple Silicon build of this tag (0.1.2+b436a03e). Other platforms should build from source.