904 Commits (837530514ae69baf72fa70210ef4c9e30054d202)

Author SHA1 Message Date
Rusty Russell d59e2b1b4b developer: add --dev-force-bip32-seed to force a specific BIP32 seed. 5 years ago
Rusty Russell fb6870c139 param: implement helpers for multiplex commands. 5 years ago
Christian Decker 53488e5739 pytest: Strengthen the htlc_accepted tests 5 years ago
Rusty Russell 789d14299b pytest: mix up order of cancel vs complete in test_funding_cancel_race 5 years ago
Rusty Russell ee8edfe6a6 pytest: severely reduce scope of test_funding_cancel_race under valgrind. 5 years ago
Rusty Russell 280bd60988 lightningd: allow multiple cancels on a single fundchannel command. 5 years ago
Rusty Russell 13dbe6e74b pytest: stress test funding_cancel vs funding_complete 5 years ago
Rusty Russell 54ce4ed1cf pytest: fail tests if we get any LOG_BROKEN level messages, unless flagged. 5 years ago
Rusty Russell 5f02294b5b lightningd/log: prefix log messages with level. 5 years ago
Christian Decker 915c932e2d pytest: Make sure the channels entries don't get deleted anymore 5 years ago
Rusty Russell c303d7d534 gossipd: only do (automatic) store compaction at startup. 5 years ago
Rusty Russell c15d9ed37c gossip_store: make copy of corrupt gossip_store on failure. 5 years ago
Rusty Russell 8928f0b5f9 gossipd: remove gossip entirely if we hit a problem on load. 5 years ago
Rusty Russell 9bf0467967 pytest: fix test_gossip_store_load_no_channel_update 5 years ago
Rusty Russell 47b5f2e837 gossipd: truncate gossip_store.tmp for compaction. 5 years ago
lisa neigut 92bd3a3587 connect test: use wait_for_log in test_funding_external_wallet 5 years ago
Rusty Russell 5e3690b3c5 gossipd: delete channel_amount from the store when we delete channel_announcement. 5 years ago
Rusty Russell 10c503b4b4 gossip_store: clean up a truncated store. 5 years ago
Rusty Russell adc52b6ee8 pytest: add test for dangling channel_announcement/node_announcement after gossip_store. 5 years ago
Rusty Russell a35ab51a06 pytest: gossip_store test for channel_amount truncated. 5 years ago
Rusty Russell 909f22f117 pytest: gossip_store test for node_announcement before update. 5 years ago
Rusty Russell eb5cc47bdd gossipd: count deleted records correctly when loading gossip_store. 5 years ago
Rusty Russell 12a523f7c5 pytest: add (xfail) test for store load miscount. 5 years ago
lisa neigut c00e0d2936 funding: rename fundchannel_continue -> _complete 5 years ago
lisa neigut 3ae78a61fa tests: finish up test for external funding flow 5 years ago
lisa neigut 5aad642c59 opening: add fundchannel_cancel command 5 years ago
lisa neigut 7ea21c36b1 fundchannel: add txout field to RPC/API 5 years ago
lisa neigut b0b813a171 test: add initial tests for starting an external fundchannel 5 years ago
lisa neigut 1b2a593b05 tests: default all addresses to bech32 5 years ago
Rusty Russell d817735dc2 lightningd: use ccan/json_out. 5 years ago
Rusty Russell 26cdf9d3dc plugins/pay: don't retry routehint if it contains already-eliminated channel. 5 years ago
Rusty Russell 260febd88b plugins/pay: fix attempt counter on failure message. 5 years ago
Rusty Russell 0d2a4830ed ccan: update to faster and correct crc32c implementation. 5 years ago
darosior 2436214145 fundchannel: Add some tests to fund channels by utxos 5 years ago
Rusty Russell db22d2ba9a pytest: simplify and annotate test_channel_drainage. 5 years ago
Rusty Russell 431401ad35 channeld: don't subtract both reserves from advertized htlc_max. 5 years ago
Rusty Russell 044860881e lightningd: don't let spendable_msat go wumbo. 5 years ago
Rusty Russell bb6c34fb13 lightningd: take into account outstanding HTLCs for 'spendable_msat' 5 years ago
Rusty Russell 7b7d46c166 pytest: extract separate tests that spendable_msat is accurate. 5 years ago
Rusty Russell 409368e058 pytest: move test_channel_drainage to test_pay.py 5 years ago
Rusty Russell 380c044668 tests: add plugin for simple invoice delay. 5 years ago
Michael Schmoock 4a242edc1f test: drains a channel to crash the daemon 5 years ago
Rusty Russell db0a28501b gossip: bump version to remove lingering issues with master. 5 years ago
Michael Schmoock 42d6bf564c test: fix flaky test_gossip_notices_close with wait_for_mempool 5 years ago
Rusty Russell 6f015b69fd channeld: don't send feerate spam if we can't set it as high as we want. 5 years ago
Rusty Russell d344f9d267 pytest: test for duplicate update_fee spam. 5 years ago
Simon Vrouwe ea8a508a48 pytest: cleanup test_funding_reorg_remote_lags 5 years ago
Simon Vrouwe b1058dfaca pytest: add test_reconnect_remote_sends_no_sigs, which tests PR2619 5 years ago
Rusty Russell a3b646be31 pytest: fix test_hlcs_cltv_only_difference 5 years ago
trueptolemy 4d08ed2fa6 pytest: Add a test for the 'warning' subscription and notification 5 years ago