lnd.xprv/lnwallet
Olaoluwa Osuntokun 25577b6cd5
lnwallet: add test cases for single funder workflow
This commit adds additional test cases to test both cases (initiator vs
responder) for a single funder channel workflow. Additionally, the
previous dual funder tests have been extended in order to detect proper
funding channel broadcast, and the ChainNotifier’s role in notifying
upstream callers that a funding transaction has been embedded in the
chain at a sufficient depth.

At this point the tests certainly need to be cleaned up. bobNode should
be replaced with a second instance of the wallet modeling a remote
peer.
2016-06-21 13:13:45 -07:00
..
channel.go lnwallet: implement cooperative closure for LightningChannel 2016-06-21 13:13:22 -07:00
coin_select.go multi: change all imports to roasbeef's forks 2016-05-15 17:22:37 +03:00
config.go multi: change all imports to roasbeef's forks 2016-05-15 17:22:37 +03:00
interface.go multi: change all imports to roasbeef's forks 2016-05-15 17:22:37 +03:00
log.go multi: change all imports to roasbeef's forks 2016-05-15 17:22:37 +03:00
reservation.go lnwallet: add single funder workflow to ChannelReservation 2016-06-21 13:13:26 -07:00
script_utils.go multi: change all imports to roasbeef's forks 2016-05-15 17:22:37 +03:00
setup.go multi: change all imports to roasbeef's forks 2016-05-15 17:22:37 +03:00
wallet_test.go lnwallet: add test cases for single funder workflow 2016-06-21 13:13:45 -07:00
wallet.go lnwallet: add support for single funder workflow 2016-06-21 13:13:41 -07:00