Update canned gossmaps#8878
Merged
rustyrussell merged 4 commits intoElementsProject:masterfrom Feb 4, 2026
Merged
Conversation
1. If max was 0, we crashed with SIGFPE due to % 0. 2. If min was non-zero, logic was incorrect (but all callers had min == 0). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Reduce randome delay from 0.1 - 1 seconds, to 0.01 to 0.1 seconds. Running tests/test_xpay.py::test_xpay_fake_channeld[False] Before: 348.41s After: 76.76s Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Taked /tmp/gossip_store and created canned gossmap for testing. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
a6adb6f to
aa7b2d4
Compare
We delete the test_xpay_maxfee test which required the specific topology. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
aa7b2d4 to
ade95a0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Our previous "real" gossip maps were from October 2024. Update them with the latest from my node.
This alters tests a little, but I also sped them up a great deal, since they were taking far too long. And the change also revealed a bug in our "channeld_fakenet" which had a divide by zero bug.
Changelog-None: testsuite changes only