core-lightning/lightningd/opening
Rusty Russell 6cf8a19881 lightningd/opening: receive details for remote config acceptance, not min/max.
The requirements for accepting the remote config are more complex than
a simple min/max value, as various parameters are related.  It turns
out that with a few assumptions, we can boil this down to:

1.  The valid feerate range.
2.  The minimum effective HTLC throughput we want
3.  The a maximum delay we'll accept for us to redeem.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-02-24 16:22:56 +10:30
..
Makefile lightningd/opening: opening daemon. 2017-02-21 15:15:29 +10:30
opening_control_wire.csv lightningd/opening: receive details for remote config acceptance, not min/max. 2017-02-24 16:22:56 +10:30
opening_status_wire.csv lightningd/handshake: rename WIRE_BAD_COMMAND to WIRE_HANDSHAKE_BAD_COMMAND 2017-02-24 16:22:56 +10:30
opening.c lightningd/opening: receive details for remote config acceptance, not min/max. 2017-02-24 16:22:56 +10:30