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

feat: Remove prover db from house keeper #2795

Merged
merged 4 commits into from
Sep 4, 2024
Merged

Commits on Sep 3, 2024

  1. feat: Remove prover db from house keeper

    This PR is a follow-up on
    #2666, namely the remove
    prover side from house keeper.
    
    This PR contains:
    - remove all prover jobs from house keeper (now in PJM)
    - move core metrics from prover jobs to l1 batch metrics reporter
    - remove old configuration
    
    With these changes core & prover are fully decoupled. This will enable
    removing unnecessary databases across all envs that don't run provers.
    Alongside, core and prover deployments are independent.
    EmilLuta committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    42e085d View commit details
    Browse the repository at this point in the history
  2. Update etc/env files

    EmilLuta committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    be76766 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Remove prover dal from core

    EmilLuta committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    51e06e3 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary code

    EmilLuta committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    18ef3d9 View commit details
    Browse the repository at this point in the history