lnd.xprv/watchtower/wtdb
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
..
client_chan_summary.go watchtower/wtdb: add ClientDB 2019-05-24 18:24:41 -07:00
client_db_test.go watchtower: extend client databse with CRUD operations for towers 2019-07-30 15:13:23 -07:00
client_db.go multi: fix linter errors 2019-08-07 10:53:10 +02:00
client_session.go watchtower: extend client databse with CRUD operations for towers 2019-07-30 15:13:23 -07:00
codec_test.go watchtower/wtdb/client_chan_summary: add ClientChanSummary 2019-05-23 20:48:36 -07:00
codec.go chainfee: create new chainfee package extracting fees from lnwallet 2019-10-31 16:41:57 -07:00
db_common.go channeldb + wtdb: specify freelist bbolt options by default 2019-07-08 18:41:25 -04:00
log.go multi: remove dead code 2019-09-10 17:21:59 +02:00
session_id.go watchtower/wtdb/session_id: adds SessoinID, client pubkey 2018-10-24 20:18:21 -07:00
session_info.go watchtower/multi: move BreachHint to blob pkg 2019-06-13 17:40:04 -07:00
session_state_update.go watchtower/multi: move BreachHint to blob pkg 2019-06-13 17:40:04 -07:00
tower_db_test.go watchtower/wtdb: apply sanity checks to session policy before accepting 2019-06-13 19:54:22 -07:00
tower_db.go watchtower/wtdb: apply sanity checks to session policy before accepting 2019-06-13 19:54:22 -07:00
tower.go watchtower: load persisted towers upon TowerClient creation 2019-07-30 15:18:17 -07:00
version.go watchtower/wtdb: add ClientDB 2019-05-24 18:24:41 -07:00