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

blockcache: fix datarace in blockcache_test #7029

Merged

Commits on Oct 13, 2022

  1. blockcache: fix datarace in blockcache_test

    mockChainBackend simulates a chain backend and
    tracks the number of calls via a private property
    called chainCallCount.  This commit uses a write
    mutex instead of read mutex in the call to GetBlock,
    adds a getter method to access chainCallCount
    with a read mutex and uses a write mutex in
    resetChainCallCount.
    MStreet3 committed Oct 13, 2022
    7 Configuration menu
    Copy the full SHA
    46444d9 View commit details
    Browse the repository at this point in the history
  2. docs: add release notes

    MStreet3 committed Oct 13, 2022
    1 Configuration menu
    Copy the full SHA
    a51e1ae View commit details
    Browse the repository at this point in the history