285 Commits (65c09c895de241efb3302141cfdf92e1d8664a6b)

Author SHA1 Message Date
Christian Decker 3e0efb6f8d pytest: Avoid leaking stdout fds 7 years ago
practicalswift 6757255ba4 Use deterministic command-line ordering when executing lightningd from tests 7 years ago
practicalswift d9266afcda Fix typo: "disonnect" 7 years ago
Rusty Russell 824f8517ac onchaind: fix all_irrevocably_resolved test. 7 years ago
Rusty Russell fb81e6c14b chaintopology: always start 100 blocks back. 7 years ago
Rusty Russell 822a2cf030 test_lightningd: make sure we keep watching after peer restart. 7 years ago
ZmnSCPxj 5eceaa7be9 invoice: Modify waitanyinvoice interface to use pay_index. 7 years ago
practicalswift 3d39312212 Fix typos 7 years ago
Rusty Russell b7e8ee4445 test_lightningd: make sure onchaind recognizes outputs in htlc onchain tests. 7 years ago
Rusty Russell 72a52b0b59 onchaind: fix label on HTLC timeout tx. 7 years ago
ZmnSCPxj 280c0e53ef test_lightningd.py: Add test for waitinvoice. 7 years ago
ZmnSCPxj 7f24e36dd9 test_lightningd.py: Test paying invoice in reverse order of creation. 7 years ago
ZmnSCPxj ea1cea6366 wallet: Minor testing of pay_index column. 7 years ago
practicalswift 6c50d70e68 Remove trailing semicolons in Python code 7 years ago
Christian Decker a44e1e456f pytest: remove useless debugging print 7 years ago
Christian Decker 71c62e726e fixup! pytest: Temporarily disable test_reconnect_normal due to flakyness 7 years ago
Christian Decker 45691a50b8 pytest: Temporarily disable test_reconnect_normal due to flakyness 7 years ago
Christian Decker 2a7ba010c3 pytest: Use the bitcoind config file to read RPC params from 7 years ago
Rusty Russell 31153e9506 test_lightning.py: fix running test_withdraw twice. 7 years ago
Rusty Russell e695e5db09 lightningd: require explicit LIGHTNINGD_DEV_MEMLEAK env var to do memleak. 7 years ago
Rusty Russell 6b9c525f35 lightningd: use env var not cmdline to suppress backtrace. 7 years ago
Christian Decker ed9e580358 pytest: test_shutdown requires DEVELOPER=1 7 years ago
Rusty Russell ed7108df15 test_lightningd.py: fail if nodes leak. 7 years ago
Christian Decker 1ec916076f pytest: Change test_gossip_jsonrpc to cover local-only gossip 7 years ago
Rusty Russell 3da93319fb withdraw: make rpc call accept 'all' as a value. 7 years ago
Rusty Russell 477a529856 pay: make sure we don't think payment in progress if it immediately fails. 7 years ago
Christian Decker e154f4a019 pytest: Minor cleanup 7 years ago
Christian Decker 32a96973a5 pytest: Fix a flaky channel_reenable test 7 years ago
Rusty Russell 67aa95c194 gossipd: hand back peer, don't hand a new peer. 7 years ago
Rusty Russell 8ed511b3c7 test_lightningd: add test for funding failures. 7 years ago
ZmnSCPxj 44c37b60e4 Add test for withdrawing to P2WPKH and P2WSH. 7 years ago
ZmnSCPxj 757d45c8a3 Test withdrawal to P2SH address. 7 years ago
Rusty Russell 0610f66c34 bolt11: handle r value fee spec change. 7 years ago
practicalswift 61c47c09d0 Fix typos 7 years ago
Rusty Russell 5444084625 onchaind: fix reversed CSV delays. 7 years ago
Rusty Russell af5dbbc9f8 json_connect: separate port arg so we can parse IPv6 addresses. 7 years ago
Rusty Russell 70cebb8653 test_addfunds_from_block: fix test flakiness. 7 years ago
Christian Decker 12944ffc9b pytest: Switch to 'Hello world' as startup marker 7 years ago
Christian Decker 88ecae301c pytest: Add a test for funds coming from blocks 7 years ago
Rusty Russell cfde208e82 tests: prepare for bitcoind 0.16. 7 years ago
Christian Decker 547d3f0a0b pytest: Attempting to fix the flaky gossip test 7 years ago
Christian Decker 25725c0aa4 pytest: Add benchmarks for direct payments 7 years ago
Rusty Russell 6c79550c22 test_lightningd.py: test updating feerates. 7 years ago
Rusty Russell 88af0f5bf8 tests: change --override-fee-rate to --override-fee-rates and use in tests. 7 years ago
Rusty Russell 35a6ab8151 invoice: don't allow payments in expired invoices. 7 years ago
Christian Decker 4d8ad4e17d pytest: Test that upon reconnect the channel gets re-enabled 7 years ago
Christian Decker f524df721d pytest: Add test for waitanyinvoice 7 years ago
Christian Decker 07e5a9ef9f htlc: Allow for exactly min_final_cltv_expiry cltv delta 7 years ago
Christian Decker d6af14a869 pytest: Valgrind errors trump exit value errors 7 years ago
Rusty Russell 8cef36cbd7 lightningd: fail htlcs we fulfill if peer unresponsive after deadline. 7 years ago