228 Commits (bd3480dc9c8f0733b887c4a649d2e9fc81bf80a4)

Author SHA1 Message Date
Rusty Russell 7c5dec01fe test_lightning.py: use wait_for_routes() helper more widely. 7 years ago
Rusty Russell 6cea8d2e5b test_lightning.py: test_onchain_middleman must wait for route propagation 7 years ago
Rusty Russell 6a1ea14441 test_lightningd.py: make sure l2 has seen announcements in test_gossip_jsonrpc 7 years ago
Rusty Russell 6b7b7f1007 test_lightningd.py: fix timing error in test_forward_different_fees_and_cltv 7 years ago
Rusty Russell d84dc5633a test_lightning.py: make sure gossip has processed channel_updates. 7 years ago
Rusty Russell 896ecb4da7 test_lightning: don't fire prematurely on test_gossip_jsonrpc. 7 years ago
Rusty Russell a4dd523c8b test_lightning.py: fix ambigious log order in test_reconnect_signed. 7 years ago
Igor Cota e97857847a peer_control: make hardcoded feerates consistent between json_fund_channel and peer_offer_channel 7 years ago
ZmnSCPxj 5f8796af0c test_lightningd.py: Add tests for any-amount invoices. 7 years ago
Rusty Russell bc4f2da50a test_lightning.py: make sure reconnect doesn't leave multiple peers. 7 years ago
Rusty Russell 43c97187a4 test_lightningd: fix test_gossip_jsonrpc. 7 years ago
Rusty Russell 7e0bc88e2a gossip: fix default broadcast interval, move option. 7 years ago
Christian Decker d0da8a1035 pytest: Remove unused breakpoint shorthand 7 years ago
Christian Decker 55d2e4b1d0 pytest: Spawn a new bitcoind for each test 7 years ago
Rusty Russell a8de8a3140 json_getchannels: add public flag. 7 years ago
Christian Decker 5c91a3449a pytest: Add withdraw test after permfail to test unilateral_close 7 years ago
Christian Decker 85eb743e02 wallet: Detect close transactions and track their outputs in DB 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
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