lnd version, "hacked" to enable seedless restore from xprv + scb
Go to file
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
chainntfs chaintfns: skeleton of first notifier 2015-12-16 22:55:22 -06:00
channeldb channeldb: create new channeldb package, update lnwallet to use new API 2015-12-26 12:35:15 -06:00
lnwallet channeldb: create new channeldb package, update lnwallet to use new API 2015-12-26 12:35:15 -06:00
shachain shachain: switch encode/decode methods to use io.Reader/Writer 2015-12-24 12:48:24 -06:00
config.go add some daemon related skeleton files 2015-12-26 00:09:17 -06:00
doc.go add some daemon related skeleton files 2015-12-26 00:09:17 -06:00
Dockerfile add some daemon related skeleton files 2015-12-26 00:09:17 -06:00
log.go add some daemon related skeleton files 2015-12-26 00:09:17 -06:00
peer_test.go plasma: rough draft of peer struct 2015-12-20 15:16:38 -06:00
peer.go plasma: correct commit with sketch of lnwire.Message interface 2015-12-20 21:47:00 -06:00
plasma.go empty daemon entry point 2015-12-16 18:42:52 -06:00
README.md blank README 2015-10-27 15:49:56 -07:00
rpcserver.go add some daemon related skeleton files 2015-12-26 00:09:17 -06:00
server.go add some daemon related skeleton files 2015-12-26 00:09:17 -06:00