122 Commits (cd894468e7f505977ac297a26cae35eb734ec139)

Author SHA1 Message Date
Rusty Russell 21d2cc663b lightningd: apply feerate changes correctly. 5 years ago
Rusty Russell 61e1d6431c pytest: stress fee_update code, trigger bug. 5 years ago
Christian Decker 0a641c9443 pytest: Don't assume UTXO ordering when selecting coins 5 years ago
lisa neigut 49d5a36751 funding: integration tests for close_to 5 years ago
Rusty Russell bd55f6d940
common/features: only support a single feature bitset. 5 years ago
Rusty Russell 8a3abdd5ff pytest: fix test_restart_many_payments 5 years ago
trueptolemy fdb90a765e pytest: Test compact of the old-style `fundchannel_start` 5 years ago
trueptolemy 987e4e27e8 pytest: Test compact of the old-style `fundchannel` 5 years ago
Rusty Russell 33c658ecfb gossipd: advertize all our features in node_announcement. 5 years ago
Christian Decker e23d8a4aff pytest: Mark some tests as skippable that are too bitcoin-specific 5 years ago
Christian Decker 8a69ea7bf5 elements: Parametrize the sample addresses we test against 6 years ago
Rusty Russell 15612d269a Make option_static_remotekey non-EXPERIMENTAL now it's in spec. 5 years ago
Rusty Russell 4e8141aa36 features: remove INITIAL_ROUTING_SYNC. 5 years ago
Christian Decker 9915386c4a pytest: Stabilize test_no_fee_estimate against UTXO selection issues 5 years ago
Christian Decker efc4aa94a3 pytest: Skip some tests that assume we have a sqlite3 db on postgres 5 years ago
Rusty Russell 27790832a5 gossipd: gossip_queries_ex is not longer experimental. 5 years ago
Rusty Russell 147eaced2e developer: consolidiate gossip timing options into one --dev-fast-gossip. 5 years ago
lisa neigut c261309f18 test: fund wallet before testing fundchannel 5 years ago
trueptolemy 8d28e52515 pytest: Test `fundchannel_cancel` can catch tx braodcast by bitcoind 5 years ago
trueptolemy f1822e3650 pytest: Test `fundchannel_cancel` can work after `fundchannel_complete` 5 years ago
Rusty Russell 226e2aee48 option_static_remotekey: update to latest draft. 5 years ago
Rusty Russell 0861279b65 channeld: don't exchange my_current_per_commitment_point if option_static_remotekey 5 years ago
Rusty Russell 5203847025 common/features: if EXPERIMENTAL_FEATURES, advertise `option_static_remotekey` 5 years ago
darosior a7cbe93fb8 closingd: retransmit 'funding_locked' if we reconnect without any update 5 years ago
Rusty Russell a38131f349 EXPERIMENTAL: advertize the extended_queries feature. 5 years ago
Rusty Russell bf3b77a947 Travis: skip testing VALGRIND=1 DEVELOPER=0, remove the slowest non-developer tests. 5 years ago
darosior b966e5e783 Add a test for 'fundchannel_start' crash on deconnection 5 years ago
Rusty Russell 0edc0ae5e9 pytest: don't use deprecated options for close() in tests. 5 years ago
Rusty Russell b35dc4689b pytest: enable deprecated APIs for multi-arg closes. 5 years ago
Christian Decker a85d3dc220 pytest: Make test_funding_cancel_race SLOW_MACHINE compatible 5 years ago
Simon Vrouwe af7044d09d pytest: test_fee_limits, add case where opening channel is denied when feerate is too low 6 years ago
Rusty Russell 789d14299b pytest: mix up order of cancel vs complete in test_funding_cancel_race 6 years ago
Rusty Russell ee8edfe6a6 pytest: severely reduce scope of test_funding_cancel_race under valgrind. 6 years ago
Rusty Russell 280bd60988 lightningd: allow multiple cancels on a single fundchannel command. 6 years ago
Rusty Russell 13dbe6e74b pytest: stress test funding_cancel vs funding_complete 6 years ago
Rusty Russell 54ce4ed1cf pytest: fail tests if we get any LOG_BROKEN level messages, unless flagged. 6 years ago
Christian Decker 915c932e2d pytest: Make sure the channels entries don't get deleted anymore 6 years ago
lisa neigut 92bd3a3587 connect test: use wait_for_log in test_funding_external_wallet 6 years ago
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
darosior 2436214145 fundchannel: Add some tests to fund channels by utxos 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 b1058dfaca pytest: add test_reconnect_remote_sends_no_sigs, which tests PR2619 6 years ago
Michael Schmoock 45645e3a85 test: fix flakyness test_no_fee_estimate 6 years ago
Christian Decker 8feb05aef4 subd: Remove overly verbose log when receiving a message 6 years ago
Christian Decker ced2ff8aa7 pytest: Mark repeat offenders as flaky 6 years ago