2dddbc84d9
In this commit, we add a new legacy protocol command line flag: `committweak`. When set, this forces the node to NOT signal usage of the new commitment format. This allows us to test that we're able to properly establish channels with legacy nodes. Within the server, we'll now gate our signalling of this new feature based on the legacy protocol config. Finally, when accepting/initiating a new channel funding, we'll now check both the local and remote global feature bits, only using the new commitment format if both signal the global feature bit. |
||
---|---|---|
.. | ||
address_test.go | ||
address.go | ||
caches.go | ||
interface.go | ||
monitoring_off.go | ||
monitoring_on.go | ||
protocol_legacy_off.go | ||
protocol_legacy_on.go | ||
watchtower.go | ||
workers_test.go | ||
workers.go | ||
wtclient.go |