core-lightning/lightningd
trueptolemy 92b40cb68a fix:Add infor about how many blocks needed until funding is confirmed
1. Rename channel_funding_locked to channel_funding_depth in
channeld/channel_wire.csv.
2. Add minimum_depth in struct channel in common/initial_channel.h and
change corresponding init function: new_initial_channel().
3. Add confirmation_needed in struct peer in channeld/channeld.c.
4. Rename channel_tell_funding_locked to channel_tell_depth.
5. Call channel_tell_depth even if depth < minimum, and still call
lockin_complete in channel_tell_depth, iff depth > minimum_depth.
6. channeld ignore the channel_funding_depth unless its >
minimum_depth(except to update billboard, and set
peer->confirmation_needed = minimum_depth - depth).
2019-04-07 23:45:35 +00:00
..
test fix:Add infor about how many blocks needed until funding is confirmed 2019-04-07 23:45:35 +00:00
.gitignore
bitcoind.c Remove Sensitive RPC Data from Logs (#2520) 2019-04-03 03:06:06 +00:00
bitcoind.h
chaintopology.c
chaintopology.h
channel_control.c fix:Add infor about how many blocks needed until funding is confirmed 2019-04-07 23:45:35 +00:00
channel_control.h fix:Add infor about how many blocks needed until funding is confirmed 2019-04-07 23:45:35 +00:00
channel_state.h
channel.c adds: new db fields and struct variables 2019-03-15 02:48:18 +00:00
channel.h adds: new db fields and struct variables 2019-03-15 02:48:18 +00:00
closing_control.c
closing_control.h
connect_control.c
connect_control.h
gossip_control.c Update getroute helptext 2019-04-04 15:13:47 +02:00
gossip_control.h
gossip_msg.c
gossip_msg.h
hsm_control.c Fix the version of bip32 private_key generation 2019-03-18 02:47:04 +00:00
hsm_control.h
htlc_end.c
htlc_end.h
invoice.c
invoice.h
json_stream.c
json_stream.h
json.c
json.h
jsonrpc.c
jsonrpc.h
lightningd.c
lightningd.h
log_status.c
log_status.h
log.c
log.h
Makefile
memdump.c
memdump.h
notification.c
notification.h
onchain_control.c
onchain_control.h
opening_control.c adds: new db fields and struct variables 2019-03-15 02:48:18 +00:00
opening_control.h
options.c allow plugin opts in config 2019-03-28 13:47:27 +01:00
options.h
pay.c listsendpays: updated version of listpayments. 2019-02-23 05:45:25 +00:00
pay.h
peer_control.c fix:Add infor about how many blocks needed until funding is confirmed 2019-04-07 23:45:35 +00:00
peer_control.h
peer_htlcs.c Documentation: Update to BOLT v1.0. 2019-04-01 13:22:05 +02:00
peer_htlcs.h
ping.c
ping.h
plugin_hook.c
plugin_hook.h
plugin.c plugins: patch in empty string when no default given 2019-03-31 20:07:27 +02:00
plugin.h
subd.c
subd.h
watch.c
watch.h