mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-15 12:50:15 +02:00
In this commit, we move the serialisation details of a channel's features to the DB layer and change the `models` field to instead use a more useful `*lnwire.FeatureVector` type. This makes the features easier to work with and moves the serialisation to where it is actually used. |
||
|---|---|---|
| .. | ||
| chan_status_manager.go | ||
| chan_status_manager_test.go | ||
| channel_announcement.go | ||
| channel_announcement_test.go | ||
| channel_state.go | ||
| channel_update.go | ||
| channel_update_test.go | ||
| host_ann.go | ||
| host_ann_test.go | ||
| interface.go | ||
| log.go | ||
| msg_hash.go | ||
| node_announcement.go | ||
| node_signer.go | ||
| sign.go | ||