lnd/feature
positiveblue aee52294c7
feature: remove ScidAliasOptional dependency on ExplicitChannelTypeOptional
The [spec](https://github.com/lightning/bolts/blob/master/09-features.md)
does not specify a dependency between `ScidAliasOptional` (47) and
`ExplicitChannelTypeOptional` (45).

This bug lead to some connectivity issues with peers not setting the
45 feature bit while setting the 47.

The issue [6802](https://github.com/lightningnetwork/lnd/issues/6802) is
an example of this.
2022-08-08 10:11:06 -07:00
..
default_sets.go lnwire+feature: new zero-conf, scid-alias feature bit + chantypes 2022-07-07 17:10:24 -04:00
deps_test.go multi: formatting and comment fixes 2022-02-10 11:02:02 +01:00
deps.go feature: remove ScidAliasOptional dependency on ExplicitChannelTypeOptional 2022-08-08 10:11:06 -07:00
manager_internal_test.go multi: move many t.Fatalf calls to require.NoError 2022-06-17 04:26:55 +00:00
manager.go lnwire+feature: new zero-conf, scid-alias feature bit + chantypes 2022-07-07 17:10:24 -04:00
required.go feature/required: add ValidateRequired method 2020-01-08 12:24:37 -08:00
set.go feature/set: add SetInvoiceAmp 2021-05-10 16:55:16 -07:00