Tags: gravity-technologies/zksync-era
Tags
fix(vm): Update `decommitted_code_hashes` in `prepare_to_decommit` (m… …atter-labs#2253) ## What ❔ Update `decommitted_code_hashes` in `prepare_to_decommit` ## Why ❔ Contract hashes that reached `prepare_to_decommit` should be returned by `get_used_contracts` ## 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`. (cherry picked from commit 6c49a50)
fix(zk_toolbox): Use the same l2 address for shared and erc20 bridge (m… …atter-labs#2260) ## 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`. - [ ] Spellcheck has been run via `zk spellcheck`. Signed-off-by: Danil <deniallugo@gmail.com>
chore(main): release prover 15.0.0 (matter-labs#2145) 🤖 I have created a release *beep* *boop* --- ## [15.0.0](matter-labs/zksync-era@prover-v14.5.0...prover-v15.0.0) (2024-06-14) ### ⚠ BREAKING CHANGES * updated boojum and nightly rust compiler ([matter-labs#2126](matter-labs#2126)) ### Features * added debug_proof to prover_cli ([matter-labs#2052](matter-labs#2052)) ([b1ad01b](matter-labs@b1ad01b)) * faster & cleaner VK generation ([matter-labs#2084](matter-labs#2084)) ([89c8cac](matter-labs@89c8cac)) * **node:** Move some stuff around ([matter-labs#2151](matter-labs#2151)) ([bad5a6c](matter-labs@bad5a6c)) * **object-store:** Allow caching object store objects locally ([matter-labs#2153](matter-labs#2153)) ([6c6e65c](matter-labs@6c6e65c)) * **proof_data_handler:** add new endpoints to the TEE prover interface API ([matter-labs#1993](matter-labs#1993)) ([eca98cc](matter-labs@eca98cc)) * **prover:** Add file based config for fri prover gateway ([matter-labs#2150](matter-labs#2150)) ([81ffc6a](matter-labs@81ffc6a)) * **prover:** file based configs for witness generator ([matter-labs#2161](matter-labs#2161)) ([24b8f93](matter-labs@24b8f93)) * support debugging of recursive circuits in prover_cli ([matter-labs#2217](matter-labs#2217)) ([7d2e12d](matter-labs@7d2e12d)) * updated boojum and nightly rust compiler ([matter-labs#2126](matter-labs#2126)) ([9e39f13](matter-labs@9e39f13)) * verification of L1Batch witness (BFT-471) - attempt 2 ([matter-labs#2232](matter-labs#2232)) ([dbcf3c6](matter-labs@dbcf3c6)) * verification of L1Batch witness (BFT-471) ([matter-labs#2019](matter-labs#2019)) ([6cc5455](matter-labs@6cc5455)) ### Bug Fixes * **config:** Split object stores ([matter-labs#2187](matter-labs#2187)) ([9bcdabc](matter-labs@9bcdabc)) * **prover_cli:** Fix delete command ([matter-labs#2119](matter-labs#2119)) ([214f981](matter-labs@214f981)) * **prover_cli:** Fix the issues with `home` path ([matter-labs#2104](matter-labs#2104)) ([1e18af2](matter-labs@1e18af2)) * **prover:** config ([matter-labs#2165](matter-labs#2165)) ([e5daf8e](matter-labs@e5daf8e)) * **prover:** Disallow state changes from successful ([matter-labs#2233](matter-labs#2233)) ([2488a76](matter-labs@2488a76)) * Treat 502s and 503s as transient for GCS OS ([matter-labs#2202](matter-labs#2202)) ([0a12c52](matter-labs@0a12c52)) ### Reverts * verification of L1Batch witness (BFT-471) ([matter-labs#2230](matter-labs#2230)) ([227e101](matter-labs@227e101)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
feat(state-keeper): Add metric for l2 block seal reason (matter-labs#… …2229)
feat(contract-verifier): Add zksolc v1.5.0 (matter-labs#2201) ## What ❔ Add zksolc v1.5.0 ## 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`. - [ ] Spellcheck has been run via `zk spellcheck`.
feat(contract-verifier): Add zkVM solc 1.0.1 (matter-labs#2180) ## What ❔ Add zkVM solc 1.0.1 ## 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`.
chore(main): release prover 14.5.0 (matter-labs#2109) 🤖 I have created a release *beep* *boop* --- ## [14.5.0](matter-labs/zksync-era@prover-v14.4.0...prover-v14.5.0) (2024-06-04) ### Features * update VKs and bump cargo.lock ([matter-labs#2112](matter-labs#2112)) ([6510317](matter-labs@6510317)) * use semver for metrics, move constants to prover workspace ([matter-labs#2098](matter-labs#2098)) ([7a50a9f](matter-labs@7a50a9f)) ### Bug Fixes * **block-reverter:** Fix reverting snapshot files ([matter-labs#2064](matter-labs#2064)) ([17a7e78](matter-labs@17a7e78)) * **house-keeper:** Fix queue size queries ([matter-labs#2106](matter-labs#2106)) ([183502a](matter-labs@183502a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
PreviousNext