Skip to content

Commit 52de758

Browse files
chore(main): release core 26.1.0 (#3499)
🤖 I have created a release *beep* *boop* --- ## [26.1.0](core-v26.0.0...core-v26.1.0) (2025-01-21) ### Features * update l2 erc20 bridge address in updater as well ([#3500](#3500)) ([fe3c7b2](fe3c7b2)) * **vm:** Implement call tracing for fast VM ([#2905](#2905)) ([731b824](731b824)) ### Bug Fixes * copy special case to fast VM call tracer ([#3509](#3509)) ([995e583](995e583)) * fix execute encoding for transactions ([#3501](#3501)) ([4c381a8](4c381a8)) * **gateway:** erc20 workaround for gateway upgrade ([#3511](#3511)) ([c140ba8](c140ba8)) ### Performance Improvements * optimize get_unsealed_l1_batch_inner ([#3491](#3491)) ([9b121c9](9b121c9)) --- 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]>
1 parent 86db9ff commit 52de758

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"core": "26.0.0",
2+
"core": "26.1.0",
33
"prover": "17.1.1",
44
"zkstack_cli": "0.1.2"
55
}

core/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [26.1.0](https://github.com/matter-labs/zksync-era/compare/core-v26.0.0...core-v26.1.0) (2025-01-21)
4+
5+
6+
### Features
7+
8+
* update l2 erc20 bridge address in updater as well ([#3500](https://github.com/matter-labs/zksync-era/issues/3500)) ([fe3c7b2](https://github.com/matter-labs/zksync-era/commit/fe3c7b2583bc4f9277e186334e5822ddf95bdcd0))
9+
* **vm:** Implement call tracing for fast VM ([#2905](https://github.com/matter-labs/zksync-era/issues/2905)) ([731b824](https://github.com/matter-labs/zksync-era/commit/731b8240abd4c0cfa42f2ce89c23f8ebf67e1bf2))
10+
11+
12+
### Bug Fixes
13+
14+
* copy special case to fast VM call tracer ([#3509](https://github.com/matter-labs/zksync-era/issues/3509)) ([995e583](https://github.com/matter-labs/zksync-era/commit/995e583aa9b4ef6e0d8697fbb040e4b991a4248d))
15+
* fix execute encoding for transactions ([#3501](https://github.com/matter-labs/zksync-era/issues/3501)) ([4c381a8](https://github.com/matter-labs/zksync-era/commit/4c381a84346f8ab88d3f01dc2848c7fb5f2b788d))
16+
* **gateway:** erc20 workaround for gateway upgrade ([#3511](https://github.com/matter-labs/zksync-era/issues/3511)) ([c140ba8](https://github.com/matter-labs/zksync-era/commit/c140ba8f57caabf9c9bdd4bd8c9743a9ccf668be))
17+
18+
19+
### Performance Improvements
20+
21+
* optimize get_unsealed_l1_batch_inner ([#3491](https://github.com/matter-labs/zksync-era/issues/3491)) ([9b121c9](https://github.com/matter-labs/zksync-era/commit/9b121c96bbb2e53be74aa81e0ca250ce9251f8db))
22+
323
## [26.0.0](https://github.com/matter-labs/zksync-era/compare/core-v25.4.0...core-v26.0.0) (2025-01-17)
424

525

core/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/bin/external_node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zksync_external_node"
33
description = "Non-validator ZKsync node"
4-
version = "26.0.0" # x-release-please-version
4+
version = "26.1.0" # x-release-please-version
55
edition.workspace = true
66
authors.workspace = true
77
homepage.workspace = true

0 commit comments

Comments
 (0)