lnd version, "hacked" to enable seedless restore from xprv + scb
Go to file
Joseph Poon 0d4c78e90d FundReq/FundResp update / Refactor tests
* Added field
* Renamed FundingAmount and ReserveAmount to specify in FundingRequest
  and FundingResponse that it is for RequesterFundingAmount or
  ResponderFundingAmount
* Added PaymentAmount field to FundingRequest
* Added MinDepth field to FundingRequest and FundingResponse
* Fixed .Serialize() to show inputs/etc. only if there are fields
  available (prevents trying to dereference nil value)
* Add a bunch of Validate() conditions
* MASSIVE REFACTOR of tests (removed tons of redundancy)
2016-01-14 23:56:08 -08:00
chainntfs chaintfns: skeleton of first notifier 2015-12-16 22:55:22 -06:00
channeldb trying to store id pkh. Doesn't work; wallet creation never completes 2016-01-14 23:56:08 -08:00
cmd trying to store private identity key. Doesn't work. 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 identify where it freezes. in btcwallet/walletdb/interface.go:271 2016-01-14 23:56:08 -08:00
lnwire FundReq/FundResp update / Refactor tests 2016-01-14 23:56:08 -08:00
shachain shachain: switch encode/decode methods to use io.Reader/Writer 2015-12-24 12:48:24 -06: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