core-lightning/tests
Vasil Dimov 158d2212c2 closingd: configurable closing fee negotiation step
When negotiating the transaction fee for closing a channel [1], we used
to always pick the middle of the range between our proposal and the
peer's proposal.

Introduce a new option `fee_negotiation_step` to the close command, so
the peer who initiates the close can choose his back off step.

Partially resolves https://github.com/ElementsProject/lightning/issues/3270

[1] https://github.com/lightningnetwork/lightning-rfc/blob/master/02-peer-protocol.md#closing-negotiation-closing_signed

Changelog-Added: New optional parameter to the `close` command to control the closing transaction fee negotiation back off step
2020-04-07 13:52:48 +09:30
..
data pytest: test db upgrade. 2019-09-06 14:19:14 +02:00
plugins plugins: add feature_set to init object. 2020-04-03 13:13:21 +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 pytest: Pass result to fixtures and keep directories of failed tests 2018-08-07 00:54:19 +00:00
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 closingd: configurable closing fee negotiation step 2020-04-07 13:52:48 +09:30
test_connection.py plugins/fundchannel: make 'all' do the right thing for wumbo. 2020-04-03 13:13:21 +10:30
test_db.py pytest: Fix optimistic locking in valgrind - developer config 2020-01-13 08:55:32 +08:00
test_gossip.py connectd: permit multiple descriptors of the same type. 2020-03-31 13:36:02 +02:00
test_invoices.py channeld: channel drain mitigation. 2020-02-11 15:34:05 +01:00
test_misc.py pytest: skip some test when DEPRECATED_APIS is enabled. 2020-04-05 11:06:27 +09:30
test_onion.py pytest: Actually make sure that the direcory exists 2020-03-24 09:52:33 +10:30
test_pay.py bcli: use a more urgent feerate for HTLCs and penalty transactions 2020-04-01 23:02:47 -05:00
test_plugin.py pytest: skip some test when DEPRECATED_APIS is enabled. 2020-04-05 11:06:27 +09:30
test_wallet.py wallet: allow to withdraw with unconfirmed utxos 2020-04-01 22:58:18 -05:00
utils.py pytest: skip some test when DEPRECATED_APIS is enabled. 2020-04-05 11:06:27 +09:30