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

Concurrent verification backport #2

Merged
merged 9 commits into from
Sep 27, 2023

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    edd6fd6 View commit details
    Browse the repository at this point in the history
  2. Fix typos

    nazar-pc committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    10e78dc View commit details
    Browse the repository at this point in the history
  3. Extend ImportQueueService::import_blocks comment to clarify importa…

    …nt assumptions about blocks list
    nazar-pc committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2a84bd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e616567 View commit details
    Browse the repository at this point in the history
  5. Extract verify_single_block_metered function out of `import_single_…

    …block_metered` such that they can be used independently
    nazar-pc committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7bffa1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa6172d View commit details
    Browse the repository at this point in the history
  7. Block verification shouldn't require &self, but this is not support…

    …ed fully by some consensus engines, so introduce `Verifier::supports_stateless_verification()` that can be used to check this
    nazar-pc committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7aae861 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e855923 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f62d9cc View commit details
    Browse the repository at this point in the history