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

feat(bitcoind): Add Compact Filters support #630

Merged
merged 1 commit into from
Nov 22, 2022

Conversation

hsjoberg
Copy link
Contributor

@hsjoberg hsjoberg commented Nov 22, 2022

Closes #629

Description

This pull request add compact block filter flags to bitcoind, which are used to serve light clients.
This can be helpful when testing and experimenting with mobile wallets that supports Neutrino like https://github.com/hsjoberg/blixt-wallet.

Steps to Test

  1. Create a bitcoind backend
  2. Try to sync with a compatible Neutrino client

@jamaljsr
Copy link
Owner

Looks good, just need to fix the linter errors.

@hsjoberg
Copy link
Contributor Author

hsjoberg commented Nov 22, 2022

@jamaljsr Oooops yes I had a fix already but got sidetracked. There you go!

Copy link
Owner

@jamaljsr jamaljsr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK 👍

@jamaljsr jamaljsr merged commit 89f8f17 into jamaljsr:master Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Add support for compact filters in bitcoind
2 participants