881 Commits (bbbe2f5437de975532dfa2aefc0762f4d7cf87aa)

Author SHA1 Message Date
lisa neigut c00e0d2936 funding: rename fundchannel_continue -> _complete 6 years ago
lisa neigut 3ae78a61fa tests: finish up test for external funding flow 6 years ago
lisa neigut 5aad642c59 opening: add fundchannel_cancel command 6 years ago
lisa neigut 7ea21c36b1 fundchannel: add txout field to RPC/API 6 years ago
lisa neigut b0b813a171 test: add initial tests for starting an external fundchannel 6 years ago
lisa neigut 1b2a593b05 tests: default all addresses to bech32 6 years ago
Rusty Russell d817735dc2 lightningd: use ccan/json_out. 6 years ago
Rusty Russell 26cdf9d3dc plugins/pay: don't retry routehint if it contains already-eliminated channel. 6 years ago
Rusty Russell 260febd88b plugins/pay: fix attempt counter on failure message. 6 years ago
Rusty Russell 0d2a4830ed ccan: update to faster and correct crc32c implementation. 6 years ago
darosior 2436214145 fundchannel: Add some tests to fund channels by utxos 6 years ago
Rusty Russell db22d2ba9a pytest: simplify and annotate test_channel_drainage. 6 years ago
Rusty Russell 431401ad35 channeld: don't subtract both reserves from advertized htlc_max. 6 years ago
Rusty Russell 044860881e lightningd: don't let spendable_msat go wumbo. 6 years ago
Rusty Russell bb6c34fb13 lightningd: take into account outstanding HTLCs for 'spendable_msat' 6 years ago
Rusty Russell 7b7d46c166 pytest: extract separate tests that spendable_msat is accurate. 6 years ago
Rusty Russell 409368e058 pytest: move test_channel_drainage to test_pay.py 6 years ago
Rusty Russell 380c044668 tests: add plugin for simple invoice delay. 6 years ago
Michael Schmoock 4a242edc1f test: drains a channel to crash the daemon 6 years ago
Rusty Russell db0a28501b gossip: bump version to remove lingering issues with master. 6 years ago
Michael Schmoock 42d6bf564c test: fix flaky test_gossip_notices_close with wait_for_mempool 6 years ago
Rusty Russell 6f015b69fd channeld: don't send feerate spam if we can't set it as high as we want. 6 years ago
Rusty Russell d344f9d267 pytest: test for duplicate update_fee spam. 6 years ago
Simon Vrouwe ea8a508a48 pytest: cleanup test_funding_reorg_remote_lags 6 years ago
Simon Vrouwe b1058dfaca pytest: add test_reconnect_remote_sends_no_sigs, which tests PR2619 6 years ago
Rusty Russell a3b646be31 pytest: fix test_hlcs_cltv_only_difference 6 years ago
trueptolemy 4d08ed2fa6 pytest: Add a test for the 'warning' subscription and notification 6 years ago
Rusty Russell e1dbc0b12b wallet: clean reserved inputs on startup. 6 years ago
Rusty Russell 65505adbab pytest: test that we unreserve txprepare inputs across shutdown/crash. 6 years ago
Rusty Russell cdab75ecee pytest: test txprepare/txdiscard/txsend. 6 years ago
Rusty Russell 0543149b89 pytest: move wallet tests into new file tests/test_wallet.py 6 years ago
Michael Schmoock c40250ad0b test: adds wait mempool to flaky tests 6 years ago
Michael Schmoock dd87024060 test: adds wait mempool param to generate_block 6 years ago
Rusty Russell ba036b767f newaddr: fix return value for deprecated "address" field. 6 years ago
Rusty Russell 5161b79bfc gossipd/gossip_store: keep count of deleted entries, don't use bs->count. 6 years ago
Rusty Russell 728bb4e662 common/gossip_store: handle timestamp filtering. 6 years ago
Rusty Russell 948490ec58 gossipd: add timestamp in gossip store header. 6 years ago
Rusty Russell 5591c0b5d8 gossipd: don't send gossip stream, let per-peer daemons read it themselves. 6 years ago
Rusty Russell df00f20e4a gossipd: erase old entries from the store, don't just append. 6 years ago
Rusty Russell 696dc6b597 gossipd: disable gossip_store upgrade. 6 years ago
Christian Decker dd26a01c54 pytest: Add a test for htlc_accepted hook replay on startup 6 years ago
Christian Decker 909913c265 htlc: Replay unprocessed HTLCs loaded from the DB 6 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 6 years ago
Rusty Russell 21fe518513 gossip_store: fix 'bad node_announcement' by allowing node_announcement on un-updated channel. 6 years ago
Rusty Russell 048a650a6b pytest: more comprehensive tests for test_gossip_store_compact. 6 years ago
Rusty Russell 1147e65602 pytest: make test_gossip_notices_close more reliable. 6 years ago
Rusty Russell a40fe40ad2 pytest: catch more gossip-related errors. 6 years ago
Michael Schmoock 45645e3a85 test: fix flakyness test_no_fee_estimate 6 years ago