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

v1.17: Initialize fork graph in program cache during bank_forks creation (backport of #33810) #33817

Merged
merged 2 commits into from
Oct 23, 2023

Commits on Oct 23, 2023

  1. Initialize fork graph in program cache during bank_forks creation (#…

    …33810)
    
    * Initialize fork graph in program cache during bank_forks creation
    
    * rename BankForks::new to BankForks::new_rw_arc
    
    * fix compilation
    
    * no need to set fork_graph on insert()
    
    * fix partition tests
    
    (cherry picked from commit 9d42cd7)
    
    # Conflicts:
    #	core/src/repair/repair_service.rs
    #	core/tests/epoch_accounts_hash.rs
    #	ledger/src/blockstore_processor.rs
    #	rpc/src/rpc_service.rs
    #	runtime/src/bank/tests.rs
    pgarg66 authored and mergify[bot] committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ce3079a View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    pgarg66 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ee0fb66 View commit details
    Browse the repository at this point in the history