diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 816df2d5..04779995 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 071317c9..db7059c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.2](https://github.com/matter-labs/anvil-zksync/compare/v0.3.1...v0.3.2) (2025-02-28) + + +### Features + +* implement `anvil_zks_{prove,execute}Batch` ([#586](https://github.com/matter-labs/anvil-zksync/issues/586)) ([abbcf72](https://github.com/matter-labs/anvil-zksync/commit/abbcf72d0afbb662b5abbd621b4b959b6849e7ba)) +* update zksync error setup ([#596](https://github.com/matter-labs/anvil-zksync/issues/596)) ([18cdc30](https://github.com/matter-labs/anvil-zksync/commit/18cdc3035fb00c9e47998c770331536d782315e3)) + + +### Bug Fixes + +* block `net_version` on a separate runtime ([#602](https://github.com/matter-labs/anvil-zksync/issues/602)) ([8ca721d](https://github.com/matter-labs/anvil-zksync/commit/8ca721daaaa6aa58caac9495f14d5db6aa0232ed)) + ## [0.3.1](https://github.com/matter-labs/anvil-zksync/compare/v0.3.0...v0.3.1) (2025-02-20) diff --git a/Cargo.lock b/Cargo.lock index 6e136314..bbe78c0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1042,7 +1042,7 @@ dependencies = [ [[package]] name = "anvil-zksync" -version = "0.3.1" +version = "0.3.2" dependencies = [ "alloy", "anvil_zksync_api_server", @@ -1076,7 +1076,7 @@ dependencies = [ [[package]] name = "anvil_zksync_api_decl" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anvil_zksync_types", "jsonrpsee", @@ -1087,7 +1087,7 @@ dependencies = [ [[package]] name = "anvil_zksync_api_server" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anvil_zksync_api_decl", "anvil_zksync_common", @@ -1113,7 +1113,7 @@ dependencies = [ [[package]] name = "anvil_zksync_common" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anstream", "anstyle", @@ -1121,7 +1121,7 @@ dependencies = [ [[package]] name = "anvil_zksync_config" -version = "0.3.1" +version = "0.3.2" dependencies = [ "alloy", "anvil_zksync_common", @@ -1140,7 +1140,7 @@ dependencies = [ [[package]] name = "anvil_zksync_core" -version = "0.3.1" +version = "0.3.2" dependencies = [ "alloy", "anvil_zksync_common", @@ -1183,7 +1183,7 @@ dependencies = [ [[package]] name = "anvil_zksync_l1_sidecar" -version = "0.3.1" +version = "0.3.2" dependencies = [ "alloy", "anvil", @@ -1204,7 +1204,7 @@ dependencies = [ [[package]] name = "anvil_zksync_types" -version = "0.3.1" +version = "0.3.2" dependencies = [ "clap", "serde", @@ -10329,7 +10329,7 @@ dependencies = [ [[package]] name = "zksync_error" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 1dc84462..89fbfc64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ strip = "debuginfo" # Automatically strip symbols from the binary. lto = "thin" # Enable link-time optimization. [workspace.package] -version = "0.3.1" # x-release-please-version +version = "0.3.2" # x-release-please-version edition = "2021" authors = ["The Matter Labs Team "] homepage = "https://zksync.io/" diff --git a/e2e-tests-rust/Cargo.lock b/e2e-tests-rust/Cargo.lock index 6958a39a..a115778e 100644 --- a/e2e-tests-rust/Cargo.lock +++ b/e2e-tests-rust/Cargo.lock @@ -869,7 +869,7 @@ dependencies = [ [[package]] name = "anvil_zksync_common" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anstream", "anstyle", @@ -877,7 +877,7 @@ dependencies = [ [[package]] name = "anvil_zksync_config" -version = "0.3.1" +version = "0.3.2" dependencies = [ "alloy", "anvil_zksync_common", @@ -896,7 +896,7 @@ dependencies = [ [[package]] name = "anvil_zksync_core" -version = "0.3.1" +version = "0.3.2" dependencies = [ "alloy", "anvil_zksync_common", @@ -934,7 +934,7 @@ dependencies = [ [[package]] name = "anvil_zksync_types" -version = "0.3.1" +version = "0.3.2" dependencies = [ "clap", "serde", @@ -7365,9 +7365,10 @@ dependencies = [ [[package]] name = "zksync-error-codegen" version = "0.1.0" -source = "git+https://github.com/matter-labs/zksync-error?rev=a5444af1fbcd6a18afeacad9ac2d09757e1a67e1#a5444af1fbcd6a18afeacad9ac2d09757e1a67e1" +source = "git+https://github.com/matter-labs/zksync-error?rev=92d1b60d18686e0e261f04dc7efd74db60e112f1#92d1b60d18686e0e261f04dc7efd74db60e112f1" dependencies = [ "cargo_metadata", + "derive_more 2.0.1", "include_dir", "maplit", "proc-macro2", @@ -7382,34 +7383,26 @@ dependencies = [ "syn 2.0.98", "tera", "thiserror 1.0.69", + "tracing", "vector-map", - "zksync-error-description 0.1.0 (git+https://github.com/matter-labs/zksync-error?rev=a5444af1fbcd6a18afeacad9ac2d09757e1a67e1)", + "zksync-error-description", "zksync-error-model", ] [[package]] name = "zksync-error-description" version = "0.1.0" -source = "git+https://github.com/matter-labs/zksync-error?rev=a5444af1fbcd6a18afeacad9ac2d09757e1a67e1#a5444af1fbcd6a18afeacad9ac2d09757e1a67e1" +source = "git+https://github.com/matter-labs/zksync-error?rev=92d1b60d18686e0e261f04dc7efd74db60e112f1#92d1b60d18686e0e261f04dc7efd74db60e112f1" dependencies = [ "serde", "serde_json", "zksync-error-model", ] -[[package]] -name = "zksync-error-description" -version = "0.1.0" -source = "git+https://github.com/matter-labs/zksync-error?rev=cee7b79#cee7b799ede3d0af742f47c618a6e328aac0e21a" -dependencies = [ - "serde", - "serde_json", -] - [[package]] name = "zksync-error-model" version = "0.1.0" -source = "git+https://github.com/matter-labs/zksync-error?rev=a5444af1fbcd6a18afeacad9ac2d09757e1a67e1#a5444af1fbcd6a18afeacad9ac2d09757e1a67e1" +source = "git+https://github.com/matter-labs/zksync-error?rev=92d1b60d18686e0e261f04dc7efd74db60e112f1#92d1b60d18686e0e261f04dc7efd74db60e112f1" dependencies = [ "derive_more 2.0.1", "serde", @@ -7542,7 +7535,7 @@ dependencies = [ [[package]] name = "zksync_error" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "lazy_static", @@ -7550,7 +7543,7 @@ dependencies = [ "serde_json", "strum", "strum_macros", - "zksync-error-description 0.1.0 (git+https://github.com/matter-labs/zksync-error?rev=cee7b79)", + "zksync-error-description", ] [[package]]