lnd.xprv/channeldb
Olaoluwa Osuntokun 631e76519e channeldb: switch to Open/Create methods rather than New
Commit includes basic tests for Open/Create. Additionally, rather than
relying on btcwallet’s addmgr for encryption/decryption, this package
now exposes a simple crypto system interface.
2016-03-23 22:11:57 -07:00
..
channel_test.go channeldb: revocation hashes are 20 bytes 2016-01-14 23:56:08 -08:00
channel.go channeldb: switch to bolt.DB instead of walletdb.DB 2016-03-22 18:46:30 -07:00
db_test.go channeldb: switch to Open/Create methods rather than New 2016-03-23 22:11:57 -07:00
db.go channeldb: switch to Open/Create methods rather than New 2016-03-23 22:11:57 -07:00
doc.go channeldb: create new channeldb package, update lnwallet to use new API 2015-12-26 12:35:15 -06:00
error.go channeldb: switch to Open/Create methods rather than New 2016-03-23 22:11:57 -07:00
fees.go channeldb: create new channeldb package, update lnwallet to use new API 2015-12-26 12:35:15 -06:00
log.go multi: create lnd's logging infrastructure 2016-03-22 18:43:10 -07:00
nodes.go channeldb: move node ID/addr funds to node.go 2016-03-22 18:46:54 -07:00
route.go channeldb: create new channeldb package, update lnwallet to use new API 2015-12-26 12:35:15 -06:00