291 Commits (565059a12f9288bd8ddc756b624feeff8e0ae387)

Author SHA1 Message Date
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
Rusty Russell b8c636514b pong: embed version string into ping replies if DEVELOPER=1. 7 years ago
Rusty Russell 85f1a9b825 lightningd: append (as much as we can) version into default name if DEVELOPER=1 7 years ago
practicalswift ae7d857c44 Make Python code conform to the Python PEP 8 style guide 7 years ago
Rusty Russell b536e97df2 dev_ping: don't crash with silly values. 7 years ago
Rusty Russell 4cf274b1c0 lightningd/opening_control: routines to control openingd (move from peer_control.c) 7 years ago
Rusty Russell d47d85fa30 wallet: add list of upgrades. 7 years ago
ZmnSCPxj ea3ee01215 peer_control: Support xxx@yyy:zzz form for connecting. 7 years ago
Rusty Russell 4653493507 test_lightningd: make test_payment_failed_persistence more reliable. 7 years ago
Rusty Russell e17b0ebcb4 channeld: map htlc add/remove errors to names. 7 years ago
Rusty Russell 8db8c51201 lightningd: struct uncommitted_channel for opening channels. 7 years ago
Anton Astafiev 8787766d44 Pylightning (#1003) 7 years ago
Rusty Russell 43ec3f0761 jsonrpc: allow multiple commands in-flight from single JSON connection. 7 years ago
ZmnSCPxj 0489c7eb93 test_lightningd: Change test_pay0 to use sendpay. 7 years ago
ZmnSCPxj d9163dbb4f test_lightningd: Modify test to remove repeated pay attempt. 7 years ago
Rusty Russell df4c669a60 test: test for funds sent while we were offline. 7 years ago
Rusty Russell c8f9ea7bf7 fixup: test_multirpc does not terminate. 7 years ago
Christian Decker cab7e3e43a pytest: Add failing test with JSON-RPC requests crossing each other 7 years ago
Rusty Russell a08bcfdbd3 jsonrpc: don't crash on multiple commands at once. 7 years ago
Christian Decker db5c0aa6c1 pytest: Make pep8 happy(er) 7 years ago
Christian Decker 0e40b9b08c pylightning: Switch to dict-based params instead of positional 7 years ago
Rusty Russell d822ba1eee lightningd: allow a new channel open from peer if no *active* channels. 7 years ago
Rusty Russell e20fff9340 lightningd: remove almost all other peer2channel / channel2peer shims. 7 years ago
Rusty Russell 32411de90e lightningd: split struct peer into struct peer and struct channel. 7 years ago
Christian Decker 96667a3028 fixup! pytest: Test storing last_htlc_sigs and onchaind fund recovery 7 years ago
Christian Decker ea9aa95625 pytest: Test storing last_htlc_sigs and onchaind fund recovery 7 years ago
Rusty Russell d5effcb961 test_lightning: fix race on testing, esp. test_closing_different_fees. 7 years ago
practicalswift 4f4756bd20 Fix a-vs-an typos 7 years ago
Rusty Russell cc9ca82821 status: separate types for peer failure vs "impossible" failures. 7 years ago
Rusty Russell 6ca0c6e0ec test_lightningd: race fix for activation of channels in test_gossip_jsonrpc 7 years ago
Christian Decker b3d4e161b5 pytest: Add test for `dev-forget-channel` 7 years ago
Rusty Russell d77972e827 test_lightningd.py: test io logging and toggling with SIGUSR1 7 years ago
ZmnSCPxj 711d8822b0 test_lightning: Update to new error message format. 7 years ago
Rusty Russell b3534462e0 test_lightningd.py: fix race in test_fee_limits. 7 years ago
Rusty Russell 07c275e436 test_lightningd: fix race in test_closing_different_fees 7 years ago
ZmnSCPxj dcafce81ad test_lightningd: Increase times in expiration waiting test. 7 years ago