-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Bounty: 1 XMR] Upgrade bdk library #98
Comments
This is currently blocked by bitcoindevkit/bdk#1606. We need a way to migrate the wallet data. |
Turns out the issue is not really blocking our migration. We can just switch to 1.0.0-alpha version of bdk. The descriptors and keys are derived from our seed. The first sync post-upgrade will take a while but all data currently stored in the sled wallet database can be derived from the blockchain state. We won't loose any data aside from caches. |
We use bounties to incentivize development and reward contributors. All issues available for a bounty have the To receive the bounty of this issue, you agree to these conditions:
|
@Einliterflasche You wanna take this on once we merge #109? |
According to a core developer of the bdk library comit-network#1772 can probably be fixed by upgrading to the latest version of the crate. They added a bunch of improvements to the syncing logic.
The text was updated successfully, but these errors were encountered: