1149 Commits (700b766ce18f10c208ef855bf3f43cb9eec6ee47)

Author SHA1 Message Date
Michael Schmoock dd87024060 test: adds wait mempool param to generate_block 5 years ago
Rusty Russell ba036b767f newaddr: fix return value for deprecated "address" field. 5 years ago
Rusty Russell 5161b79bfc gossipd/gossip_store: keep count of deleted entries, don't use bs->count. 5 years ago
Rusty Russell 728bb4e662 common/gossip_store: handle timestamp filtering. 5 years ago
Rusty Russell 948490ec58 gossipd: add timestamp in gossip store header. 5 years ago
Rusty Russell 5591c0b5d8 gossipd: don't send gossip stream, let per-peer daemons read it themselves. 5 years ago
Rusty Russell df00f20e4a gossipd: erase old entries from the store, don't just append. 5 years ago
Rusty Russell 696dc6b597 gossipd: disable gossip_store upgrade. 5 years ago
Christian Decker dd26a01c54 pytest: Add a test for htlc_accepted hook replay on startup 5 years ago
Christian Decker 909913c265 htlc: Replay unprocessed HTLCs loaded from the DB 5 years ago
Christian Decker 9fd8be6463 pytest: Add tests for htlc_accepted_hook 6 years ago
Christian Decker b54577041a pytest: Add a simple test for the hooks 6 years ago
Christian Decker 9a4cf7dda7 pytest: Mark test_option_upfront_shutdown_script as flaky 5 years ago
Rusty Russell 21fe518513 gossip_store: fix 'bad node_announcement' by allowing node_announcement on un-updated channel. 5 years ago
Rusty Russell 048a650a6b pytest: more comprehensive tests for test_gossip_store_compact. 5 years ago
Rusty Russell 1147e65602 pytest: make test_gossip_notices_close more reliable. 5 years ago
Rusty Russell a40fe40ad2 pytest: catch more gossip-related errors. 5 years ago
Michael Schmoock 45645e3a85 test: fix flakyness test_no_fee_estimate 5 years ago
Michael Schmoock 107381aca2 test: fix flakyness of funding_reorg_private openchannel_hook 5 years ago
ZmnSCPxj 48df6c8566 lightningd/io_loop_with_timers.c: Move mainloop to its own source file, have chaintopology use it. 5 years ago
Christian Decker 883d4b4e6e pytest: Add a test that reproduces #2687 5 years ago
Simon Vrouwe 52c84b2387 pytest: add test_funding_reorg_remote_lags 6 years ago
Simon Vrouwe 5b0c174251 pytest: add test_funding_reorg_private, reorg changes funding height 6 years ago
Simon Vrouwe 7726681aa6 pytest: added BitcoinD.simple_reorg() method, which can change tx height and/or txindex 6 years ago
Simon Vrouwe 24f43e5910 pytest: fundwallet tighten up, make sure we see `CONFIRMED` in log line 6 years ago
Simon Vrouwe 245807a085 pytest: tighten a log test `Owning output...` with address type and confirmation 6 years ago
Christian Decker 8feb05aef4 subd: Remove overly verbose log when receiving a message 5 years ago
Christian Decker ced2ff8aa7 pytest: Mark repeat offenders as flaky 5 years ago
Christian Decker 56f7efad46 pytest: Stabilize test_reconnect_gossiping 5 years ago
Christian Decker a0fc915674 pytest: Start the Bitcoin RPC proxy as soon as it is created 6 years ago
Jan Sarenik 180ea5bb38 test_closing.py: isAlive -> is_alive 5 years ago
Rusty Russell 3d2af2237c pytest: fix test_htlc_send_timeout now pay doesn't return ROUTE_NOT_FOUND. 5 years ago
Rusty Russell 15dc0a5c18 pay: fix transient status 'failed' in listpays. 6 years ago
Rusty Russell 18d2506958 pytest: test for transient "failed" status during ongoing payment. 6 years ago
Rusty Russell 71460ac073 pay: don't say "Could not find a route" unless we never tried a payment. 6 years ago
Rusty Russell e5b5f1d7e5 openingd: add openchannel hook. 6 years ago
Rusty Russell 6ee2cd8ce3 openingd: fix hangup when gossipd compacts. 6 years ago
Rusty Russell d054fef0f0 pytest: fix test_bech32_funding 6 years ago
Rusty Russell 7ede5aac31 gossip_store: change format so we store raw messages. 6 years ago
Rusty Russell 2a2341c56c bolt11: fix decoding and encoding of unknown fields. 6 years ago
Christian Decker bc5dbb6a80 pytest: Ensure lightningd instances have the correct numeric ids 6 years ago
trueptolemy 77f98f8a5c test_pay: Add test_forward_local_failed_stats() in 5 cases 6 years ago
Rusty Russell dddfdc7f10 pytest: add dev hack for testing option_upfront_shutdown_script. 6 years ago
Rusty Russell cfebe66762 openingd: support receipt of upfront_shutdown_script. 6 years ago
Christian Decker c96cc8a444 pytest: Fix the flaky test_plugin_connected_hook test 6 years ago
Christian Decker 88f425fcc5 pytest: Make directory cleanup robust against setup failures 6 years ago
Christian Decker be853f563a wallet: Clamp maxheight to positive number for large minconf 6 years ago
Christian Decker e40b7c5584 pytest: Add test_minconf_withdraw to reproduce issue #2518 6 years ago
Rusty Russell ca7864f2f3 invoice_hook: remove nested result. 6 years ago
Rusty Russell 7f7ad4f89f connected_hook: allow hook to specify an error message. 6 years ago