lnd.xprv/lnwallet
Olaoluwa Osuntokun 4fdb2763e6 channeldb: create new channeldb package, update lnwallet to use new API
* Initial draft of brain dump of chandler. Nothing yet set in stone.
* Will most likely move the storage of all structs to a more “column”
oriented approach. Such that, small updates like incrementing the total
satoshi sent don’t result in the entire struct being serialized and
written.
* Some skeleton structs for other possible data we might want to store
are also included.
* Seem valuable to record as much data as possible for record keeping,
visualization, debugging, etc. Will need to set up a time+space+dirty
cache to ensure performance isn’t impacted too much.
2015-12-26 12:35:15 -06:00
..
channel.go channeldb: create new channeldb package, update lnwallet to use new API 2015-12-26 12:35:15 -06:00
coin_select.go lnwallet: re-name package to lnwallet, though it was? 2015-12-20 00:00:50 -06:00
config.go lnwallet: touch config smelly 2015-12-26 00:11:39 -06:00
reservation.go channeldb: create new channeldb package, update lnwallet to use new API 2015-12-26 12:35:15 -06:00
script_utils.go lnwallet: add function to locate script index to script_utils.go 2015-12-20 21:47:29 -06:00
setup.go lnwallet: re-name package to lnwallet, though it was? 2015-12-20 00:00:50 -06:00
wallet_test.go channeldb: create new channeldb package, update lnwallet to use new API 2015-12-26 12:35:15 -06:00
wallet.go channeldb: create new channeldb package, update lnwallet to use new API 2015-12-26 12:35:15 -06:00