core-lightning/tests
niftynei 99a621dd99 df-reconnects: allow tx-sigs in channeld iff we're reconnecting
There's a case where a dropped funding_locked will result in the peer
moving onto channeld, while we stay in dualopend. As we haven't
received their funding_locked, we retransmit tx_sigs, which channeld
will need to handle.

With the patch the peer drops it on the floor; the peer will resend
funding_locked on reconnect, which will correctly advance us to
channeld and CHANNELD_NORMAL
2021-01-10 13:44:04 +01:00
..
data hsmd/db: backfill pubkey information so that psbts signing works 2020-07-29 13:13:46 +02:00
fuzz tests/fuzz: add a fuzz target for hsm_encryption 2021-01-06 13:50:01 +01:00
plugins offer: allow offers in other currencies if we can convert. 2021-01-09 12:45:31 +01:00
vectors pytest: Add tests for the sphinx onion generation and processing 2020-03-12 10:25:01 +10:30
benchmark.py py-tests: rename 'announce' to 'wait_for_announce' 2018-12-08 15:15:55 -08:00
conftest.py pytest: silence pytest warnings about unregistered 'slow_test' marker 2020-11-10 16:17:04 -06:00
db.py pytest: Have the DB provider search for the postgres binary 2019-09-22 02:03:43 +00:00
fixtures.py pytest: Really only check DB statements if the env-var is "1" 2021-01-04 11:25:50 +01:00
test_closing.py tests: wait for drop to chain test_onchain_middleman_their_unilateral_in 2021-01-08 19:28:30 +01:00
test_connection.py df-reconnects: allow tx-sigs in channeld iff we're reconnecting 2021-01-10 13:44:04 +01:00
test_db.py pytest: Rename all fund_channel to fundchannel 2020-09-25 21:04:56 +02:00
test_gossip.py pytest: Stabilize test_routing_gossip 2021-01-04 11:25:50 +01:00
test_invoices.py invoice: add ctlv option. 2021-01-08 10:45:56 +01:00
test_misc.py onion_message: support variable-length onion messages. 2021-01-09 12:45:31 +01:00
test_onion.py pytest: Actually make sure that the direcory exists 2020-03-24 09:52:33 +10:30
test_pay.py fetchinvoice: allow amounts to be specified. 2021-01-09 12:45:31 +01:00
test_plugin.py pytest: Test LightningRpc and plugin command notification support 2021-01-07 08:32:40 +01:00
test_wallet.py lightning: confirm password on hsm_secret encryption 2021-01-06 13:50:01 +01:00
utils.py pytest: allow variable-order coin_moves, and give more information on failure. 2020-09-08 10:14:42 +09:30