core-lightning/tests
Rusty Russell ec025344cc lightningd: don't announce names as DNS by default.
This broke BTCPayServer, so revert.  I originally (accidentally!)
implemented this such that it broadcast both DNS and IP entries, but
Michael reported earlier that they still don't propagage well, so
simply suppress them.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Fixes: #5795
Changelog-Changeed: Config: `announce-addr-dns` needs to be set to *true* to put DNS names into node announcements, otherwise they are suppressed.
Changelog-Deprecated: Config: `announce-addr-dns` (currently defaults to `false`).  This will default to `true` once enough of the network has upgraded to understand DNS entries.
2022-12-08 11:04:53 +01:00
..
data pytest: add test for migrations upgrade which breaks 'fees_collected_msat'. 2022-09-27 14:42:03 +09:30
fuzz tests/fuzz: don't pull in JSON common at all. 2022-11-09 20:25:58 +10:30
plugins lightningd: figure out optimal channel *before* forward_htlc hook. 2022-09-26 13:52:04 +02:00
vectors pytest: Remove onion test vectors containing legacy onions. 2022-03-18 09:20:11 +10:30
benchmark.py pytest: always provide payment_secret when making payments. 2021-07-14 14:38:00 -05:00
conftest.py tests: add marker for v1/v2 channel opens 2021-05-12 11:25:41 +09:30
db.py test-db-provider: if postgres in tests, startup a bookkeeper db 2022-07-28 12:08:18 +09:30
fixtures.py test-db-provider: if postgres in tests, startup a bookkeeper db 2022-07-28 12:08:18 +09:30
test_bookkeeper.py bkpr-test: maybe fix race in test_bookkeeping_closing_trimmed_htlcs 2022-09-14 15:59:37 +09:30
test_cln_rs.py pytest: Add test for optional options in cln-plugin 2022-11-03 11:28:22 +01:00
test_closing.py onchaind: cap RBF penalty fee for testnet/regtest 2022-11-18 13:38:42 +01:00
test_connection.py lightningd: don't cap spendable_msat/receivable_msat for wumbo channels. 2022-11-30 19:51:22 +01:00
test_db.py db: Backfill missing HTLC IDs in the forwards table 2022-11-28 14:47:43 +01:00
test_gossip.py lightningd: don't announce names as DNS by default. 2022-12-08 11:04:53 +01:00
test_invoices.py gossipd: don't close non-local channels immediately, add 12 block delay. 2022-09-24 15:22:27 +09:30
test_misc.py lightning-cli: support --filter parameter. 2022-11-09 20:25:58 +10:30
test_onion.py lightningd: remove support for legacy onion format. 2022-03-18 09:20:11 +10:30
test_opening.py wallet: mark coinbase outputs as 'immature' until spendable 2022-11-09 11:55:25 +01:00
test_pay.py lightningd: re-add 'offerout' functionality, as 'invoicerequest'. 2022-11-09 15:08:03 +01:00
test_plugin.py lightningd: don't timeout plugins if init is slow! 2022-11-27 14:58:42 +01:00
test_wallet.py lightningd: don't log JSON ids as debug, use log io. 2022-09-16 12:31:45 +09:30
utils.py onchaind: Adjust witness weight estimate to be more conservative 2022-11-10 16:30:27 +01:00
valgrind-suppressions.txt pytest: Use valgrind target suppressions instead of skipping tests 2022-03-10 10:21:41 +10:30