lnd.xprv/watchtower/wtdb
Conner Fromknecht ec7c16fdc1
watchtower/wtdb: prepare for addition of client db
This commit renames the variables dbName to towerDBName and dbVersions
to towerDBVersions, to distinguish between the upcoming clientDBName
clientDBVersions. We also move resusable portions of the database
initialization and default endianness to its own file so that it can be
shared between both tower and client databases.
2019-05-23 20:47:08 -07:00
..
breach_hint.go watchtower/wtdb/breach_hint: adds BreachHint, txid prefix 2018-10-24 20:18:17 -07:00
client_session.go multi: fix spelling mistakes 2019-05-04 15:35:37 -07:00
codec_test.go watchtower/wtdb/codec_test: encode/decode quick checks 2019-04-26 17:21:05 -07:00
codec.go watchtower/wtdb/codec: import channeldb code for extension 2019-04-26 17:20:36 -07:00
db_common.go watchtower/wtdb: prepare for addition of client db 2019-05-23 20:47:08 -07:00
log.go watchtower/wtdb/log: add WTDB logs 2019-04-26 17:21:20 -07:00
session_id.go watchtower/wtdb/session_id: adds SessoinID, client pubkey 2018-10-24 20:18:21 -07:00
session_info.go watchtower/wtdb: add encode/decode to session info + updates 2019-04-26 17:20:52 -07:00
session_state_update.go multi: fix spelling mistakes 2019-05-04 15:35:37 -07:00
tower_db_test.go watchtower/wtdb/tower_db_test: add mock+bolt iface tests 2019-04-26 17:21:48 -07:00
tower_db.go watchtower/wtdb: prepare for addition of client db 2019-05-23 20:47:08 -07:00
tower.go watchtower/wtclient/interface: add LoadTower and mock impl 2019-04-23 19:17:21 -07:00
version.go watchtower/wtdb: prepare for addition of client db 2019-05-23 20:47:08 -07:00