From 7841fabdd71dd5b58a7bd21ccd9b7d25d11ddc55 Mon Sep 17 00:00:00 2001 From: Swanny Date: Sun, 17 May 2026 19:23:09 -0400 Subject: [PATCH 1/5] chore(deps): bump signet-sdk family to gouda branch (KnownChains::Gouda) Pin signet-evm, signet-types, signet-zenith to git rev 8a85a4636bccf971226a9c80c311832ce33e998c (feat/gouda-known-chain) so node-components can git-rev-pin signet-storage against v0.19.0. Co-Authored-By: Claude Sonnet 4.6 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e5f15b2..1577b3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,9 +46,9 @@ signet-storage-types = { version = "0.9.0", path = "./crates/types" } # External, in-house signet-libmdbx = { version = "0.8.0" } -signet-evm = "0.18.0" -signet-types = "0.18.0" -signet-zenith = "0.18.0" +signet-evm = { git = "https://github.com/init4tech/signet-sdk", rev = "8a85a4636bccf971226a9c80c311832ce33e998c" } +signet-types = { git = "https://github.com/init4tech/signet-sdk", rev = "8a85a4636bccf971226a9c80c311832ce33e998c" } +signet-zenith = { git = "https://github.com/init4tech/signet-sdk", rev = "8a85a4636bccf971226a9c80c311832ce33e998c" } # trevm trevm = { version = "0.34.0", features = ["full_env_cfg"] } From 5ab8f75e2e89628b60128204132a8186afff1a4f Mon Sep 17 00:00:00 2001 From: Swanny Date: Sun, 17 May 2026 21:50:54 -0400 Subject: [PATCH 2/5] chore(deps): bump signet-sdk to gouda chains commit (3489c6b) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1577b3a..e169cac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,9 +46,9 @@ signet-storage-types = { version = "0.9.0", path = "./crates/types" } # External, in-house signet-libmdbx = { version = "0.8.0" } -signet-evm = { git = "https://github.com/init4tech/signet-sdk", rev = "8a85a4636bccf971226a9c80c311832ce33e998c" } -signet-types = { git = "https://github.com/init4tech/signet-sdk", rev = "8a85a4636bccf971226a9c80c311832ce33e998c" } -signet-zenith = { git = "https://github.com/init4tech/signet-sdk", rev = "8a85a4636bccf971226a9c80c311832ce33e998c" } +signet-evm = { git = "https://github.com/init4tech/signet-sdk", rev = "3489c6b" } +signet-types = { git = "https://github.com/init4tech/signet-sdk", rev = "3489c6b" } +signet-zenith = { git = "https://github.com/init4tech/signet-sdk", rev = "3489c6b" } # trevm trevm = { version = "0.34.0", features = ["full_env_cfg"] } From d5bf6fa5b1e09b4f295650a606148fdb307cbbf9 Mon Sep 17 00:00:00 2001 From: Swanny Date: Sun, 17 May 2026 22:52:14 -0400 Subject: [PATCH 3/5] chore(deps): bump signet-sdk to host-start-timestamp fix (ecce6a4) Co-Authored-By: Claude Sonnet 4.6 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e169cac..ce5fcaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,9 +46,9 @@ signet-storage-types = { version = "0.9.0", path = "./crates/types" } # External, in-house signet-libmdbx = { version = "0.8.0" } -signet-evm = { git = "https://github.com/init4tech/signet-sdk", rev = "3489c6b" } -signet-types = { git = "https://github.com/init4tech/signet-sdk", rev = "3489c6b" } -signet-zenith = { git = "https://github.com/init4tech/signet-sdk", rev = "3489c6b" } +signet-evm = { git = "https://github.com/init4tech/signet-sdk", rev = "ecce6a48a6af81c5f668c142b3a63452de02a146" } +signet-types = { git = "https://github.com/init4tech/signet-sdk", rev = "ecce6a48a6af81c5f668c142b3a63452de02a146" } +signet-zenith = { git = "https://github.com/init4tech/signet-sdk", rev = "ecce6a48a6af81c5f668c142b3a63452de02a146" } # trevm trevm = { version = "0.34.0", features = ["full_env_cfg"] } From 4fb73edf461a6763f8d19d27023a18b1edcdbde0 Mon Sep 17 00:00:00 2001 From: Swanny Date: Tue, 19 May 2026 12:43:37 -0400 Subject: [PATCH 4/5] chore(deps): use signet-sdk 0.19.0 from crates.io Co-Authored-By: Claude Opus 4.7 (1M context) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ce5fcaf..cdd0736 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,9 +46,9 @@ signet-storage-types = { version = "0.9.0", path = "./crates/types" } # External, in-house signet-libmdbx = { version = "0.8.0" } -signet-evm = { git = "https://github.com/init4tech/signet-sdk", rev = "ecce6a48a6af81c5f668c142b3a63452de02a146" } -signet-types = { git = "https://github.com/init4tech/signet-sdk", rev = "ecce6a48a6af81c5f668c142b3a63452de02a146" } -signet-zenith = { git = "https://github.com/init4tech/signet-sdk", rev = "ecce6a48a6af81c5f668c142b3a63452de02a146" } +signet-evm = { version = "0.19.0" } +signet-types = { version = "0.19.0" } +signet-zenith = { version = "0.19.0" } # trevm trevm = { version = "0.34.0", features = ["full_env_cfg"] } From 29a7fdf68ebddf2dcba6f08a3c3476f6b693a526 Mon Sep 17 00:00:00 2001 From: Swanny Date: Tue, 19 May 2026 14:42:25 -0400 Subject: [PATCH 5/5] chore: v0.10.0 Co-Authored-By: Claude Opus 4.7 (1M context) --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cdd0736..7f1975a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.9.0" +version = "0.10.0" edition = "2024" rust-version = "1.92" authors = ["init4"] @@ -35,13 +35,13 @@ incremental = false [workspace.dependencies] # internal -signet-hot = { version = "0.9.0", path = "./crates/hot" } -signet-hot-mdbx = { version = "0.9.0", path = "./crates/hot-mdbx" } -signet-cold = { version = "0.9.0", path = "./crates/cold" } -signet-cold-mdbx = { version = "0.9.0", path = "./crates/cold-mdbx" } -signet-cold-sql = { version = "0.9.0", path = "./crates/cold-sql" } -signet-storage = { version = "0.9.0", path = "./crates/storage" } -signet-storage-types = { version = "0.9.0", path = "./crates/types" } +signet-hot = { version = "0.10.0", path = "./crates/hot" } +signet-hot-mdbx = { version = "0.10.0", path = "./crates/hot-mdbx" } +signet-cold = { version = "0.10.0", path = "./crates/cold" } +signet-cold-mdbx = { version = "0.10.0", path = "./crates/cold-mdbx" } +signet-cold-sql = { version = "0.10.0", path = "./crates/cold-sql" } +signet-storage = { version = "0.10.0", path = "./crates/storage" } +signet-storage-types = { version = "0.10.0", path = "./crates/types" } # External, in-house signet-libmdbx = { version = "0.8.0" }