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

"Fix locks" Pack #710

Merged
merged 4 commits into from
Mar 4, 2016
Merged

"Fix locks" Pack #710

merged 4 commits into from
Mar 4, 2016

Commits on Mar 4, 2016

  1. Configuration menu
    Copy the full SHA
    95dab0b View commit details
    Browse the repository at this point in the history
  2. Add some locks to protect chainActive.Tip() and mapBlockIndex

    (fixing only few of them here, see next commit for further changes)
    UdjinM6 committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    67cd10c View commit details
    Browse the repository at this point in the history
  3. Introduce CDSNotificationInterface - validation interface to listen t…

    …o tip updates and trigger updates in DS, payments and budgets. Should significantly reduce number of references to chainActive.Tip() i.e.we should have less cs_main in dash-darksend thread and potential deadlocks.
    UdjinM6 committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    a611fc3 View commit details
    Browse the repository at this point in the history
  4. fix miner_tests

    (only in part related to this commit, for most miner_tests fixes see 124178b)
    UdjinM6 committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    e8df74a View commit details
    Browse the repository at this point in the history