Skip to content

Commit

Permalink
chore(main): release core 24.19.0 (#2669)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[24.19.0](core-v24.18.0...core-v24.19.0)
(2024-08-21)


### Features

* **db:** Allow creating owned Postgres connections
([#2654](#2654))
([47a082b](47a082b))
* **eth-sender:** add option to pause aggregator for gateway migration
([#2644](#2644))
([56d8ee8](56d8ee8))
* **eth-sender:** added chain_id column to eth_txs + support for gateway
in tx_aggregator
([#2685](#2685))
([97aa6fb](97aa6fb))
* **eth-sender:** gateway support for eth tx manager
([#2593](#2593))
([25aff59](25aff59))
* **prover_cli:** Add test for status, l1 and config commands.
([#2263](#2263))
([6a2e3b0](6a2e3b0))
* **prover_cli:** Stuck status
([#2441](#2441))
([232a817](232a817))
* **prover:** Add ProverJobMonitor
([#2666](#2666))
([e22cfb6](e22cfb6))
* **prover:** parallelized memory queues simulation in BWG
([#2652](#2652))
([b4ffcd2](b4ffcd2))
* update base token rate on L1
([#2589](#2589))
([f84aaaf](f84aaaf))
* **zk_toolbox:** Add zk_supervisor run unit tests command
([#2610](#2610))
([fa866cd](fa866cd))
* **zk_toolbox:** Run formatters and linterrs
([#2675](#2675))
([caedd1c](caedd1c))


### Bug Fixes

* **contract-verifier:** Check for 0x in zkvyper output
([#2693](#2693))
([0d77588](0d77588))
* make set token multiplier optional
([#2696](#2696))
([16dff4f](16dff4f))
* **prover:** change bucket for RAM permutation witnesses
([#2672](#2672))
([8b4cbf4](8b4cbf4))
* use lower fair l2 gas price for cbt
([#2690](#2690))
([e1146fc](e1146fc))


### Performance Improvements

* **logs-bloom:** do not run heavy query if migration was completed
([#2680](#2680))
([f9ef00e](f9ef00e))

---
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]>
  • Loading branch information
zksync-era-bot and zksync-era-bot authored Aug 21, 2024
1 parent 5a9bbb3 commit 74b3534
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"core": "24.18.0",
"core": "24.19.0",
"prover": "16.4.0",
"zk_toolbox": "0.1.2"
}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [24.19.0](https://github.com/matter-labs/zksync-era/compare/core-v24.18.0...core-v24.19.0) (2024-08-21)


### Features

* **db:** Allow creating owned Postgres connections ([#2654](https://github.com/matter-labs/zksync-era/issues/2654)) ([47a082b](https://github.com/matter-labs/zksync-era/commit/47a082b3312cae7aa0f2317a45a26fa5f22d043c))
* **eth-sender:** add option to pause aggregator for gateway migration ([#2644](https://github.com/matter-labs/zksync-era/issues/2644)) ([56d8ee8](https://github.com/matter-labs/zksync-era/commit/56d8ee8c0546cc26d412b95cb72bbb1b9a3a6580))
* **eth-sender:** added chain_id column to eth_txs + support for gateway in tx_aggregator ([#2685](https://github.com/matter-labs/zksync-era/issues/2685)) ([97aa6fb](https://github.com/matter-labs/zksync-era/commit/97aa6fb9a01c7e43d8f9a8d33f78fc6dca61548b))
* **eth-sender:** gateway support for eth tx manager ([#2593](https://github.com/matter-labs/zksync-era/issues/2593)) ([25aff59](https://github.com/matter-labs/zksync-era/commit/25aff59933bb996963700544ad31e5f9d9c27ad7))
* **prover_cli:** Add test for status, l1 and config commands. ([#2263](https://github.com/matter-labs/zksync-era/issues/2263)) ([6a2e3b0](https://github.com/matter-labs/zksync-era/commit/6a2e3b05b7d9c9e8b476fb207631c2285e1bd881))
* **prover_cli:** Stuck status ([#2441](https://github.com/matter-labs/zksync-era/issues/2441)) ([232a817](https://github.com/matter-labs/zksync-era/commit/232a817a73fa842ca4b3be419bc775c85204901e))
* **prover:** Add ProverJobMonitor ([#2666](https://github.com/matter-labs/zksync-era/issues/2666)) ([e22cfb6](https://github.com/matter-labs/zksync-era/commit/e22cfb6cffd2c4b2ad1ec3f3f433616fcd738511))
* **prover:** parallelized memory queues simulation in BWG ([#2652](https://github.com/matter-labs/zksync-era/issues/2652)) ([b4ffcd2](https://github.com/matter-labs/zksync-era/commit/b4ffcd237ee594fc659ccfa96668868f5a87d5e3))
* update base token rate on L1 ([#2589](https://github.com/matter-labs/zksync-era/issues/2589)) ([f84aaaf](https://github.com/matter-labs/zksync-era/commit/f84aaaf723c876ba8397f74577b8c5a207700f7b))
* **zk_toolbox:** Add zk_supervisor run unit tests command ([#2610](https://github.com/matter-labs/zksync-era/issues/2610)) ([fa866cd](https://github.com/matter-labs/zksync-era/commit/fa866cd5c7b1b189901b4f7ce6f91886e7aec7e4))
* **zk_toolbox:** Run formatters and linterrs ([#2675](https://github.com/matter-labs/zksync-era/issues/2675)) ([caedd1c](https://github.com/matter-labs/zksync-era/commit/caedd1c86eedd94f8628bd2ba1cf875cad9a53d1))


### Bug Fixes

* **contract-verifier:** Check for 0x in zkvyper output ([#2693](https://github.com/matter-labs/zksync-era/issues/2693)) ([0d77588](https://github.com/matter-labs/zksync-era/commit/0d7758884f84d7fa7b033b98d301c8b13d7d40ad))
* make set token multiplier optional ([#2696](https://github.com/matter-labs/zksync-era/issues/2696)) ([16dff4f](https://github.com/matter-labs/zksync-era/commit/16dff4fd79edf9f7633e5856bc889337343ef69e))
* **prover:** change bucket for RAM permutation witnesses ([#2672](https://github.com/matter-labs/zksync-era/issues/2672)) ([8b4cbf4](https://github.com/matter-labs/zksync-era/commit/8b4cbf43e52203aac829324aa48450575b70c656))
* use lower fair l2 gas price for cbt ([#2690](https://github.com/matter-labs/zksync-era/issues/2690)) ([e1146fc](https://github.com/matter-labs/zksync-era/commit/e1146fc893f4a801d6f980d0cbbc45bd7ec1c9c6))


### Performance Improvements

* **logs-bloom:** do not run heavy query if migration was completed ([#2680](https://github.com/matter-labs/zksync-era/issues/2680)) ([f9ef00e](https://github.com/matter-labs/zksync-era/commit/f9ef00e7088b723a6b4c82f1348dbaaf1934f0ab))

## [24.18.0](https://github.com/matter-labs/zksync-era/compare/core-v24.17.0...core-v24.18.0) (2024-08-14)


Expand Down
2 changes: 1 addition & 1 deletion core/bin/external_node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zksync_external_node"
description = "Non-validator ZKsync node"
version = "24.18.0" # x-release-please-version
version = "24.19.0" # x-release-please-version
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 74b3534

Please sign in to comment.