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
9bb2b4a909
pytest: fix flake in test_no_fee_estimate()
We reserve utxos by blockheight, and producing 100 blocks can unreserve them!
```
> raise RpcError(method, payload, resp['error'])
E pyln.client.lightning.RpcError: RPC call failed: method: fundchannel, payload: {'id': '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59', 'amount': 1000000, 'feerate': 'slow', 'announce': True}, error: {'code': -1, 'message': 'Aborting PSBT signing. UTXO d32e772e81db79c5eb3a8b58ab69174c540eefb6fa8b444fae300a7e35d5c987:0 is not reserved'}
```
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
4 years ago |
.. |
data
|
hsmd/db: backfill pubkey information so that psbts signing works
|
4 years ago |
fuzz
|
check-includes: allow redundant "config.h"
|
4 years ago |
plugins
|
df-tests: use `excess_as_change`, test two-sided channels better
|
4 years ago |
vectors
|
pytest: Add tests for the sphinx onion generation and processing
|
5 years ago |
benchmark.py
|
py-tests: rename 'announce' to 'wait_for_announce'
|
6 years ago |
conftest.py
|
pytest: silence pytest warnings about unregistered 'slow_test' marker
|
4 years ago |
db.py
|
pytest: Have the DB provider search for the postgres binary
|
5 years ago |
fixtures.py
|
pytest: Really only check DB statements if the env-var is "1"
|
4 years ago |
test_closing.py
|
pytest: Stabilize test_onchain_feechange
|
4 years ago |
test_connection.py
|
pytest: fix flake in test_no_fee_estimate()
|
4 years ago |
test_db.py
|
pytest: Rename all fund_channel to fundchannel
|
4 years ago |
test_gossip.py
|
lightningd: addgossip API to inject gossip messages.
|
4 years ago |
test_invoices.py
|
invoice: add ctlv option.
|
4 years ago |
test_misc.py
|
pytest: detect warnings, too.
|
4 years ago |
test_onion.py
|
pytest: Actually make sure that the direcory exists
|
5 years ago |
test_pay.py
|
pytest: fix pay flake.
|
4 years ago |
test_plugin.py
|
pytest: Stabilize test_forward_event_notification
|
4 years ago |
test_wallet.py
|
fund/utxopsbt: flag 'excess_as_change' to add a change output for excess
|
4 years ago |
utils.py
|
lightningd: control onion messages by `experimental-onion-messages` option.
|
4 years ago |