Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Fix BDK needing resync#698

Merged
AnthonyRonning merged 1 commit intomasterfrom
fix-bdk-sync
Aug 8, 2023
Merged

Fix BDK needing resync#698
AnthonyRonning merged 1 commit intomasterfrom
fix-bdk-sync

Conversation

@benthecarman
Copy link
Copy Markdown
Collaborator

Finally found the reason why we would always need to resync bdk. We were removing the bdk keychain from memory after reading so we didnt overload memory, however, we needed this because we read the current bdk keychain and merge with the update, if we remove it from our in memory cache, then we have nothing to merge with.

This should let us bring back #690

Copy link
Copy Markdown
Contributor

@AnthonyRonning AnthonyRonning left a comment

Choose a reason for hiding this comment

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

good find, yeah that makes sense.

@AnthonyRonning AnthonyRonning merged commit 1b0b79a into master Aug 8, 2023
@AnthonyRonning AnthonyRonning deleted the fix-bdk-sync branch August 8, 2023 16:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants