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

More v2.0.6 backports #2472

Merged
merged 2 commits into from
Feb 27, 2025
Merged

More v2.0.6 backports #2472

merged 2 commits into from
Feb 27, 2025

Conversation

jrick
Copy link
Member

@jrick jrick commented Feb 27, 2025

No description provided.

jholdstock and others added 2 commits February 27, 2025 17:35
wallet.Config is created in three separate places (create new wallet,
open existing wallet, watch only wallet). DisableMixing was only being
set correctly in one of those (watch only). As a result, a MixClient
would always be created regardless of config set by the user.

Backport of 7552d0b.
The ordered shutdown of wallet goroutines before closing the websocket
connection introduced a new bug where the RPC syncer would hang if the dcrd
connection is lost before clean shutdown is signaled, due to a missing call to
cancel the context passed to Wallet.Run.

Backport of d3e2a05.
@jrick jrick merged commit 5d29910 into decred:release-v2.0 Feb 27, 2025
2 checks passed
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.

None yet

3 participants