pyln-client: update the gossmaps in test data to have the GOSSIP_STORE_COMPLETED_BIT set.
What changed, and why it matters
This commit only updates test data files used by the Python client library's test suite. The files are compressed binary gossip store snapshots, and the change sets a flag (GOSSIP_STORE_COMPLETED_BIT) so tests match current expectations. There is no change to production code, no user-facing behavior change, and no security issue.
No action required. This is a benign test-data update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit modifies three .xz-compressed binary test fixtures under contrib/pyln-client/tests/data. The commit message states the gossmaps were run through devtools/convert-gossmap to set the GOSSIP_STORE_COMPLETED_BIT. The diff shows only binary file differences with no source code changes. This is a test-only data refresh.
Changed components
contrib/pyln-client/tests/data/gossip_store-part1.xzcontrib/pyln-client/tests/data/gossip_store-part2.xzcontrib/pyln-client/tests/data/gossip_store.mesh-3x3.xzInspect captured patch +0 / −0
diff --git a/contrib/pyln-client/tests/data/gossip_store-part1.xz b/contrib/pyln-client/tests/data/gossip_store-part1.xz
index f63971a8..d8d8c2a7 100644
Binary files a/contrib/pyln-client/tests/data/gossip_store-part1.xz and b/contrib/pyln-client/tests/data/gossip_store-part1.xz differ
diff --git a/contrib/pyln-client/tests/data/gossip_store-part2.xz b/contrib/pyln-client/tests/data/gossip_store-part2.xz
index 7bf94f3c..d1783b03 100644
Binary files a/contrib/pyln-client/tests/data/gossip_store-part2.xz and b/contrib/pyln-client/tests/data/gossip_store-part2.xz differ
diff --git a/contrib/pyln-client/tests/data/gossip_store.mesh-3x3.xz b/contrib/pyln-client/tests/data/gossip_store.mesh-3x3.xz
index 1ed9a48c..ffd80aa4 100644
Binary files a/contrib/pyln-client/tests/data/gossip_store.mesh-3x3.xz and b/contrib/pyln-client/tests/data/gossip_store.mesh-3x3.xz differ
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.