-
Notifications
You must be signed in to change notification settings - Fork 337
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
Implement bdk_nakamoto
chain-source crate
#679
Comments
I think the I think existing codes in current compact_filters module can used to work on top of it. Having a separate repo will help in issue tracking too. Something like |
Depending on how things go with #680 we may be able to close this. |
This is being done via the Alpha 1.0.0 changes with a new |
bdk_nakamoto
crate
bdk_nakamoto
cratebdk_nakamoto
chain-source crate
I have re-purposed this ticket to track the |
I'd be interested in picking this up if no one has yet started. I may have questions. I can see some working examples such as #1055 and also LLFourn/bdk_core_staging#153. If anyone knows of other examples in the wild demonstrating how nakamoto can be used to get chain data, let me know. |
Ideally, BDK and nakamoto should depend on the same version of rust bitcoin, or else we run into type mismatch errors that are cumbersome to try to work around. If we can get the dependencies in sync, it's still worth a try at implementing. Another approach worth exploring is to use Oh nice, I see cloudhead/nakamoto#145 is underway |
Plan is to use Kyoto CBF client instead. |
This crate should use https://github.com/cloudhead/nakamoto to implement a chain-source crate.
Relevant Work
The text was updated successfully, but these errors were encountered: