280 Commits (fd498be7ca6a0ab5281350f31fc4946553382258)

Author SHA1 Message Date
Rusty Russell 78672738ff test_lightningd.py: remove deprecated APIs. 7 years ago
Rusty Russell bd010d4b96 listinvoices: deprecate 'complete' in favor of 'status' trinary. 7 years ago
Rusty Russell 67b7362986 test_lightningd.py: switch to listinvoices instead of listinvoice. 7 years ago
Rusty Russell 962514c3a0 addfunds: remove. 7 years ago
Rusty Russell 2f2cacef0d JSONRPC: output from listpeers should be 'id' not 'peerid'. 7 years ago
Rusty Russell 5698a133c2 JSONRPC: rename getpeers to listpeers. 7 years ago
Rusty Russell 34a994c7db JSONRPC: listpayments not return a naked array. 7 years ago
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 90527498bc pytest: Do not re-print logs if we failed to find a log entry 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
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