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

Manually track consensus block hash for ER verification #1847

Merged
merged 3 commits into from
Aug 21, 2023
Merged

Commits on Aug 18, 2023

  1. Manually track consensus block hash for ER verification

    The consensus block hash is only tracked if the block contains bundle and it
    is pruned when the corresponding ER is pruned. This commit also adjust the
    test correspondingly.
    
    Signed-off-by: linning <linningde25@gmail.com>
    NingLin-P committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9e1dc4f View commit details
    Browse the repository at this point in the history
  2. Remove the needless assumption between BlockTreePruningDepth and Bloc…

    …kHashCount
    
    Signed-off-by: linning <linningde25@gmail.com>
    NingLin-P committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5e43c9e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

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