198 Commits (361fdccfca6bbdf314d34813ed09ade188d76e95)

Author SHA1 Message Date
Rusty Russell 6e703ad977 JSONRPC: listpayments can list just a specific bolt11 or payment_hash. 7 years ago
Rusty Russell 06c4f6ddca JSONRPC: add optional short_channel_id argument to listchannels 7 years ago
Rusty Russell 7fdb30cbda JSONRPC: rename getchannels to listchannels 7 years ago
Rusty Russell e1e7f289fb JSONRPC listnodes: return timestamp, alias and color. 7 years ago
Rusty Russell ced572b973 JSONRPC: getnodes: rename to listnodes. 7 years ago
practicalswift aefc887521 Fix typos 7 years ago
ZmnSCPxj a88c73a41b invoices: Add `paid_timestamp` field. 7 years ago
Rusty Russell 15aaf9f49a test_lightning.py: shutdown tail thread before killing. 7 years ago
Rusty Russell 4b178621e2 test_lightningd.py: test that payments are pending even before HTLC committed. 7 years ago
Rusty Russell 469faa476e test_lightning.py: test for persistence. 7 years ago
Christian Decker ad5eb1f7e1 pytest: Skip test_fee_limits for DEVELOPER=0 7 years ago
Rusty Russell 79dc44713b channeld: --ignore-fee-limits as a hack for fee disparities. 7 years ago
practicalswift 145e26371d Add test for too-short decodepay (credit: @ZmnSCPxj) 7 years ago
Rusty Russell fc151e10cd test_lightning.py: check error on too-large funding tx. 7 years ago
Christian Decker 6f4fca3a6f pytest: Verify that we forget nodes that have no channels anymore 7 years ago
Christian Decker 4fe83cd405 pytest: Test for channel removal in test_gossip_pruning 7 years ago
Christian Decker 6e001d88c2 pytest: Add simple gossip pruning test 7 years ago
Rusty Russell a1a0b33577 pay: allow 'null' msatoshi field. 7 years ago
Rusty Russell 2f2fb0c2a1 invoice: add msatoshi_received field. 7 years ago
Rusty Russell 66885163c9 JSON: Rename rhash to payment_hash in delinvoice, invoice, listinvoice, waitinvoice, waitanyinvoice. 7 years ago
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