lnd.xprv/lnwire
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
..
ESCROWED_HTLC_NOTES Messages for funding flow. 2015-12-30 05:38:57 -08:00
FLOW.md FundReq/FundResp update / Refactor tests 2016-01-14 23:56:08 -08:00
funding_request_test.go FundReq/FundResp update / Refactor tests 2016-01-14 23:56:08 -08:00
funding_request.go FundReq/FundResp update / Refactor tests 2016-01-14 23:56:08 -08:00
funding_response_test.go FundReq/FundResp update / Refactor tests 2016-01-14 23:56:08 -08:00
funding_response.go FundReq/FundResp update / Refactor tests 2016-01-14 23:56:08 -08:00
funding_signaccept_test.go FundReq/FundResp update / Refactor tests 2016-01-14 23:56:08 -08:00
funding_signaccept.go FundReq/FundResp update / Refactor tests 2016-01-14 23:56:08 -08:00
funding_signcomplete_test.go FundReq/FundResp update / Refactor tests 2016-01-14 23:56:08 -08:00
funding_signcomplete.go FundReq/FundResp update / Refactor tests 2016-01-14 23:56:08 -08:00
lnwire_test.go FundReq/FundResp update / Refactor tests 2016-01-14 23:56:08 -08:00
lnwire.go Messages for funding flow. 2015-12-30 05:38:57 -08:00
message.go Messages for funding flow. 2015-12-30 05:38:57 -08:00