Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: matter-labs/zksync-era
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: core-v24.19.0
Choose a base ref
...
head repository: matter-labs/zksync-era
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: core-v24.20.0
Choose a head ref
  • 6 commits
  • 33 files changed
  • 7 contributors

Commits on Aug 21, 2024

  1. chore: Reverts prover job metrics to HK metrics (#2689)

    The point of this PR is to keep metrics history the same as house keeper
    such that analytics can be ran retroactively on top of it.
    
    Whilst I find it both confusing (house keeper metrics in prover job
    monitor) and of overall worst quality, I disagreed and committed with
    the decision.
    EmilLuta authored Aug 21, 2024
    Copy the full SHA
    1e25508 View commit details
  2. feat(vm): Enable parallelization in VM playground (#2679)

    ## What ❔
    
    Makes batch execution parallelized in VM playground similar to other VM
    runner components.
    
    ## Why ❔
    
    VM playground is quite slow on stage (~20s / batch).
    
    ## Checklist
    
    - [x] PR title corresponds to the body of PR (we generate changelog
    entries from PRs).
    - [x] Tests for the changes have been added / updated.
    - [x] Documentation comments have been added / updated.
    - [x] Code has been formatted via `zk fmt` and `zk lint`.
    slowli authored Aug 21, 2024
    Copy the full SHA
    c9ad59e View commit details
  3. fix: base token ratio startup as a separate component (#2704)

    Base token ratio persister lacked L1 gas layer when started as a
    separate component.
    ischasny authored Aug 21, 2024
    Copy the full SHA
    d65588f View commit details
  4. fix(upgrade.test.ts): minting from a clean state (#2402)

    ## What ❔
    
    * fixed a bug that made upgrade test setup fail if it was run from a
    clean state (without running any other tests previously)
    * erc20 test with max balance deposit cleaned up
    
    <!-- What are the changes this PR brings about? -->
    <!-- Example: This PR adds a PR template to the repo. -->
    <!-- (For bigger PRs adding more context is appreciated) -->
    
    ## Why ❔
    
    <!-- Why are these changes done? What goal do they contribute to? What
    are the principles behind them? -->
    <!-- Example: PR templates ensure PR reviewers, observers, and future
    iterators are in context about the evolution of repos. -->
    
    ## Checklist
    
    <!-- Check your PR fulfills the following items. -->
    <!-- For draft PRs check the boxes as you complete them. -->
    
    - [x] PR title corresponds to the body of PR (we generate changelog
    entries from PRs).
    - [x] Tests for the changes have been added / updated.
    - [ ] Documentation comments have been added / updated.
    - [x] Code has been formatted via `zk fmt` and `zk lint`.
    benceharomi authored Aug 21, 2024
    Copy the full SHA
    efa3bd6 View commit details
  5. feat: Add gateway_url to EN config (#2698)

    ## What ❔
    
    <!-- What are the changes this PR brings about? -->
    <!-- Example: This PR adds a PR template to the repo. -->
    <!-- (For bigger PRs adding more context is appreciated) -->
    
    ## Why ❔
    
    <!-- Why are these changes done? What goal do they contribute to? What
    are the principles behind them? -->
    <!-- Example: PR templates ensure PR reviewers, observers, and future
    iterators are in context about the evolution of repos. -->
    
    ## Checklist
    
    <!-- Check your PR fulfills the following items. -->
    <!-- For draft PRs check the boxes as you complete them. -->
    
    - [ ] PR title corresponds to the body of PR (we generate changelog
    entries from PRs).
    - [ ] Tests for the changes have been added / updated.
    - [ ] Documentation comments have been added / updated.
    - [ ] Code has been formatted via `zk fmt` and `zk lint`.
    ly0va authored Aug 21, 2024
    Copy the full SHA
    cfdda01 View commit details
  6. chore(main): release core 24.20.0 (#2703)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [24.20.0](core-v24.19.0...core-v24.20.0)
    (2024-08-21)
    
    
    ### Features
    
    * Add `gateway_url` to EN config
    ([#2698](#2698))
    ([cfdda01](cfdda01))
    * **vm:** Enable parallelization in VM playground
    ([#2679](#2679))
    ([c9ad59e](c9ad59e))
    
    
    ### Bug Fixes
    
    * base token ratio startup as a separate component
    ([#2704](#2704))
    ([d65588f](d65588f))
    * **upgrade.test.ts:** minting from a clean state
    ([#2402](#2402))
    ([efa3bd6](efa3bd6))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    ---------
    
    Co-authored-by: zksync-era-bot <[email protected]>
    zksync-era-bot and zksync-era-bot authored Aug 21, 2024
    Copy the full SHA
    161ebdc View commit details
Loading