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

Remove unnecessary lock requirement in active_transactions::lock. #2475

Merged
merged 3 commits into from
Jan 15, 2020

Commits on Jan 11, 2020

  1. Remove unnecessarry lock requirement in active_transactions::lock.

    This also removes some code-smell around passing in a bool to determine if the lock should actually be acquired.
    clemahieu committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    196ffda View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Merge remote-tracking branch 'origin/develop' into lock_cleanup

    # Conflicts:
    #	nano/core_test/node.cpp
    clemahieu committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    06dfafc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab2771a View commit details
    Browse the repository at this point in the history