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: separated databases for block data #2227

Merged
merged 10 commits into from
Apr 18, 2024

Commits on Apr 16, 2024

  1. core: use finalized block as the chain freeze indicator (#28683)

    * core: use finalized block as the chain freeze indicator
    
    * core/rawdb: use max(finality, head-90k) as chain freezing threshold
    
    * core/rawdb: fix tests
    
    * core/rawdb: fix lint
    
    * core/rawdb: address comments from peter
    
    * core/rawdb: fix typo
    rjl493456442 authored and jingjunLi committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e25ae29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e98300a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06a287b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1e7be8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4621040 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04e273b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cbb28d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f523497 View commit details
    Browse the repository at this point in the history
  9. core: refine code

    jingjunLi committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1fc6c53 View commit details
    Browse the repository at this point in the history
  10. core: refine code

    jingjunLi committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    fb15b37 View commit details
    Browse the repository at this point in the history