302 Commits (097b9345eb42826c36392b6e6f24bca203147d56)

Author SHA1 Message Date
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
Rusty Russell 37670c04e0 test_lightning.py: disable test which needs bitcoind 0.16 (for now!) 7 years ago
William Casarin 3d27bbb47d test: test_bech32_funding 7 years ago
William Casarin 0e59e091e7 test: switch invoice tests to use proper bip173 name 7 years ago
Christian Decker 81551b2e60 pytest: Increate timeout when waiting for gossip 7 years ago
Christian Decker 739e78a8c7 gossip: Reduce verbosity 7 years ago
ZmnSCPxj 0925e404d6 test_lightningd.py: Test new expiration system in more detail. 7 years ago
ZmnSCPxj 4ac5d123d6 test_lightningd: Test missing arguments. 7 years ago
Rusty Russell a497a9943d test_lightning.py: speed up test_closing_different_fees 7 years ago
Rusty Russell f527f39613 test_lightning: add tests for closing with differetn feerates. 7 years ago
alaniz b7856e3512 Onboarding: tweak grammar conventions for RPC responses 7 years ago
Rusty Russell d1ab2e05f4 test_lightningd.py: test lightning-cli. 7 years ago
Rusty Russell 327e2b8fd8 JSONRPC: listconfigs command. 7 years ago
Rusty Russell 0600aac68f lightningd: rename --no-reconnect to --dev-no-reconnect. 7 years ago
cornwarecjp 6112df3a90 Bring back the time-out on the start-up of bitcoind, but make it 60 seconds instead of the original 10 seconds. This is much larger than the normal start-up time of bitcoind (so we should never hit the time-out), but still lets a test terminate in a reasonable time in the unlikely case that bitcoind hangs. 7 years ago
cornwarecjp 896f7ef37d Make it possible to run the test suite in Python 3.4 (bytes.hex was introduced in 3.5) 7 years ago
cornwarecjp 0b0708d86a Bitcoind should always eventually finish starting, but there is no guarantee on how long it takes, so don't apply a time-out. In case bitcoind hangs indefinitely, the test will hang indefinitely too, but this should be solved in bitcoind, not in the test code. 7 years ago
cornwarecjp 859070a5ed Terminate LightningD if, for some reason, it doesn't start properly. This cleans up the environment for future test runs. 7 years ago
cornwarecjp 71581ff96e Terminate BitcoinD if, for some reason, it doesn't start properly. This cleans up the environment for future test runs. 7 years ago
ZmnSCPxj 87726d5b89 test_lightningd: Add test for reporting routing failures 7 years ago
ZmnSCPxj 131283af6e test_lightningd: Move 0-payment test to its own test. 7 years ago
gdassori 72dd1461a0 async param is unwanted here 7 years ago