Skip to content

Conversation

vv12131415
Copy link

Currently I can't see how many addresses I have, because when I do listaddressgroupings it locks my wallet. Because it locks the wallet I can't transfer from my wallet. Stopping the sending from wallet, is not an option for me.

What I want is to see listaddressgroupings and be able to send from wallet at the same time.
Since that, when calling listaddressgroupings you have at least 2 locks that I've removed from code. I've double checked that GetAddressBalances nor GetAddressGroupings is used in code in any other place except for listaddressgroupings.

@bitcoin bitcoin deleted a comment from schuie2528 Feb 28, 2021
@bitcoin bitcoin deleted a comment Feb 28, 2021
@vv12131415
Copy link
Author

any help with fixing CI is welcome

@maflcko
Copy link
Member

maflcko commented Mar 1, 2021

wallet/wallet.cpp:3398:38: error: reading variable 'mapWallet' requires holding mutex 'cs_wallet' [-Werror,-Wthread-safety-analysis]
        for (const auto& walletEntry : mapWallet)
                                     ^

@DrahtBot
Copy link
Contributor

DrahtBot commented Mar 4, 2021

The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

Conflicts

Reviewers, this pull request conflicts with the following ones:

If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.

@DrahtBot
Copy link
Contributor

🐙 This pull request conflicts with the target branch and needs rebase.

Want to unsubscribe from rebase notifications on this pull request? Just convert this pull request to a "draft".

@DrahtBot
Copy link
Contributor

There hasn't been much activity lately and the patch still needs rebase. What is the status here?
  • Is it still relevant? ➡️ Please solve the conflicts to make it ready for review and to ensure the CI passes.
  • Is it no longer relevant? ➡️ Please close.
  • Did the author lose interest or time to work on this? ➡️ Please close it and mark it 'Up for grabs' with the label, so that it can be picked up in the future.

1 similar comment
@DrahtBot
Copy link
Contributor

There hasn't been much activity lately and the patch still needs rebase. What is the status here?
  • Is it still relevant? ➡️ Please solve the conflicts to make it ready for review and to ensure the CI passes.
  • Is it no longer relevant? ➡️ Please close.
  • Did the author lose interest or time to work on this? ➡️ Please close it and mark it 'Up for grabs' with the label, so that it can be picked up in the future.

@maflcko maflcko closed this Mar 21, 2022
@bitcoin bitcoin locked and limited conversation to collaborators Mar 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants