lnd.xprv/sweep
Oliver Gugger 8e4a897a60
sweep: use chain notifier instead of chain IO for best block
Because the BestBlock method of ChainIO is not exposed through any
RPC we want to get rid of it so we can use the sweeper outside of
lnd too. Since the chain notifier now also delivers the current best
block we don't need the BestBlock method any more.
2019-10-14 15:32:54 +02:00
..
backend_mock_test.go sweep: add sweeper test 2018-12-18 10:50:19 +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 multi: support arbitrary client fee preferences to UtxoSweeper 2019-05-24 15:30:38 -07: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: use chain notifier instead of chain IO for best block 2019-10-14 15:32:54 +02:00
sweeper.go sweep: use chain notifier instead of chain IO for best block 2019-10-14 15:32:54 +02:00
test_utils.go sweep: use chain notifier instead of chain IO for best block 2019-10-14 15:32:54 +02:00
txgenerator_test.go sweep: add test to make sure fee estimation is correct 2019-10-14 15:32:53 +02:00
txgenerator.go input: update CommitSpendNoDelay to be aware of tweakless commits, add new witness type 2019-09-25 18:25:37 -07:00
walletsweep_test.go sweep: remove unnecessary use of FetchInputInfo within CraftSweepAllTx 2019-08-22 13:49:40 -07:00
walletsweep.go sweep: remove unnecessary use of FetchInputInfo within CraftSweepAllTx 2019-08-22 13:49:40 -07:00