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

runtime/consensus/tendermint/verifier: Support same-block validation #5300

Merged
merged 4 commits into from
Jul 4, 2023

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    6cc0700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c7c479 View commit details
    Browse the repository at this point in the history
  3. runtime/consensus/tendermint/verifier: Support same-block validation

    The post-execution state of the latest consensus block is now verified
    using the block metadata transaction, effectively eliminating any block
    delay for state verification.
    peternose committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    9592357 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    167d666 View commit details
    Browse the repository at this point in the history