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.5.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.5.1
Choose a head ref
  • 4 commits
  • 31 files changed
  • 4 contributors

Commits on May 30, 2024

  1. chore(main): release prover 14.4.0 (#2078)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [14.4.0](prover-v14.3.0...prover-v14.4.0)
    (2024-05-30)
    
    
    ### Features
    
    * Make house keeper emit correct protocol version
    ([#2062](#2062))
    ([a58a7e8](a58a7e8))
    * **pli:** add support for persistent config
    ([#1907](#1907))
    ([9d5631c](9d5631c))
    * Protocol semantic version
    ([#2059](#2059))
    ([3984dcf](3984dcf))
    * **prover:** Add `prover_version` binary.
    ([#2089](#2089))
    ([e1822f6](e1822f6))
    
    
    ### Bug Fixes
    
    * fix null protocol version error
    ([#2094](#2094))
    ([aab3a7f](aab3a7f))
    * fix query for proof compressor metrics
    ([#2103](#2103))
    ([d23d24e](d23d24e))
    * **prover_dal:** fix `save_prover_protocol_version` query
    ([#2096](#2096))
    ([d8dd1ae](d8dd1ae))
    
    ---
    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: perekopskiy <[email protected]>
    zksync-era-bot and perekopskiy authored May 30, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    cnasikas Christos Nasikas
    Copy the full SHA
    ac37964 View commit details
  2. chore: Move string constants to an additional file (#2083)

    ## What ❔
    
    Move string constants to an additional file
    
    ## Why ❔
    
    Easily change messages for the toolbox and allow translations in the
    future.
    matias-gonz authored May 30, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    cnasikas Christos Nasikas
    Copy the full SHA
    ac0bef6 View commit details

Commits on May 31, 2024

  1. fix(house-keeper): Fix queue size queries (#2106)

    ## What ❔
    
    Fixes queries
    
    ## 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`.
    - [ ] Spellcheck has been run via `zk spellcheck`.
    perekopskiy authored May 31, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    cnasikas Christos Nasikas
    Copy the full SHA
    183502a View commit details
  2. chore(main): release core 24.5.1 (#2108)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [24.5.1](core-v24.5.0...core-v24.5.1)
    (2024-05-31)
    
    
    ### Bug Fixes
    
    * **house-keeper:** Fix queue size queries
    ([#2106](#2106))
    ([183502a](183502a))
    
    ---
    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 May 31, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    cnasikas Christos Nasikas
    Copy the full SHA
    eec9599 View commit details
Loading