core-lightning/tests
Rusty Russell d8e68893f5 bcli: become less aggressive with onchain fee levels.
Users are more upset recently with the cost of unilateral closes
than they are the risk of being cheated.  While we complete our
anchor implementation so we can use low fees there, let's
get less aggressive (we already have 34 or 18 blocks to close
in the worst case).

The changes are:

- Commit transactions were "2 CONSERVATIVE" now "6 ECONOMICAL".
- HTLC resolution txs were "3 CONSERVATIVE" now "6 ECONOMICAL".
- Penalty txs were "3 CONSERVATIVE" now "12 ECONOMICAL".
- Normal txs were "4 ECONOMICAL" now "12 ECONOMICAL".

There can be no perfect levels, but we have had understandable
complaints recently about how high our default fee levels are.

Changelog-Changed: Protocol: channel feerates reduced to bitcoind's "6 block ECONOMICAL" rate.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-05-11 11:25:16 +09:30
..
data pytest: fix spurious failure in test_local_basepoints_cache. 2021-04-12 23:03:47 +02:00
fuzz tests/fuzz: update for fmt_amount changes, create pseudorand for fuzzing. 2021-04-21 06:51:03 +09:30
plugins pay: Add notification for pay_success 2021-05-03 11:20:15 +09: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 pytest: silence pytest warnings about unregistered 'slow_test' marker 2020-11-10 16:17:04 -06:00
db.py pytest: Have the DB provider search for the postgres binary 2019-09-22 02:03:43 +00:00
fixtures.py pytest: Really only check DB statements if the env-var is "1" 2021-01-04 11:25:50 +01:00
test_closing.py bcli: become less aggressive with onchain fee levels. 2021-05-11 11:25:16 +09:30
test_connection.py bcli: become less aggressive with onchain fee levels. 2021-05-11 11:25:16 +09:30
test_db.py wallet: Load local basepoints from the database alongside the hsmd 2021-03-09 14:58:29 +10:30
test_gossip.py connect: return address we actually connected to. 2021-03-17 08:38:08 +10:30
test_invoices.py invoice: add ctlv option. 2021-01-08 10:45:56 +01:00
test_misc.py bcli: become less aggressive with onchain fee levels. 2021-05-11 11:25:16 +09:30
test_onion.py pytest: Actually make sure that the direcory exists 2020-03-24 09:52:33 +10:30
test_opening.py tests: add test for funder options 2021-05-03 11:06:10 +09:30
test_pay.py bcli: become less aggressive with onchain fee levels. 2021-05-11 11:25:16 +09:30
test_plugin.py pay: Add notification for pay_success 2021-05-03 11:20:15 +09:30
test_wallet.py pytest: make it work with latest bitcoind master branch. 2021-04-24 13:57:16 +09:30
utils.py pytest: make it work with latest bitcoind master branch. 2021-04-24 13:57:16 +09:30