From f78d1b0cf9633a347ac193712cb5539548d3353c Mon Sep 17 00:00:00 2001 From: zksync-era-bot <147085853+zksync-era-bot@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:38:19 +0300 Subject: [PATCH 1/2] chore(main): release core 24.14.0 --- .github/release-please/manifest.json | 2 +- core/CHANGELOG.md | 10 ++++++++++ core/bin/external_node/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 9598210e24db..74e984a0aaea 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,4 +1,4 @@ { - "core": "24.13.0", + "core": "24.14.0", "prover": "16.1.0" } diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index c70577e76814..0df1175014f3 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [24.14.0](https://github.com/matter-labs/zksync-era/compare/core-v24.13.0...core-v24.14.0) (2024-08-01) + + +### Features + +* Adding SLChainID ([#2547](https://github.com/matter-labs/zksync-era/issues/2547)) ([656e830](https://github.com/matter-labs/zksync-era/commit/656e830e4fd60b5ace87dfc1604a102f06ae59e1)) +* **consensus:** add tracing instrumentation to consensus store ([#2546](https://github.com/matter-labs/zksync-era/issues/2546)) ([1e53940](https://github.com/matter-labs/zksync-era/commit/1e53940d5592410be34e56f48469065c516fcb54)) +* Poll the main node for the next batch to sign (BFT-496) ([#2544](https://github.com/matter-labs/zksync-era/issues/2544)) ([22cf820](https://github.com/matter-labs/zksync-era/commit/22cf820abbd14b852dffe60f6b564713fe4c8919)) +* Support sending logs via OTLP ([#2556](https://github.com/matter-labs/zksync-era/issues/2556)) ([1d206c0](https://github.com/matter-labs/zksync-era/commit/1d206c0af8f28eb00eb1498d6f2cdbb45ffef72a)) + ## [24.13.0](https://github.com/matter-labs/zksync-era/compare/core-v24.12.0...core-v24.13.0) (2024-07-31) diff --git a/core/bin/external_node/Cargo.toml b/core/bin/external_node/Cargo.toml index 3828a3933546..143133ac9cd5 100644 --- a/core/bin/external_node/Cargo.toml +++ b/core/bin/external_node/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zksync_external_node" description = "Non-validator ZKsync node" -version = "24.13.0" # x-release-please-version +version = "24.14.0" # x-release-please-version edition.workspace = true authors.workspace = true homepage.workspace = true From 96290ccfd2fc0d48099919356a4ddab8c930cbcb Mon Sep 17 00:00:00 2001 From: zksync-era-bot Date: Thu, 1 Aug 2024 19:47:07 +0000 Subject: [PATCH 2/2] Update Cargo.lock --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 85a5efa3a9ed..f7f8a206137a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8661,7 +8661,7 @@ dependencies = [ [[package]] name = "zksync_external_node" -version = "24.13.0" +version = "24.14.0" dependencies = [ "anyhow", "assert_matches",