lnd/htlcswitch
Wilmer Paulino 8cfb53f64a
lnwallet: support transactions and scripts for new commitment type
This commit modifies the channel state machine to be able to derive the
proper commitment and second-level HTLC output scripts required by the
new script-enforced leased channel commitment type.
2021-10-19 18:30:32 -07:00
..
hodl multi: add golang 1.17 compatible build tags 2021-09-29 17:31:37 -07:00
hop multi: add shutdown logs in subservers 2021-09-15 19:52:03 +08:00
circuit_map_test.go htlcswitch: clean circuits and keystones for closed channels 2021-09-23 13:24:15 +08:00
circuit_map.go multi: move all channelstate operations to ChannelStateDB 2021-09-29 17:00:03 +02:00
circuit_test.go multi: move all channelstate operations to ChannelStateDB 2021-09-29 17:00:03 +02:00
circuit.go htlcswitch: move hop iterator into htlcswitch/hop package 2019-09-05 15:30:31 +02:00
decayedlog_test.go multi: make decayed log DB remote compatible 2021-08-04 14:55:53 +02:00
decayedlog.go bbolt sync-freelist ignored 2021-09-27 06:49:56 +01:00
failure_detail.go htlcswitch: add linkError field to htlcpacket 2020-02-06 19:43:29 +02:00
failure.go htlcswitch: add linkError field to htlcpacket 2020-02-06 19:43:29 +02:00
htlcnotifier.go multi: add shutdown logs in subservers 2021-09-15 19:52:03 +08:00
interceptable_switch.go htlcswitch: set sourceRef when resolving packets through interceptor 2021-05-07 10:31:22 -03:00
interfaces.go multi: thread bandwidth check amount down to MayAddOutgoingHtlc 2021-10-19 09:50:51 +02:00
link_isolated_test.go htlcswitch: introduce and embed packetHandler interface in ChannelLink 2021-08-10 17:15:51 -04:00
link_test.go htlcswitch: respect minimum relay fee 2021-10-05 18:30:41 +02:00
link.go multi: thread bandwidth check amount down to MayAddOutgoingHtlc 2021-10-19 09:50:51 +02:00
linkfailure.go htlcswitch: extend ChannelLink interface with ShutdownIfChannelClean 2021-09-13 13:29:50 -04:00
log.go htlcswitch/hop: fix logging 2019-09-09 13:52:35 +02:00
mailbox_test.go htlcswitch: extend Mailbox iface with dust, fee methods 2021-09-30 13:44:34 -04:00
mailbox.go htlcswitch: extend Mailbox iface with dust, fee methods 2021-09-30 13:44:34 -04:00
mock.go multi: thread bandwidth check amount down to MayAddOutgoingHtlc 2021-10-19 09:50:51 +02:00
packet.go htlcswitch: expose custom records on intercepted packet 2020-06-27 11:00:46 +02:00
payment_result_test.go lnwire: prep wire messages for TLV extensions 2021-02-24 17:31:55 +01:00
payment_result.go multi: move all channelstate operations to ChannelStateDB 2021-09-29 17:00:03 +02:00
sequencer.go kvdb: move channeldb/kvdb to top level 2021-05-07 14:18:56 +02:00
switch_test.go htlcswitch: call evaluateDustThreshold in SendHTLC, handlePacketForward 2021-09-30 13:44:34 -04:00
switch.go Merge pull request #5642 from guggero/in-memory-graph 2021-10-04 11:20:23 +02:00
test_utils.go lnwallet: support transactions and scripts for new commitment type 2021-10-19 18:30:32 -07:00