You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rusty Russell
1d0c433dc4
channeld: treat all incoming errors as "soft", so we retry.
We still close the channel if we *send* an error, but we seem to have hit
another case where LND sends an error which seems transient, so this will
make a best-effort attempt to preserve our channel in that case.
Some test have to be modified, since they don't terminate as they did
previously :(
Changelog-Changed: quirks: We'll now reconnect and retry if we get an error on an established channel. This works around lnd sending error messages that may be non-fatal.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
5 years ago
..
data
pytest: test db upgrade.
5 years ago
plugins
pytest: demonstrate failing rpc_command hook rewrite to plugin.
5 years ago
benchmark.py
py-tests: rename 'announce' to 'wait_for_announce'
6 years ago
conftest.py
pytest: Pass result to fixtures and keep directories of failed tests
7 years ago
db.py
pytest: Have the DB provider search for the postgres binary
5 years ago
fixtures.py
pyln: Allow users to override the LightningNode class
5 years ago
requirements.txt
tests: update requirements
5 years ago
test_closing.py
channeld: treat all incoming errors as "soft", so we retry.
5 years ago
test_connection.py
channeld: treat all incoming errors as "soft", so we retry.
5 years ago
test_db.py
lightningd: don't start if bitcoind is behind.
5 years ago
test_gossip.py
Protocol: make var_onion, payment_secret and basic_mpp non-EXPERIMENTAL.
5 years ago
test_invoices.py
pytest: Mark some tests as skippable that are too bitcoin-specific
5 years ago
test_misc.py
Protocol: make var_onion, payment_secret and basic_mpp non-EXPERIMENTAL.
5 years ago
test_pay.py
channeld: treat all incoming errors as "soft", so we retry.
5 years ago
test_plugin.py
Protocol: make var_onion, payment_secret and basic_mpp non-EXPERIMENTAL.
5 years ago
test_wallet.py
pytest: Stabilize the hsm_encryption test
5 years ago
utils.py
Protocol: make var_onion, payment_secret and basic_mpp non-EXPERIMENTAL.
5 years ago