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 concurrent map access error when tracing blocks #1822

Merged
merged 6 commits into from
Feb 28, 2022

Commits on Jan 26, 2022

  1. Disable log output from e2e tests

    The logging from these tests slowed them down and cluttered the output
    of test runs.
    piersy committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    755ae85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    507beda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe2c5e6 View commit details
    Browse the repository at this point in the history
  4. Fix concurrent map access error

    Ensure state.StateDB instances are not accessed concurrently.
    piersy committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    b3079ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce33106 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Configuration menu
    Copy the full SHA
    750b710 View commit details
    Browse the repository at this point in the history