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

Research/parallel-tx/block validation #1804

Merged
merged 2 commits into from
Jun 15, 2022

Commits on Jun 15, 2022

  1. Added thread logic in the Tracker so it controls whether there is a k…

    …ey collision between threads
    julianlen committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    bb8ad3d View commit details
    Browse the repository at this point in the history
  2. Block validation fixes (#1809)

    * Clear tracker between parallel and sequential execution within the parallel block execution
    
    * Tracker is now atomic
    
    * Added tests to test for race conditions
    
    * Tracker returns a copy of the maps.
    julianlen committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    d84f3f5 View commit details
    Browse the repository at this point in the history