326 Commits (c1a43a04af5abb76e7954bc8a509cd16c09b3479)

Author SHA1 Message Date
Rusty Russell a85ead7058 invoice: allow numeric labels again. 7 years ago
Christian Decker f341b508e1 pytest: Add checks that funding change and to_us get confirmed 7 years ago
Rusty Russell ed9093fcbd json: allow strange characters through our JSON parser. 7 years ago
Rusty Russell 54431d2b08 lightningd: escape our own alias when we print it in logs. 7 years ago
Rusty Russell 4139f06780 json_getnodes: escape the alias when we print it out. 7 years ago
Rusty Russell a077c3defb lightningd: test for weird aliases. 7 years ago
Rusty Russell 8c838ebd76 test_lightning: Write test for invoices with weird characters. 7 years ago
Mark Beckwith 489d8d04a6 Fund all (#1249) 7 years ago
ZmnSCPxj 5557958c47 test_lightningd: Add test for autocleaninvoice. 7 years ago
ZmnSCPxj de853b4847 test_lightningd.py: Test delexpiredinvoice. 7 years ago
ZmnSCPxj 6391645b83 test_lightningd: Check payment fields of pay return value. 7 years ago
ZmnSCPxj 234d67da34 channel_fail_permanent: Use a channel-level error, not an all-channels error. 7 years ago
Rusty Russell 1b9791f0f5 pay: delete HTLC when we delete payment. 7 years ago
Rusty Russell d8cecf03dd test_lightningd.py: add test to trigger crash bug. 7 years ago
ZmnSCPxj f2aa15ffee test_lightningd.py: Check additional fields of sendpay. 7 years ago
ZmnSCPxj ed3984f444 test_lightningd.py: Modify test_payment_duplicate_uncommitted. 7 years ago
ZmnSCPxj 752b7f5277 test_lightningd.py: Update for nonblocking sendpay. 7 years ago
Christian Decker 3e9e19951b pytest: Re-enable formerly flaky test_reconnect_normal 7 years ago
Rusty Russell 25cb8caae8 onchaind: fix confusing message about delayed txs. 7 years ago
Rusty Russell a48c300df2 onchaind: fix too-eager OUR_HTLC_TIMEOUT_TX. 7 years ago
Rusty Russell eb52dde5b5 onchaind: add a new state for where we're not producing an output. 7 years ago
Rusty Russell 0489aabfbe test_lightningd.py: test onchaind when all turn into fees. 7 years ago
Rusty Russell 27c4e926bd test_lightningd.py: test case where onchaind restarts with different fees. 7 years ago
John Barboza 30b290cb8f Explicit error message when disconnect fails 7 years ago
John Barboza 9a2950628d test: disconnect command 7 years ago
Christian Decker c9985805cd pytest: Add blockchain tracking test 7 years ago
ZmnSCPxj 8e8d7c2aba pay/sendpay: Use spec names for rhash and r. 7 years ago
ZmnSCPxj c03f584e19 test_lightningd.py: Adapt to new help output. 7 years ago
Rusty Russell d7b5882f61 routing: don't free a single nc on prune, only entire channel. 7 years ago
Rusty Russell 33726b0a08 gossip: instead of refresh interval, have routing know prune_timeout. 7 years ago
Rusty Russell b7bf414ac4 gossipd: prune announced-but-not-updated channels eventually. 7 years ago
John Barboza 35ce13179c Add tests for peer information containing alias 7 years ago
John Barboza 6f14736803 revert 0e40c8 and renable test_withdraw 7 years ago
Rusty Russell 742885c95e test_lightning.py: reduce 121 to 101 blocks, remove segwit comment. 7 years ago
Jan Sarenik 0017b9b363 test_lightningd.py: Enable bech32 test for DEVELOPER 7 years ago
Christian Decker 565059a12f pytest: Require bitcoin-0.16.0 and reduce number of generated blocks 7 years ago
ZmnSCPxj, ZmnSCPxj jxPCSmnZ 590a9a657d test_lightningd.py: Silence F841 7 years ago
ZmnSCPxj 6792acf04c test_lightningd: Add some more testing for waitinvoice. 7 years ago
Rusty Russell c7718aa2e4 test_lightningd.py: repair flaky test_bitcoin_failure 7 years ago
Rusty Russell 58fae47868 test_lightningd.py: more minor flake8 fixes. 7 years ago
practicalswift d2109bfe0c Fix flake8 warnings 7 years ago
John Barboza 0e40c85691 Disable test until 0.16 7 years ago
John Barboza b028a0a439 invoice: add fallback address to invoice command 7 years ago
practicalswift bb12c234f2 Fix recently introduced PEP-8 violations 7 years ago
Christian Decker 330682abfe pytest: Remove any existing lightning-dirs before running 7 years ago
Rusty Russell 737a7148b5 test_lightningd.py: make sure we recover from transient bitcoin failures. 7 years ago
Rusty Russell 309dc96f97 fixup! More test fixups from last patch. 7 years ago
Rusty Russell cccdb53bec channel_states: fold all the ONCHAIND states into one. 7 years ago
Rusty Russell 866ba00445 test_lightning.py: test in billboard in various closing cases. 7 years ago
practicalswift e18948a6a9 Remove unused variables. Fix flake8 warnings. 7 years ago