Fix wallet races and crashes #373
No reviewers
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
Epic
good first issue
hacktoberfest
hard fork
help wanted
icebox
Invalid
level: 0
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
soft fork
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
work in progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbrycrd#373
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "wallet_reafctor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Anthony Fieroni bvbfan@abv.bg
Does your changes here repair this error? https://bitcoin.stackexchange.com/questions/88160/how-do-i-mark-coins-spent-in-invalid-blocks-as-unspent
What's the purpose behind this inclusion of cs_wallet?
we should do a lookup via the data in
it
, no? We don't want an O(n²) here.m_last_block_processed
is member of CWallet it's correct to be guarded by its mutex.