lnd.xprv/lnwallet/btcwallet
Wilmer Paulino 1ad0dbade9
btcwallet: return chain best timestamp while backend is syncing
A while back, changes were made to the wallet such that it waits for the
backend to be synced before beginning to store the latest 10,000 blocks
of the chain. This inherently broke sync progress implementations based
on the best_header_timestamp result from the GetInfo RPC for
neutrino-based nodes as the wallet is no longer tracking all blocks in
the chain. To work around this, we now make sure to return the backend's
best header timestamp instead of the wallet's, allowing said sync
progress implementations to work again.
2020-10-19 13:57:30 -07:00
..
blockchain.go lnwallet+chainntnfs: update to use latest neutrino APIs 2019-09-11 05:57:06 -07:00
btcwallet_rpctest.go lnwallet/btcwallet: use fast scrypt options in itest 2020-03-24 09:52:40 +01:00
btcwallet.go btcwallet: return chain best timestamp while backend is syncing 2020-10-19 13:57:30 -07:00
config.go multi: support sync freelist option within btcwallet 2019-10-04 12:19:40 -04:00
driver.go multi: sort import paths with gofmt 2018-08-02 18:20:49 -07:00
signer.go btcwallet: use new base wallet methods 2020-10-03 10:34:39 +02:00