lnd/watchtower/wtdb
Elle Mouton 15858cae1c
watchtower+lnrpc: remove AckedUpdates from ClientSession struct
In this commit, we start making use of the new ListClientSession
functional options added in the previous commit. We use the functional
options in order to calculate the max commit heights per channel on the
construction of the tower client. We also use the options to count the
total number of acked and committed updates. With this commit, we are
also able to completely remove the AckedUpdates member of the
ClientSession since it is no longer used anywhere in the code.
2022-10-13 14:36:33 +02:00
..
migration1 watchtower/wtdb: add new towerID-to-sessionID index 2022-10-13 11:30:27 +02:00
client_chan_summary.go watchtower/wtdb: add ClientDB 2019-05-24 18:24:41 -07:00
client_db.go watchtower+lnrpc: remove AckedUpdates from ClientSession struct 2022-10-13 14:36:33 +02:00
client_db_test.go watchtower+lnrpc: remove AckedUpdates from ClientSession struct 2022-10-13 14:36:33 +02:00
client_session.go watchtower+lnrpc: remove AckedUpdates from ClientSession struct 2022-10-13 14:36:33 +02:00
codec.go chainfee: create new chainfee package extracting fees from lnwallet 2019-10-31 16:41:57 -07:00
codec_test.go watchtower/wtdb: update tests to use require package 2022-10-13 11:30:26 +02:00
db_common.go multi: make watchtower client/server DBs remote compatible 2021-08-04 14:55:53 +02:00
log.go watchtower/wtdb: add new towerID-to-sessionID index 2022-10-13 11:30:27 +02:00
session_id.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
session_info.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
session_state_update.go watchtower/multi: move BreachHint to blob pkg 2019-06-13 17:40:04 -07:00
tower.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
tower_db.go multi: make watchtower client/server DBs remote compatible 2021-08-04 14:55:53 +02:00
tower_db_test.go watchtower/wtdb: update tests to use require package 2022-10-13 11:30:26 +02:00
version.go watchtower/wtdb: add new towerID-to-sessionID index 2022-10-13 11:30:27 +02:00