lnd.xprv/watchtower/wtwire
Olaoluwa Osuntokun 777ed104a3
chainfee: create new chainfee package extracting fees from lnwallet
In this commit, we create a new chainfee package, that houses all fee
related functionality used within the codebase. The creation of this new
package furthers our long-term goal of extracting functionality from the
bloated `lnwallet` package into new distinct packages. Additionally,
this new packages resolves a class of import cycle that could arise if a
new package that was imported by something in `lnwallet` wanted to use
the existing fee related functions in the prior `lnwallet` package.
2019-10-31 16:41:57 -07:00
..
create_session_reply.go watchtower/wtwire/create_session_reply: return last applied 2019-04-23 20:05:47 -07:00
create_session.go chainfee: create new chainfee package extracting fees from lnwallet 2019-10-31 16:41:57 -07:00
delete_session_reply.go watchtower/wtwire/error_code: add DeleteSessionCodeNotFound string 2019-04-23 20:06:56 -07:00
delete_session.go watchtower/wtwire: add DeleteSession and DeleteSessionReply message 2019-03-19 19:38:09 -07:00
error_code.go watchtower/wtwire/error_code: add DeleteSessionCodeNotFound string 2019-04-23 20:06:56 -07:00
error.go multi: fix spelling mistakes 2019-05-04 15:35:37 -07:00
features.go watchtower/multi: define AltruistSessions feature bit as 0/1 2019-06-13 19:54:21 -07:00
init_test.go watchtower/multi: define AltruistSessions feature bit as 0/1 2019-06-13 19:54:21 -07:00
init.go watchtower/wtwire/init: add CheckRemoteInit method 2019-02-08 20:01:54 -08:00
message.go watchtower/wtwire/message: bump wtwire messages outside reserved ranges 2019-06-13 19:54:21 -07:00
state_update_reply.go watchtower/wtwire/state_update_reply: ack w/ highest seqnum or error 2018-10-23 18:28:28 -07:00
state_update.go watchtower/wtwire/state_update: sends encrypted blobs 2018-10-23 18:28:27 -07:00
summary.go wtwire/create_session: add RewardBase field to CreateSession 2019-01-31 18:17:35 -08:00
wtwire_test.go watchtower/wtwire: add DeleteSession and DeleteSessionReply message 2019-03-19 19:38:09 -07:00
wtwire.go chainfee: create new chainfee package extracting fees from lnwallet 2019-10-31 16:41:57 -07:00