d422ebbc66
In this commit, we introduce a series of new abstractions for channel funding. The end goal is to enable uses cases that construct the funding transaction externally, eventually handing the funding outpoint to lnd. An example of such a use case includes channel factories and external channel funding using a hardware wallet. We also add a new chanfunding.Assembler meant to allow external channel funding in contexts similar to how channel factories can be constructed. With this channel funder, we'll only obtain the channel point and funding output from it, as this alone is enough to carry out a funding flow as normal. |
||
---|---|---|
.. | ||
assembler.go | ||
canned_assembler.go | ||
coin_select_test.go | ||
coin_select.go | ||
log.go | ||
wallet_assembler.go |