lnd/chanbackup
Keagan McClelland e3a9d0acbe
multi: break ChannelConstraints into two sub-structures
This commit breaks the ChannelConstraints structure into two
sub-structures that reflect the fundamental differences in how
these parameters are used. On its face it may not seem necessary,
however the distinction introduced here is relevant for how we
will be implementing the Dynamic Commitments proposal.
2024-08-01 12:00:32 -07:00
..
backup_test.go multi: move many t.Fatalf calls to require.NoError 2022-06-17 04:26:55 +00:00
backup.go multi: fix fmt.Errorf error wrapping 2024-02-27 11:13:40 +00:00
backupfile_test.go multi: repleace ioutil.ReadFile 2024-04-25 11:22:43 +02:00
backupfile.go multi: repleace ioutil.ReadFile 2024-04-25 11:22:43 +02:00
log.go multi: add NewLogClosure in lnutils to avoid repetition 2024-07-25 21:25:23 +08:00
multi_test.go lnencrypt: Moves the crypto functions in the chanbackup package into its own package called lnencrypt 2022-09-30 01:53:45 -05:00
multi.go multi: fix fmt.Errorf error wrapping 2024-02-27 11:13:40 +00:00
pubsub_test.go multi: fix fmt.Errorf error wrapping 2024-02-27 11:13:40 +00:00
pubsub.go multi: add NewLogClosure in lnutils to avoid repetition 2024-07-25 21:25:23 +08:00
recover_test.go lnencrypt: Moves the crypto functions in the chanbackup package into its own package called lnencrypt 2022-09-30 01:53:45 -05:00
recover.go multi: add SpewLogClosure to avoid code repetition 2024-07-25 22:18:49 +08:00
single_test.go multi: break ChannelConstraints into two sub-structures 2024-08-01 12:00:32 -07:00
single.go multi: fix fmt.Errorf error wrapping 2024-02-27 11:13:40 +00:00