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

core: fix benchmark panic #24657

Merged
merged 1 commit into from
Apr 12, 2022
Merged

Commits on Apr 7, 2022

  1. core: fix benchmark panic

    This PR fixes a few panics in the chain marker benchmarks. The root
    cause for panic is in chain marker the genesis header/block is not
    accessible, while it's expected to be obtained in tests. So this PR
    avoids touching genesis header at all to avoid panic.
    rjl493456442 committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    dd65a95 View commit details
    Browse the repository at this point in the history