This adds a new record in the database that tracks whether account
discovery is needed on the wallet. By default, dcrlnd will perform an
account discovery process and will only mark as account discovery not
needed once the wallet is fully synced at least once.
This is only applicable to the embedded wallet, given that remote
wallets are controlled externally.
The dependencies are updated in an initial commit to be able to use
recently introduced methods to the wallet module.
This adds a new record in the database that tracks whether account discovery is needed on the wallet. By default, dcrlnd will perform an account discovery process and will only mark as account discovery not needed once the wallet is fully synced at least once.
This is only applicable to the embedded wallet, given that remote wallets are controlled externally.
The dependencies are updated in an initial commit to be able to use recently introduced methods to the wallet module.