rgb-cln/contrib
darosior dce2e87928 chaintopology: better feerate targets differentiation
We kept track of an URGENT, a NORMAL, and a SLOW feerate. They were used
for opening (NORMAL), mutual (NORMAL), UNILATERAL (URGENT) transactions
as well as minimum and maximum estimations, and onchain resolution.

We now keep track of more fine-grained feerates:
- `opening` used for funding and also misc transactions
- `mutual_close` used for the mutual close transaction
- `unilateral_close` used for unilateral close (commitment transactions)
- `delayed_to_us` used for resolving our output from our unilateral close
- `htlc_resolution` used for resolving onchain HTLCs
- `penalty` used for resolving revoked transactions

We don't modify our requests to our Bitcoin backend, as the next commit
will batch them !

Changelog-deprecated: The "urgent", "slow", and "normal" field of the `feerates` command are now deprecated.
Changelog-added: The fields "opening", "mutual_close", "unilateral_close", "delayed_to_us", "htlc_resolution" and "penalty" have been added to the `feerates` command.
2020-03-30 20:17:18 +10:30
..
init systemd: After=network-online.target 2019-08-20 20:14:36 +02:00
plugins pyln: Migrate remaining uses of the deprecated pylightning module 2020-03-24 09:52:33 +10:30
pylightning pyln: Add unit tests from pyln-* to `make check-python` 2020-02-01 16:50:58 +01:00
pyln-client plugins: add 'flag' type for plugin options 2020-03-21 16:29:52 +10:30
pyln-proto chore: updates coincurve requirement to v13 2020-02-18 10:10:17 +10:30
pyln-testing chaintopology: better feerate targets differentiation 2020-03-30 20:17:18 +10:30
Dockerfile.builder python2: Remove python2 dependency from docs and dockerfiles 2020-02-27 09:18:24 +10:30
Dockerfile.builder.fedora python2: Remove python2 dependency from docs and dockerfiles 2020-02-27 09:18:24 +10:30
bootstrap-node.sh contrib: make stricter shellcheck from Ubuntu 18.04 happy 2019-08-23 08:22:28 -07:00
lightning-cli.bash-completion bash-completion: include underscores 2019-07-09 13:23:14 +02:00
linuxarm32v7.Dockerfile python2: Remove python2 dependency from docs and dockerfiles 2020-02-27 09:18:24 +10:30
linuxarm64v8.Dockerfile python2: Remove python2 dependency from docs and dockerfiles 2020-02-27 09:18:24 +10:30
short_channel_id-to-txid.sh Add compability to current formalism to short_channel_id-to-txid.sh 2019-10-04 00:38:52 +00:00
startup_regtest.sh contrib: fixup documentation of l1/2-log 2019-11-13 03:31:20 +00:00