You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a dcrwalletnotify driver for chainntnfs such that it can use cfiltersV2 to perform the chain watching capabilities (fulfill the chainntnfs.ChainNotifier interface)
Create an WalletChainIO to fulfill lnwallet.BlockChainIO interface
(only GetUtxo() is potentially faster in rpc mode vs spv so for the most part deprecate RPChainIO and use WalletChainIO even in rpc mode (Switch to wallet-backed chain io in dcrlnd #94)
Issue to track the changes needed for SPV support
dcrwalletnotify
driver forchainntnfs
such that it can use cfiltersV2 to perform the chain watching capabilities (fulfill thechainntnfs.ChainNotifier
interface)WalletChainIO
to fulfilllnwallet.BlockChainIO
interfaceGetUtxo()
is potentially faster in rpc mode vs spv so for the most part deprecateRPChainIO
and useWalletChainIO
even in rpc mode (Switch to wallet-backed chain io in dcrlnd #94)The text was updated successfully, but these errors were encountered: