lnd.xprv/sweep
Joost Jager e01600fdb8
sweep: add wallet inputs to reach dust limit
This commit allows sweeper to sweep inputs that on its own are not able
to form a sweep transaction that meets the dust limit.

This functionality is useful for sweeping small outputs. In the future,
this will be particularly important to sweep anchors. Anchors will
typically be spent with a relatively large fee to pay for the parent tx.
It will then be necessary to attach an additional wallet utxo.
2019-12-17 22:00:39 +01:00
..
backend_mock_test.go sweep: add wallet inputs to reach dust limit 2019-12-17 22:00:39 +01:00
defaults_rpctest.go sweep: add time-based sweeper 2018-12-18 10:50:17 +01:00
defaults.go sweep: add time-based sweeper 2018-12-18 10:50:17 +01:00
fee_estimator_mock_test.go chainfee: create new chainfee package extracting fees from lnwallet 2019-10-31 16:41:57 -07:00
interface.go sweep: add wallet inputs to reach dust limit 2019-12-17 22:00:39 +01:00
log.go multi: modify sweeper.CreateSweepTx to accept conf target, style changes 2018-10-18 18:08:27 -07:00
store_mock.go sweep: add sweeper store 2018-12-18 10:50:16 +01:00
store_test.go sweep: use bbolt DB directly instead of channeldb 2019-10-14 15:32:53 +02:00
store.go sweep: use bbolt DB directly instead of channeldb 2019-10-14 15:32:53 +02:00
sweeper_test.go sweep: add wallet inputs to reach dust limit 2019-12-17 22:00:39 +01:00
sweeper.go sweep: add wallet inputs to reach dust limit 2019-12-17 22:00:39 +01:00
test_utils.go sweep: use chain notifier instead of chain IO for best block 2019-10-14 15:32:54 +02:00
tx_input_set_test.go sweep: add wallet inputs to reach dust limit 2019-12-17 22:00:39 +01:00
tx_input_set.go sweep: add wallet inputs to reach dust limit 2019-12-17 22:00:39 +01:00
txgenerator_test.go input+sweep: log input witness types instead of CSV/CLTV count 2019-10-23 17:09:31 +02:00
txgenerator.go sweep: add wallet inputs to reach dust limit 2019-12-17 22:00:39 +01:00
walletsweep_test.go chainfee: create new chainfee package extracting fees from lnwallet 2019-10-31 16:41:57 -07:00
walletsweep.go chainfee: create new chainfee package extracting fees from lnwallet 2019-10-31 16:41:57 -07:00