|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.2.0](https://github.com/matter-labs/zksync-era/compare/zkstack_cli-v0.1.2...zkstack_cli-v0.2.0) (2025-10-09) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* v29 upgrade testing & zkstack_cli changes ([#4332](https://github.com/matter-labs/zksync-era/issues/4332)) |
| 9 | +* **zkstack_cli:** Fix zkstack cli v28 script ([#3946](https://github.com/matter-labs/zksync-era/issues/3946)) |
| 10 | +* Remove old prover stack ([#3729](https://github.com/matter-labs/zksync-era/issues/3729)) |
| 11 | +* V27 update ([#3580](https://github.com/matter-labs/zksync-era/issues/3580)) |
| 12 | + |
| 13 | +### Features |
| 14 | + |
| 15 | +* add dedicated TEE proof data handler module ([#3872](https://github.com/matter-labs/zksync-era/issues/3872)) ([ac64ee6](https://github.com/matter-labs/zksync-era/commit/ac64ee6b3384c0802cd149d51a2a4d3779228dbb)) |
| 16 | +* add flag to save calldata ([#4471](https://github.com/matter-labs/zksync-era/issues/4471)) ([1ee5eac](https://github.com/matter-labs/zksync-era/commit/1ee5eac763e414873a9502095b2fcd284ac40140)) |
| 17 | +* add integration test for DA migration ([#3944](https://github.com/matter-labs/zksync-era/issues/3944)) ([52aff1d](https://github.com/matter-labs/zksync-era/commit/52aff1d3b9e9b0b300aff7379654891cae31a402)) |
| 18 | +* add prividium docker image support for block explorer ([#4127](https://github.com/matter-labs/zksync-era/issues/4127)) ([df9a433](https://github.com/matter-labs/zksync-era/commit/df9a4331aed8c331241b2dc515e632c247fcc87e)) |
| 19 | +* add prividium mode to zkstack explorer ([#4079](https://github.com/matter-labs/zksync-era/issues/4079)) ([c571914](https://github.com/matter-labs/zksync-era/commit/c5719142456f563956f265e89e2074df8acb7484)) |
| 20 | +* Add proof manager contracts submodule ([#4189](https://github.com/matter-labs/zksync-era/issues/4189)) ([0c75985](https://github.com/matter-labs/zksync-era/commit/0c759858daaee7c50a83b305e1d65a699b7fbe40)) |
| 21 | +* Add S3 implementation for object_store ([#3664](https://github.com/matter-labs/zksync-era/issues/3664)) ([a848927](https://github.com/matter-labs/zksync-era/commit/a848927082bfb1b5edcc7d5e4dc33d6f39271953)) |
| 22 | +* Add Support for Protocol Version v28 ([#3821](https://github.com/matter-labs/zksync-era/issues/3821)) ([5419420](https://github.com/matter-labs/zksync-era/commit/5419420e23a3c083187065219a0722179dab0419)) |
| 23 | +* Adding 'rich_accounts' command to zkstack ([#3895](https://github.com/matter-labs/zksync-era/issues/3895)) ([50b72dc](https://github.com/matter-labs/zksync-era/commit/50b72dcda82b8aa2c698e20360831e034aaeb5c4)) |
| 24 | +* **api:** Support Unix domain sockets for healthcheck server ([#4226](https://github.com/matter-labs/zksync-era/issues/4226)) ([b06bacb](https://github.com/matter-labs/zksync-era/commit/b06bacb3587150e997af0b0654bce48b04b6c177)) |
| 25 | +* **avail-client:** async blob dispatch ([#4010](https://github.com/matter-labs/zksync-era/issues/4010)) ([7a18647](https://github.com/matter-labs/zksync-era/commit/7a186478700eeeaea51920d94cfb7c4e2b453ba5)) |
| 26 | +* bump rustc to `nightly-2025-03-19` ([#3985](https://github.com/matter-labs/zksync-era/issues/3985)) ([d27390e](https://github.com/matter-labs/zksync-era/commit/d27390e14a586de7dccb974a0cb54352de3536b3)) |
| 27 | +* **ci:** fast integration tests framework ([#4255](https://github.com/matter-labs/zksync-era/issues/4255)) ([a72cbd8](https://github.com/matter-labs/zksync-era/commit/a72cbd85c28552f97116f4c4ab70305c3d7c148e)) |
| 28 | +* **config:** Report config params in more ways ([#4126](https://github.com/matter-labs/zksync-era/issues/4126)) ([a78531c](https://github.com/matter-labs/zksync-era/commit/a78531c3fb7f8a2d50a120ab6fbd282d1dd9dd28)) |
| 29 | +* Configuration system PoC ([#3851](https://github.com/matter-labs/zksync-era/issues/3851)) ([7b449c2](https://github.com/matter-labs/zksync-era/commit/7b449c216aa250cf99bb79e69df810f566dcc28a)) |
| 30 | +* **consensus:** Add consensus protocol versioning ([#3720](https://github.com/matter-labs/zksync-era/issues/3720)) ([d1b4308](https://github.com/matter-labs/zksync-era/commit/d1b4308ff82da11515d8080c8e83f67c0f1812eb)) |
| 31 | +* **consensus:** Validator committee rotation ([#4014](https://github.com/matter-labs/zksync-era/issues/4014)) ([333efea](https://github.com/matter-labs/zksync-era/commit/333efea309e766c46a20e48868b7bbd0986910ec)) |
| 32 | +* **contract_verifier:** add etherscan verification request support to the verifier api ([#3956](https://github.com/matter-labs/zksync-era/issues/3956)) ([87938b3](https://github.com/matter-labs/zksync-era/commit/87938b3b94688ff32bbdd0e35396558c7ab5bb88)) |
| 33 | +* **contract_verifier:** read compiler versions from cbor metadata if available ([#4002](https://github.com/matter-labs/zksync-era/issues/4002)) ([9bc20a4](https://github.com/matter-labs/zksync-era/commit/9bc20a486d0bd8b169a836c1bf3f805f53315944)) |
| 34 | +* **contract-verifier:** add Etherscan contract verification ([#3609](https://github.com/matter-labs/zksync-era/issues/3609)) ([a4ea0f2](https://github.com/matter-labs/zksync-era/commit/a4ea0f2acae301e12338a862d6a76829899114d4)) |
| 35 | +* Draft v29 ([#3960](https://github.com/matter-labs/zksync-era/issues/3960)) ([91843a2](https://github.com/matter-labs/zksync-era/commit/91843a2781768a75a59a907409f2472630c59877)) |
| 36 | +* **en:** Cache remote config for en ([#4367](https://github.com/matter-labs/zksync-era/issues/4367)) ([20bc4a8](https://github.com/matter-labs/zksync-era/commit/20bc4a8bee67a7896e37117493d16ad0c7de258f)) |
| 37 | +* **en:** remove dependency on pubdata commitment mode ([#3826](https://github.com/matter-labs/zksync-era/issues/3826)) ([a0c78c0](https://github.com/matter-labs/zksync-era/commit/a0c78c022460d6441345b205fa00ac447b0910c8)) |
| 38 | +* **en:** remove JSON RPC syncing ([#4258](https://github.com/matter-labs/zksync-era/issues/4258)) ([d194604](https://github.com/matter-labs/zksync-era/commit/d19460424c2d23bd3b3c6f0579e979f71093dd9a)) |
| 39 | +* **en:** return back JSON RPC syncing ([#4344](https://github.com/matter-labs/zksync-era/issues/4344)) ([24b2990](https://github.com/matter-labs/zksync-era/commit/24b299087711d29f5887309658f88e69323b54dc)) |
| 40 | +* **en:** Use config system for env-based EN configuration ([#4104](https://github.com/matter-labs/zksync-era/issues/4104)) ([b706025](https://github.com/matter-labs/zksync-era/commit/b706025a454a24bfbe5f4ff4bcd067d308e07d84)) |
| 41 | +* Eth proof manager sender ([#4266](https://github.com/matter-labs/zksync-era/issues/4266)) ([93b2086](https://github.com/matter-labs/zksync-era/commit/93b20860dc2b1bf8671ea3187e4bcebc6913552b)) |
| 42 | +* **eth_sender:** Add fast finalization into eth_tx_manager ([#4070](https://github.com/matter-labs/zksync-era/issues/4070)) ([c6b815d](https://github.com/matter-labs/zksync-era/commit/c6b815d038c39782838618059c4a35894ca527ee)) |
| 43 | +* **eth-sender:** set `from_addr` for non-blob txs ([#3898](https://github.com/matter-labs/zksync-era/issues/3898)) ([c699f8a](https://github.com/matter-labs/zksync-era/commit/c699f8a54a07604bb4630742811b247b060ffb0a)) |
| 44 | +* **gateway:** add checks that the server version is correct ([#3681](https://github.com/matter-labs/zksync-era/issues/3681)) ([659edaa](https://github.com/matter-labs/zksync-era/commit/659edaaf3fad253bf85b3a960393c812c884eec6)) |
| 45 | +* **gateway:** Migration to Gateway ([#3654](https://github.com/matter-labs/zksync-era/issues/3654)) ([2858ba0](https://github.com/matter-labs/zksync-era/commit/2858ba028a4e59eb518515e8dd56de9f609c3469)) |
| 46 | +* **gateway:** Requirement to stop L1->L2 transactions before v26 upgrade ([#3707](https://github.com/matter-labs/zksync-era/issues/3707)) ([0a095b7](https://github.com/matter-labs/zksync-era/commit/0a095b704c513dc72dbb417ba2731b09e9a2dd5d)) |
| 47 | +* **private-rpc:** improved compatibility with ethers library + tests ([#4046](https://github.com/matter-labs/zksync-era/issues/4046)) ([0e2e0d8](https://github.com/matter-labs/zksync-era/commit/0e2e0d89b3bb0e56918cd3ccdb041800780ab088)) |
| 48 | +* **private-rpc:** option to run private proxy in ZKStack CLI + moving Private Proxy files inside zksync-era repo ([#3919](https://github.com/matter-labs/zksync-era/issues/3919)) ([3b9307c](https://github.com/matter-labs/zksync-era/commit/3b9307c876ef09fb9269ad0e7bc13b65865e0191)) |
| 49 | +* Proof data handler client ([#3874](https://github.com/matter-labs/zksync-era/issues/3874)) ([daf6f7b](https://github.com/matter-labs/zksync-era/commit/daf6f7b80a018204693f8ad7296574b8b55dc6d9)) |
| 50 | +* Proof manager watcher ([#4241](https://github.com/matter-labs/zksync-era/issues/4241)) ([6423b0d](https://github.com/matter-labs/zksync-era/commit/6423b0db81ca3a75d053b25b9448a9a70b894b04)) |
| 51 | +* Prover Cluster follow-up [#2](https://github.com/matter-labs/zksync-era/issues/2) ([#4001](https://github.com/matter-labs/zksync-era/issues/4001)) ([d8ed7f7](https://github.com/matter-labs/zksync-era/commit/d8ed7f7a8a0244bfd3f2894a6cf915c9ea3c41a0)) |
| 52 | +* **prover:** --threads feature to WVGs ([#4291](https://github.com/matter-labs/zksync-era/issues/4291)) ([846f6e4](https://github.com/matter-labs/zksync-era/commit/846f6e449e9a65b629795f49ede7df4fa91b67af)) |
| 53 | +* remove 2nd validator from command that prepares GW migration calldata ([#4331](https://github.com/matter-labs/zksync-era/issues/4331)) ([f81ad19](https://github.com/matter-labs/zksync-era/commit/f81ad19ce95a6fcbf6d55ac02cadc1ea9d85229b)) |
| 54 | +* Remove feature flags for upgrades & v28.1 ([#4384](https://github.com/matter-labs/zksync-era/issues/4384)) ([fa7e679](https://github.com/matter-labs/zksync-era/commit/fa7e6790d87ecf0e7cb256789e4faea47aa8375b)) |
| 55 | +* Remove old prover stack ([#3729](https://github.com/matter-labs/zksync-era/issues/3729)) ([fbbdc76](https://github.com/matter-labs/zksync-era/commit/fbbdc76b86bf4f474c4c045778b69f80a30e9c60)) |
| 56 | +* rework prover job identifiers ([#3888](https://github.com/matter-labs/zksync-era/issues/3888)) ([073326f](https://github.com/matter-labs/zksync-era/commit/073326f124eae808ef0e25694e99f0dab5ee7af4)) |
| 57 | +* split zkstack cli command ([#4418](https://github.com/matter-labs/zksync-era/issues/4418)) ([36cd668](https://github.com/matter-labs/zksync-era/commit/36cd6681c97e7d83e4e1c97f94e5e09e7ad0c1d2)) |
| 58 | +* update zkstack-cli for updated scripts ([#4481](https://github.com/matter-labs/zksync-era/issues/4481)) ([cc0a95b](https://github.com/matter-labs/zksync-era/commit/cc0a95b96e658c8ad0306d5bc5f69ab3e45fdba8)) |
| 59 | +* updating upgrade and migration config files for testnet and mainnet ([#4148](https://github.com/matter-labs/zksync-era/issues/4148)) ([6d11c2d](https://github.com/matter-labs/zksync-era/commit/6d11c2ddc4808a384cfcf3a42ac6dba233025857)) |
| 60 | +* Use JSON-RPC for core <> prover interaction ([#3626](https://github.com/matter-labs/zksync-era/issues/3626)) ([4e74730](https://github.com/matter-labs/zksync-era/commit/4e7473011e6551bbeb3e7862872e99721aeba232)) |
| 61 | +* V27 update ([#3580](https://github.com/matter-labs/zksync-era/issues/3580)) ([9e18550](https://github.com/matter-labs/zksync-era/commit/9e1855050e3457ecef2b45a75e993dcdc2de370a)) |
| 62 | +* **v27:** Use latest branch of release-v27 ([#3713](https://github.com/matter-labs/zksync-era/issues/3713)) ([6e1681e](https://github.com/matter-labs/zksync-era/commit/6e1681e5cc1395ad6d2e0c768d2c347efa3180d3)) |
| 63 | +* v29 upgrade testing & zkstack_cli changes ([#4332](https://github.com/matter-labs/zksync-era/issues/4332)) ([9e4755e](https://github.com/matter-labs/zksync-era/commit/9e4755edb16328baf6f3e0632d700eb4c545eea6)) |
| 64 | +* **zkstack_cli:** Add function to track chain admin priority txs ([#3897](https://github.com/matter-labs/zksync-era/issues/3897)) ([fed2ca9](https://github.com/matter-labs/zksync-era/commit/fed2ca9e57c88db0d921a7374eae24f449fe27b1)) |
| 65 | +* **zkstack_cli:** finish enabling migrating chain from Gateway + remove the gateway feature flag ([#3924](https://github.com/matter-labs/zksync-era/issues/3924)) ([d091c90](https://github.com/matter-labs/zksync-era/commit/d091c90f61b95e9dea4be486d85fd520a706133a)) |
| 66 | +* **zkstack_cli:** update gateway chain scripts ([#3852](https://github.com/matter-labs/zksync-era/issues/3852)) ([542c7a9](https://github.com/matter-labs/zksync-era/commit/542c7a9c146f0b3b16d87a26590fc7958f910c79)) |
| 67 | +* **zkstack-cli:** add prove & execute wallets ([#4477](https://github.com/matter-labs/zksync-era/issues/4477)) ([468cec9](https://github.com/matter-labs/zksync-era/commit/468cec9bf0fc72675f78e7894685d0b773ced2bf)) |
| 68 | +* **zkstack:** Add zksync_os flag for ecosystem init ([#4456](https://github.com/matter-labs/zksync-era/issues/4456)) ([49e0529](https://github.com/matter-labs/zksync-era/commit/49e052960a18cafa6e5c8c509583b12786ebc374)) |
| 69 | +* **zkstack:** Allow skipping build for contracts and server during ecosystem init ([#3697](https://github.com/matter-labs/zksync-era/issues/3697)) ([81abd84](https://github.com/matter-labs/zksync-era/commit/81abd841f6e061e3bdb1245754871e73b83ba7d8)) |
| 70 | +* **zkstack:** Allow to run separate integration test suites ([d287725](https://github.com/matter-labs/zksync-era/commit/d287725778b8dc625ed74088ea5dd2a8982d0224)) |
| 71 | +* **zkstack:** bump alloy ([#4502](https://github.com/matter-labs/zksync-era/issues/4502)) ([1a6ad60](https://github.com/matter-labs/zksync-era/commit/1a6ad60bcca8a3073bc62ff9711ed2b92b1b2ee7)) |
| 72 | +* **zkstack:** Clarify prompt for funds check ([#3723](https://github.com/matter-labs/zksync-era/issues/3723)) ([a8ea520](https://github.com/matter-labs/zksync-era/commit/a8ea5202a40d12fa4f4f33e0ff8d0a4df870fbff)) |
| 73 | +* **zkstack:** Deploy 2 ctms and deploy chain for each of them ([#4458](https://github.com/matter-labs/zksync-era/issues/4458)) ([5d2a7cd](https://github.com/matter-labs/zksync-era/commit/5d2a7cd393f728b15e6e0b6b3fdee500e1ccd217)) |
| 74 | +* **zkstack:** fast fmt ([#4222](https://github.com/matter-labs/zksync-era/issues/4222)) ([d05c3dd](https://github.com/matter-labs/zksync-era/commit/d05c3ddef1e93b0a906ec7bbb290976c6c014051)) |
| 75 | +* **zkstack:** Generating keys for compressor ([#4301](https://github.com/matter-labs/zksync-era/issues/4301)) ([b879b6f](https://github.com/matter-labs/zksync-era/commit/b879b6f99b7c5707691d84ee45e749efbacd4dce)) |
| 76 | +* **zkstack:** No genesis arg ([#4453](https://github.com/matter-labs/zksync-era/issues/4453)) ([9034246](https://github.com/matter-labs/zksync-era/commit/9034246a425e4b0cde355e1da3dd2d9cb6cbf726)) |
| 77 | +* **zkstack:** zkstack cli for v27 upgrade ([#3718](https://github.com/matter-labs/zksync-era/issues/3718)) ([91e04fb](https://github.com/matter-labs/zksync-era/commit/91e04fb6de072ec430b852bd565f6c560e46c610)) |
| 78 | + |
| 79 | + |
| 80 | +### Bug Fixes |
| 81 | + |
| 82 | +* Changes to zkstack after testing migration from GW ([#3969](https://github.com/matter-labs/zksync-era/issues/3969)) ([b63e607](https://github.com/matter-labs/zksync-era/commit/b63e60734ff4e2f4fd00c15920c9d3c84ed7c4fd)) |
| 83 | +* **consensus:** Correctly handle error on SetValidatorSchedule ([#4147](https://github.com/matter-labs/zksync-era/issues/4147)) ([e169bd3](https://github.com/matter-labs/zksync-era/commit/e169bd30d1bdf13b70ba8123c778d8d3c5558820)) |
| 84 | +* **consensus:** Debug page server port reuse ([#4273](https://github.com/matter-labs/zksync-era/issues/4273)) ([77d043f](https://github.com/matter-labs/zksync-era/commit/77d043fa136fbbbdd6c059aba6c1d3d7dcdd2abd)) |
| 85 | +* **consensus:** Update consensus dependencies ([#4186](https://github.com/matter-labs/zksync-era/issues/4186)) ([110a527](https://github.com/matter-labs/zksync-era/commit/110a527cd130a044a103134695a3fa2dab9269e9)) |
| 86 | +* Fix security issues (bump dependencies) ([#3813](https://github.com/matter-labs/zksync-era/issues/3813)) ([c6def9c](https://github.com/matter-labs/zksync-era/commit/c6def9c0e480bd73fc0ea29a7d3393c297c8afb7)) |
| 87 | +* fix zkstack cli upgrade features + remove redundant CI workflow ([#3975](https://github.com/matter-labs/zksync-era/issues/3975)) ([0f04134](https://github.com/matter-labs/zksync-era/commit/0f041345488bfb18488e511621491d35d4eb0eb3)) |
| 88 | +* **gateway-migrator:** Properly handle unknown settlement layer ([#3961](https://github.com/matter-labs/zksync-era/issues/3961)) ([b43e315](https://github.com/matter-labs/zksync-era/commit/b43e3159b89a4808925ba62616ea5e85fb2d63e3)) |
| 89 | +* make proof data handler backwards compatible ([#3767](https://github.com/matter-labs/zksync-era/issues/3767)) ([bdbbaaa](https://github.com/matter-labs/zksync-era/commit/bdbbaaa4974399afec2394e0ffea9f9f6876e1e2)) |
| 90 | +* remove zksync_contracts dep from zkstack_cli ([#4400](https://github.com/matter-labs/zksync-era/issues/4400)) ([7bcf275](https://github.com/matter-labs/zksync-era/commit/7bcf27599faf093ff4bcea1feab1f641523f5cc0)) |
| 91 | +* target_rpc address in private-rpc docker-compose ([#4062](https://github.com/matter-labs/zksync-era/issues/4062)) ([b69819b](https://github.com/matter-labs/zksync-era/commit/b69819bcde850a982cc52a83744e24165d788844)) |
| 92 | +* **upgrades:** Read all skipped events ([#4504](https://github.com/matter-labs/zksync-era/issues/4504)) ([1de5f63](https://github.com/matter-labs/zksync-era/commit/1de5f63633bf60e0da802d15ae8133b2effc5260)) |
| 93 | +* **zkstack_cli:** Fix zkstack cli v28 script ([#3946](https://github.com/matter-labs/zksync-era/issues/3946)) ([0a3d13f](https://github.com/matter-labs/zksync-era/commit/0a3d13f7a498eb0347ff74c8462a7aa230dbeb5f)) |
| 94 | +* **zkstack:** add `--locked` to `cargo sqlx prepare` ([#3300](https://github.com/matter-labs/zksync-era/issues/3300)) ([a98b1c8](https://github.com/matter-labs/zksync-era/commit/a98b1c898d58f0d3de59fea758bc8125c7d87a4e)) |
| 95 | +* **zkstack:** Add param for setting da validation pair ([#4150](https://github.com/matter-labs/zksync-era/issues/4150)) ([47e2517](https://github.com/matter-labs/zksync-era/commit/47e2517562f69bfe4c480f34ee3bff6acd20da72)) |
| 96 | +* **zkstack:** Allow to use chain config if ecosystem is redundant ([#4236](https://github.com/matter-labs/zksync-era/issues/4236)) ([066b3b1](https://github.com/matter-labs/zksync-era/commit/066b3b1f901053e318b0cf8c1c315d35d1d5526f)) |
| 97 | +* **zkstack:** Fix prover run and shell ([#4422](https://github.com/matter-labs/zksync-era/issues/4422)) ([eae38e2](https://github.com/matter-labs/zksync-era/commit/eae38e29041da854329fd7292bae049eee248403)) |
| 98 | +* **zkstack:** fixes for private rpc in zkstack cli ([#4012](https://github.com/matter-labs/zksync-era/issues/4012)) ([be68210](https://github.com/matter-labs/zksync-era/commit/be68210416a3c383baee8c3cf59121964be81ed5)) |
| 99 | +* **zkstack:** Generating compressor keys flow fix ([#4343](https://github.com/matter-labs/zksync-era/issues/4343)) ([4cf2f67](https://github.com/matter-labs/zksync-era/commit/4cf2f67eb6967e18459ce096a3e9ee8600e2fec1)) |
| 100 | +* **zkstack:** make GW migration script compatible with pre-v29 ([#4346](https://github.com/matter-labs/zksync-era/issues/4346)) ([7ba2cf3](https://github.com/matter-labs/zksync-era/commit/7ba2cf32363deac988690d6a6c6b9d2fff865ccc)) |
| 101 | +* **zkstack:** make proving network contracts config optional ([#4263](https://github.com/matter-labs/zksync-era/issues/4263)) ([3ebad3b](https://github.com/matter-labs/zksync-era/commit/3ebad3bba1542e4a627d793817d6fd9ad830f201)) |
| 102 | +* **zkstack:** Migration params ([#4369](https://github.com/matter-labs/zksync-era/issues/4369)) ([8597c32](https://github.com/matter-labs/zksync-era/commit/8597c32731ddf1ac7e34df4340d4210d1db926c5)) |
| 103 | +* **zkstack:** Use `latest` for prover component by default ([#4120](https://github.com/matter-labs/zksync-era/issues/4120)) ([91af29d](https://github.com/matter-labs/zksync-era/commit/91af29d8864ff9548fa514e9223f726399bb13b4)) |
| 104 | + |
| 105 | + |
| 106 | +### Performance Improvements |
| 107 | + |
| 108 | +* **db:** use copy in `insert_initial_writes` ([#3899](https://github.com/matter-labs/zksync-era/issues/3899)) ([c6f1598](https://github.com/matter-labs/zksync-era/commit/c6f159862d7f5f8b0ee16df2609e2c72db356425)) |
| 109 | +* Instrumentation for Jemalloc (pt. 2) ([#4204](https://github.com/matter-labs/zksync-era/issues/4204)) ([5e0bd65](https://github.com/matter-labs/zksync-era/commit/5e0bd65042aeebef57e5d977f315b05f6b75f44f)) |
| 110 | + |
3 | 111 | ## [0.1.2](https://github.com/matter-labs/zksync-era/compare/zk_toolbox-v0.1.1...zk_toolbox-v0.1.2) (2024-08-20) |
4 | 112 |
|
5 | 113 |
|
|
0 commit comments