Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Remove LND dependency on full chain #172

Open
Kixunil opened this issue Aug 30, 2021 · 2 comments
Open

Feature: Remove LND dependency on full chain #172

Kixunil opened this issue Aug 30, 2021 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Kixunil
Copy link
Collaborator

Kixunil commented Aug 30, 2021

Is your feature request related to a problem? Please describe.
Some users want to run pruned node because of cost of space, but lnd-system-@variant depends on full chain.

Describe the solution you'd like
Remove the dependency and add it to suggests. It's safe now because LND supports pruned nodes.

Describe alternatives you've considered
Fake full chain through RPC proxy.

Additional context
The dependency was there specifically because of safety concerns. These are no longer relevant.

@Kixunil Kixunil added enhancement New feature or request good first issue Good for newcomers labels Aug 30, 2021
@Kixunil
Copy link
Collaborator Author

Kixunil commented Aug 31, 2021

Maybe not that great idea just yet: lightningnetwork/lnd#5517

Let's wait at least until that one settles. So far looks like we need to at least set min version for bitcoind.

@Kixunil
Copy link
Collaborator Author

Kixunil commented Mar 7, 2022

Looks good now, let's do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant