lnd version, "hacked" to enable seedless restore from xprv + scb
Go to file
Joseph Poon 266c121510 Changed type in Accept/Complete & lnwire refactor
* FundingSignAccept and FundingSingComplete had *[]btcec.Signature and
  instead it's now []*btcec.Signature to match other slice types.
* Refactored lnwire's when doing readElement/writeElement on slices
2016-01-14 23:56:09 -08:00
chainntfs chaintfns: skeleton of first notifier 2015-12-16 22:55:22 -06:00
channeldb channeldb: revocation hashes are 20 bytes 2016-01-14 23:56:08 -08:00
cmd lncli: note to self about future auth 2016-01-14 23:56:08 -08:00
lndc trying to store private identity key. Doesn't work. 2016-01-14 23:56:08 -08:00
lnrpc lnrpc: re-build proto files 2016-01-14 23:55:45 -08:00
lnwallet lnwallet: start of HTLC update logic 2016-01-14 23:56:09 -08:00
lnwire Changed type in Accept/Complete & lnwire refactor 2016-01-14 23:56:09 -08:00
shachain shachain: revocation hashes are now hash160's 2016-01-14 23:56:08 -08:00
.gitignore add functions to rpc.proto, start lnshell 2016-01-14 23:55:45 -08: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 trying to store private identity key. Doesn't work. 2016-01-14 23:56:08 -08:00
README.md blank README 2015-10-27 15:49:56 -07:00
rpcserver.go trying to store id pkh. Doesn't work; wallet creation never completes 2016-01-14 23:56:08 -08:00
server.go add some daemon related skeleton files 2015-12-26 00:09:17 -06:00