lnd.xprv/lnwallet
Olaoluwa Osuntokun 81f7efe1e0
lnwallet+funding: include node net address in reservation workflow
This commit modifies the existing channel reservation workflow slightly
to thread through the IP address that we were able to reach the node
at, or the one which the node reached us via. Additionally, rather than
using OpenChannel.FullSync() at the end of the reservation workflow, we
now use OpenChannel.FullSyncWithAddr() in order to create the
relationship in the database between the channel, and the p2p node we
created the channel with.

All tests, as well as a portion of the fundingManager have been updated
accordingly,
2016-10-26 14:56:58 -07:00
..
btcwallet multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00
channel_test.go lnwallet: update to adhere to new channeldb API change 2016-10-25 16:41:22 -07:00
channel.go lnwallet: update to adhere to new channeldb API change 2016-10-25 16:41:22 -07:00
config.go config: add --pendingchannel lnd flag 2016-10-22 02:11:18 +03:00
interface_test.go lnwallet+funding: include node net address in reservation workflow 2016-10-26 14:56:58 -07:00
interface.go multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00
log.go lnwallet: switch name of package logger to avoid module collision 2016-07-27 11:29:07 -07:00
reservation.go lnwallet+funding: include node net address in reservation workflow 2016-10-26 14:56:58 -07:00
script_utils_test.go multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00
script_utils.go multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00
wallet.go lnwallet+funding: include node net address in reservation workflow 2016-10-26 14:56:58 -07:00