From bc2dd249ca3c99773847b7c849df45488f1fa39e Mon Sep 17 00:00:00 2001 From: dylan Date: Fri, 21 Nov 2025 17:01:12 -0700 Subject: [PATCH 1/2] deps: bumps sdk to 0.15.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4e59403..82c517a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,8 @@ repository = "https://github.com/init4tech/bin-base" init4-from-env-derive = "0.1.0" # Signet -signet-constants = { version = "0.14" } -signet-tx-cache = { version = "0.14", optional = true } +signet-constants = { version = "0.15" } +signet-tx-cache = { version = "0.15", optional = true } # alloy alloy = { version = "1.0.35", optional = true, default-features = false, features = ["std", "signer-local", "consensus", "network"] } From bce7a2f1b0bab5a9b9cbfbb7efbbcc2553e55889 Mon Sep 17 00:00:00 2001 From: dylan Date: Mon, 24 Nov 2025 12:19:29 -0700 Subject: [PATCH 2/2] wip: update signet sdk crates while in between version bumps for dev purposes --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 82c517a..601e0d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,10 @@ repository = "https://github.com/init4tech/bin-base" init4-from-env-derive = "0.1.0" # Signet -signet-constants = { version = "0.15" } -signet-tx-cache = { version = "0.15", optional = true } +# signet-constants = { version = "0.15" } +# signet-tx-cache = { version = "0.15", optional = true } +signet-constants = { git = "https://github.com/init4tech/signet-sdk.git", branch = "dylan/logs-sim-env-errors" } +signet-tx-cache = { git = "https://github.com/init4tech/signet-sdk.git", branch = "dylan/logs-sim-env-errors", optional = true } # alloy alloy = { version = "1.0.35", optional = true, default-features = false, features = ["std", "signer-local", "consensus", "network"] }