decred / dcrlnd

Decred Lightning Network Daemon ⚡️
MIT License
36 stars 24 forks source link

Multi: Support SPV in embedded wallet mode #140

Closed matheusd closed 3 years ago

matheusd commented 3 years ago

Part of #80

This adds support for SPV mode when running in embedded wallet mode by specifying the --node=dcrw and --dcrwallet.spv flags.

An optional --dcrwallet.spvconnect flag is also provided to allow specifying a specific node to connect to via the P2P network.

Github actions tests are updated to ensure all integration tests pass for the new mode.