You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rusty Russell
9a575a98a0
gossipd: simplify large reply code.
We used to create the entire reply, the if it was too big, split in
half and retry.
Now that the main network is larger, this always happens with a full
request, which is inefficient.
Instead, produce a reply assuming no compression, then compress as a
bonus. This is simpler and more efficient, at cost of sending more
packets.
I also renamed an internal dev var to make it clearer.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
4 years ago
..
data
hsmd/db: backfill pubkey information so that psbts signing works
5 years ago
fuzz
fuzz: add a runner Python script for fuzz targets
4 years ago
plugins
pytest: test that we maintain load order unless hook deps require a change.
4 years ago
vectors
pytest: Add tests for the sphinx onion generation and processing
5 years ago
benchmark.py
py-tests: rename 'announce' to 'wait_for_announce'
6 years ago
conftest.py
pytest: Pass result to fixtures and keep directories of failed tests
7 years ago
db.py
pytest: Have the DB provider search for the postgres binary
5 years ago
fixtures.py
pytest: Verification mode of expanded stmts for the db_write hook
4 years ago
test_closing.py
close: add notification for slow closes.
4 years ago
test_connection.py
openingd/: Fail `fundchannel_start` if we already are, or will become, the fundee.
4 years ago
test_db.py
pytest: Rename all fund_channel to fundchannel
4 years ago
test_gossip.py
gossipd: simplify large reply code.
4 years ago
test_invoices.py
tests,fundchannel: return the result from the fundchannel rpc call
4 years ago
test_misc.py
tx,bugfix: correct signature length estimate
4 years ago
test_onion.py
pytest: Actually make sure that the direcory exists
5 years ago
test_pay.py
lightningd: note whether payment secret is used or not.
4 years ago
test_plugin.py
pytest: make test_hook_dep tests more stable.
4 years ago
test_wallet.py
tx,bugfix: correct signature length estimate
4 years ago
utils.py
pytest: allow variable-order coin_moves, and give more information on failure.
4 years ago