From 087f73c67f4346244ec7614cd8bb742bc1068b24 Mon Sep 17 00:00:00 2001 From: evalir Date: Tue, 17 Jun 2025 16:30:31 +0200 Subject: [PATCH 1/4] chore: v0.2.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8b290074..5c2bf3bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.2.2" +version = "0.2.3" edition = "2021" rust-version = "1.81" authors = ["init4"] From 168ceb49fb10023772a245578082975439e34a95 Mon Sep 17 00:00:00 2001 From: evalir Date: Tue, 17 Jun 2025 16:37:53 +0200 Subject: [PATCH 2/4] chore: unpin stuff --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5c2bf3bf..85a5b631 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ signet-zenith = { version = "0.2.0", path = "crates/zenith" } ajj = { version = "0.3.4" } # trevm -trevm = { version = "=0.23.4", features = ["full_env_cfg"] } +trevm = { version = "0.23.4", features = ["full_env_cfg"] } # Alloy periphery crates alloy = { version = "=1.0.5", features = [ @@ -58,7 +58,6 @@ alloy = { version = "=1.0.5", features = [ "genesis", "arbitrary", ] } -alloy-rpc-types-mev = { version = "=1.0.5" } alloy-contract = { version = "=1.0.5", features = ["pubsub"] } # Reth From ed3c3931d8c63487c5f420fcfc78ab557da6f7bf Mon Sep 17 00:00:00 2001 From: evalir Date: Tue, 17 Jun 2025 16:39:46 +0200 Subject: [PATCH 3/4] chore: unpin things, upgrade alloy --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 85a5b631..e3ba0d7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,13 +52,13 @@ ajj = { version = "0.3.4" } trevm = { version = "0.23.4", features = ["full_env_cfg"] } # Alloy periphery crates -alloy = { version = "=1.0.5", features = [ +alloy = { version = "=1.0.11", features = [ "full", "rpc-types-mev", "genesis", "arbitrary", ] } -alloy-contract = { version = "=1.0.5", features = ["pubsub"] } +alloy-contract = { version = "=1.0.11", features = ["pubsub"] } # Reth reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.3" } @@ -80,7 +80,7 @@ reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", tag = "v1 reth-trie-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.3" } # Foundry periphery -foundry-blob-explorers = "=0.10" +foundry-blob-explorers = "0.10" # Async tokio = { version = "1.43.0", features = ["macros"] } From 3dc186c0682fa4a8c848665b9ebb78e21067218f Mon Sep 17 00:00:00 2001 From: evalir Date: Tue, 17 Jun 2025 16:41:47 +0200 Subject: [PATCH 4/4] chore: also unpin rlp --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e3ba0d7e..94342af7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,4 +114,4 @@ hex = { package = "const-hex", version = "1.10", default-features = false, featu uuid = "1.16.0" # Test Utils -alloy-rlp = "=0.3.11" +alloy-rlp = "0.3.11"