edgy 0.1.3
Live ledger objects now follow the node after snapshot.
Fix
ledgerClosed is published before that ledger’s txs. 0.1.2 treated seq <= current as already applied and dropped every tx (txs=0/N, frozen objects).
Stream meta is JSON, not hex. Parsed nodes were sfGeneric and NewFields/FinalFields are partial, so SLE construction threw and nothing was written (created=0, overlay=0).
0.1.3 applies txs for the just-closed ledger, parses AffectedNodes JSON, and merges those fields onto the existing SLE.
After sync ready you should see txs=N/N, non-zero created/deleted/modified, and overlay growing.
Verify
edgy 0.1.3
Tag v0.1.3 is GPG-signed (shortthefomo).
Install
Build from source: BUILD.md.
git checkout v0.1.3
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.3-darwin-arm64 binary is a convenience macOS Apple Silicon build of this tag (0.1.3+2e4407c8). Other platforms should build from source.