rgb-cln/tests
darosior d4fe4073a4 lightning/bitcoind: adapt and batch fees estimations
This adapts our fee estimations requests to the Bitcoin backend to the
new semantic, and batch the requests.

This makes our request for fees much simpler, and leaves some more
flexibility for a plugin to do something smart (it could still lie before
but now it's explicit, at least.) as we don't explicitly request
estimation for a specific mode and a target.

Changelog-Changed: We now batch the requests for fee estimation to our Bitcoin backend.
Changelog-Changed: We now get more fine-grained fee estimation from our Bitcoin backend.
2020-03-30 20:17:18 +10:30
..
data pytest: test db upgrade. 2019-09-06 14:19:14 +02:00
plugins lightning/bitcoind: adapt and batch fees estimations 2020-03-30 20:17:18 +10:30
vectors pytest: Add tests for the sphinx onion generation and processing 2020-03-12 10:25:01 +10:30
benchmark.py py-tests: rename 'announce' to 'wait_for_announce' 2018-12-08 15:15:55 -08:00
conftest.py
db.py pytest: Have the DB provider search for the postgres binary 2019-09-22 02:03:43 +00:00
fixtures.py pytest: Configure logging in a fixture to match stdout capturing 2020-03-24 09:52:33 +10:30
requirements.txt fix: pip dependency version for psycopg2-binary 2019-12-19 13:26:13 +01:00
test_closing.py chaintopology: better feerate targets differentiation 2020-03-30 20:17:18 +10:30
test_connection.py pytest: Unbreak the test_feerate_spam test for elementsd 2020-03-24 09:52:33 +10:30
test_db.py pytest: Fix optimistic locking in valgrind - developer config 2020-01-13 08:55:32 +08:00
test_gossip.py pytest: use pyln.client for functional tests 2020-01-21 22:38:14 +01:00
test_invoices.py channeld: channel drain mitigation. 2020-02-11 15:34:05 +01:00
test_misc.py lightning/bitcoind: adapt and batch fees estimations 2020-03-30 20:17:18 +10:30
test_onion.py pytest: Actually make sure that the direcory exists 2020-03-24 09:52:33 +10:30
test_pay.py test: receivable_msat similar to spendable_msat 2020-03-27 12:33:23 +01:00
test_plugin.py plugins: remove 'blank' option parsing for bool 2020-03-21 16:29:52 +10:30
test_wallet.py txprepare: don't crash if we are passed unconfirmed utxos 2020-02-21 17:52:02 +01:00
utils.py Protocol: make var_onion, payment_secret and basic_mpp non-EXPERIMENTAL. 2019-12-12 22:16:03 +01:00