Skip to content

Commit b9f3efc

Browse files
chore(main): release foundry-zksync 0.0.30 (#1171)
* chore(main): release foundry-zksync 0.0.30 * chore: update Cargo.lock --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: zksync-era-bot <[email protected]>
1 parent b57c83b commit b9f3efc

File tree

6 files changed

+61
-42
lines changed

6 files changed

+61
-42
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.29"
2+
".": "0.0.30"
33
}

CHANGELOG.md

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

3+
## [0.0.30](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.29...foundry-zksync-v0.0.30) (2025-10-08)
4+
5+
6+
### Features
7+
8+
* add ZKsync contract verification tests with constructor arguments ([#1169](https://github.com/matter-labs/foundry-zksync/issues/1169)) ([9a3a6b7](https://github.com/matter-labs/foundry-zksync/commit/9a3a6b7fb65ea9fb9589c7e4b3a5416ad8c742fa))
9+
* **cast:** apply precompiles for cast run and call ([11d2203](https://github.com/matter-labs/foundry-zksync/commit/11d22031571ec19f7f68f958f1d0d37efc231721))
10+
* enable evm interpreter ([#1167](https://github.com/matter-labs/foundry-zksync/issues/1167)) ([8419488](https://github.com/matter-labs/foundry-zksync/commit/8419488b1573d78f01158cb79420b01a17573a21))
11+
* **forge:** no warning on external sections ([11d2203](https://github.com/matter-labs/foundry-zksync/commit/11d22031571ec19f7f68f958f1d0d37efc231721))
12+
* support EVM interpreter for cast run ([#1168](https://github.com/matter-labs/foundry-zksync/issues/1168)) ([b57c83b](https://github.com/matter-labs/foundry-zksync/commit/b57c83b3945aca5dbdc5958ba75f80403c9f6ef7))
13+
14+
15+
### Bug Fixes
16+
17+
* **forge:** color bug in `Display` impl for `TestResult` ([11d2203](https://github.com/matter-labs/foundry-zksync/commit/11d22031571ec19f7f68f958f1d0d37efc231721))
18+
* **forge:** support broadcast from vm.deployCode ([11d2203](https://github.com/matter-labs/foundry-zksync/commit/11d22031571ec19f7f68f958f1d0d37efc231721))
19+
* **release:** build docker x86_64 using host cross ([11d2203](https://github.com/matter-labs/foundry-zksync/commit/11d22031571ec19f7f68f958f1d0d37efc231721))
20+
* use fee blob basefee for missing blob fee ([11d2203](https://github.com/matter-labs/foundry-zksync/commit/11d22031571ec19f7f68f958f1d0d37efc231721))
21+
322
## [0.0.29](https://github.com/matter-labs/foundry-zksync/compare/foundry-zksync-v0.0.28...foundry-zksync-v0.0.29) (2025-09-18)
423

524

Cargo.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resolver = "2"
3434
metadata.upstream_version = "1.3.5"
3535

3636
[workspace.package]
37-
version = "0.0.29" # x-release-please-version
37+
version = "0.0.30" # x-release-please-version
3838
edition = "2024"
3939
# Remember to update clippy.toml as well
4040
rust-version = "1.89"

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "foundry-bench"
3-
version = "0.0.29"
3+
version = "0.0.30"
44
edition = "2024"
55
license = "Apache-2.0 OR MIT"
66

crates/evm/networks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ revm = { workspace = true, features = [
3636
] }
3737

3838
clap = { version = "4", features = ["derive", "env", "unicode", "wrap_help"] }
39-
serde.workspace = true
39+
serde.workspace = true

0 commit comments

Comments
 (0)