-
Notifications
You must be signed in to change notification settings - Fork 312
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
Unify syncing chain state between BDK-LDK #709
Comments
Hi @ConorOkus I might be missing contexts here. But is this something related to this discussion in discord too https://discord.com/channels/753336465005608961/998961455363805184/1007350145173692416?? |
@rajarshimaitra sorry for the late reply, I don't think this is particularly specific to CBF. There is a related issue for this on the LDKLite repo - lightningdevkit/ldk-node#3 @tnull is working one |
The next version of |
Investigate ways to create a sync method for LDK
Listen
interface and BDKWallet/Database
Could potentially re-use the BDK RPC Blockchain as an LDK block source but you'd end up with LDK SPV client polling the block source and BDK's wallet.sync()
Other options might be to have
bdk::Blockchain
be the source of chain data thatlightning-block-sync
polls and you can also havebdk::Database
(or Wallet) implement LDK'sListen
interface to accept updates fromlightning-block-sync
The text was updated successfully, but these errors were encountered: