From 4ca8b53ae08bbe5b3d3f76cb016af6fbf5b13499 Mon Sep 17 00:00:00 2001 From: fredo Date: Thu, 5 Jun 2025 17:44:48 +0200 Subject: [PATCH 1/3] chore: update assertion-da --- Cargo.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4f31b7..ae08507 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1066,11 +1066,11 @@ dependencies = [ [[package]] name = "assertion-da-client" -version = "0.1.3" -source = "git+https://github.com/phylaxsystems/assertion-da.git?tag=0.1.4#7eccceb798a35de0c6c1766ff40f8a8887de2fa7" +version = "0.1.4" +source = "git+https://github.com/phylaxsystems/assertion-da.git?tag=0.1.4#229dac8e663abeae22a122d0902a0469c62b3286" dependencies = [ "alloy 0.11.1", - "assertion-da-core 0.1.3", + "assertion-da-core 0.1.4", "http", "reqwest", "serde", @@ -1092,8 +1092,8 @@ dependencies = [ [[package]] name = "assertion-da-core" -version = "0.1.3" -source = "git+https://github.com/phylaxsystems/assertion-da.git?tag=0.1.4#7eccceb798a35de0c6c1766ff40f8a8887de2fa7" +version = "0.1.4" +source = "git+https://github.com/phylaxsystems/assertion-da.git?tag=0.1.4#229dac8e663abeae22a122d0902a0469c62b3286" dependencies = [ "alloy 0.11.1", "serde", @@ -1145,14 +1145,14 @@ dependencies = [ [[package]] name = "assertion-da-server" -version = "0.1.3" -source = "git+https://github.com/phylaxsystems/assertion-da.git?tag=0.1.4#7eccceb798a35de0c6c1766ff40f8a8887de2fa7" +version = "0.1.4" +source = "git+https://github.com/phylaxsystems/assertion-da.git?tag=0.1.4#229dac8e663abeae22a122d0902a0469c62b3286" dependencies = [ "alloy 0.11.1", "alloy-dyn-abi", "alloy-json-abi", "anyhow", - "assertion-da-core 0.1.3", + "assertion-da-core 0.1.4", "bincode", "bollard", "clap", @@ -1210,7 +1210,7 @@ dependencies = [ "alloy-transport-ws", "anyhow", "assertion-da-client", - "assertion-da-server 0.1.3", + "assertion-da-server 0.1.4", "assertion-executor", "bincode", "bollard", From 90cafb228b2d938ddcb6f23f6f71a083e968f6dc Mon Sep 17 00:00:00 2001 From: fredo Date: Thu, 5 Jun 2025 17:48:50 +0200 Subject: [PATCH 2/3] chore: update int-test-utils --- Cargo.lock | 87 ++++-------------------------------------------------- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 82 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae08507..ad26667 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1070,7 +1070,7 @@ version = "0.1.4" source = "git+https://github.com/phylaxsystems/assertion-da.git?tag=0.1.4#229dac8e663abeae22a122d0902a0469c62b3286" dependencies = [ "alloy 0.11.1", - "assertion-da-core 0.1.4", + "assertion-da-core", "http", "reqwest", "serde", @@ -1081,15 +1081,6 @@ dependencies = [ "url", ] -[[package]] -name = "assertion-da-core" -version = "0.1.2" -source = "git+https://github.com/phylaxsystems/assertion-da.git?tag=0.1.2#48edd1137fedbca4f84413ebb84adb2a9af67888" -dependencies = [ - "alloy 0.11.1", - "serde", -] - [[package]] name = "assertion-da-core" version = "0.1.4" @@ -1099,50 +1090,6 @@ dependencies = [ "serde", ] -[[package]] -name = "assertion-da-server" -version = "0.1.2" -source = "git+https://github.com/phylaxsystems/assertion-da.git?tag=0.1.2#48edd1137fedbca4f84413ebb84adb2a9af67888" -dependencies = [ - "alloy 0.11.1", - "alloy-dyn-abi", - "alloy-json-abi", - "anyhow", - "assertion-da-core 0.1.2", - "bincode", - "bollard", - "clap", - "directories", - "ecdsa", - "futures", - "futures-util", - "hex", - "http-body-util", - "hyper", - "hyper-util", - "k256", - "metrics", - "metrics-exporter-prometheus 0.16.2", - "rand 0.8.5", - "regex", - "reqwest", - "rust-tracing 0.1.3 (git+https://github.com/phylaxsystems/rust-tracing.git?rev=7c3861c83b880c40e1f2c6005892f1d915598081)", - "serde", - "serde_json", - "simd-json", - "sled", - "tempfile", - "thiserror 2.0.12", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", - "tracing-subscriber", - "util", - "uuid", - "zerocopy 0.7.35", -] - [[package]] name = "assertion-da-server" version = "0.1.4" @@ -1152,7 +1099,7 @@ dependencies = [ "alloy-dyn-abi", "alloy-json-abi", "anyhow", - "assertion-da-core 0.1.4", + "assertion-da-core", "bincode", "bollard", "clap", @@ -1170,7 +1117,7 @@ dependencies = [ "rand 0.8.5", "regex", "reqwest", - "rust-tracing 0.1.3 (git+https://github.com/phylaxsystems/rust-tracing.git?tag=0.1.3)", + "rust-tracing", "serde", "serde_json", "simd-json", @@ -1210,7 +1157,7 @@ dependencies = [ "alloy-transport-ws", "anyhow", "assertion-da-client", - "assertion-da-server 0.1.4", + "assertion-da-server", "assertion-executor", "bincode", "bollard", @@ -3064,11 +3011,11 @@ dependencies = [ [[package]] name = "int-test-utils" version = "0.1.0" -source = "git+https://github.com/phylaxsystems/int-test-utils.git?rev=6633976#66339765611c636ca56a0690afc0db4ac9f26168" +source = "git+https://github.com/phylaxsystems/int-test-utils.git?rev=06b4a06#06b4a061db74ca9f1c892f0e3671200c6ec3f07d" dependencies = [ "alloy 0.11.1", "anyhow", - "assertion-da-server 0.1.2", + "assertion-da-server", "bollard", "rand 0.8.5", "sled", @@ -5049,28 +4996,6 @@ dependencies = [ "url", ] -[[package]] -name = "rust-tracing" -version = "0.1.3" -source = "git+https://github.com/phylaxsystems/rust-tracing.git?rev=7c3861c83b880c40e1f2c6005892f1d915598081#7c3861c83b880c40e1f2c6005892f1d915598081" -dependencies = [ - "alloy 0.12.6", - "init4-from-env-derive", - "metrics", - "metrics-exporter-prometheus 0.17.0", - "opentelemetry", - "opentelemetry-otlp", - "opentelemetry-semantic-conventions", - "opentelemetry_sdk", - "serde", - "thiserror 2.0.12", - "tracing", - "tracing-core", - "tracing-opentelemetry", - "tracing-subscriber", - "url", -] - [[package]] name = "rustc-demangle" version = "0.1.24" diff --git a/Cargo.toml b/Cargo.toml index 501382e..2003382 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ alloy-eip7702 = "0.5.1" assertion-da-server = { git = "https://github.com/phylaxsystems/assertion-da.git", tag = "0.1.4" } criterion = { version = "0.5.1" } bollard = "0.18" -int-test-utils = { git = "https://github.com/phylaxsystems/int-test-utils.git", rev = "6633976" } +int-test-utils = { git = "https://github.com/phylaxsystems/int-test-utils.git", rev = "06b4a06" } assertion-executor = { path = ".", features = ["test"] } futures = "0.3.31" From bbc07c9f95d88ff3588b5a6f027770aa5d94ef63 Mon Sep 17 00:00:00 2001 From: fredo Date: Thu, 5 Jun 2025 17:50:12 +0200 Subject: [PATCH 3/3] chore: bump assertion executor to 0.1.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ad26667..7ff802a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1136,7 +1136,7 @@ dependencies = [ [[package]] name = "assertion-executor" -version = "0.1.4" +version = "0.1.5" dependencies = [ "alloy 0.11.1", "alloy-consensus 0.11.1", diff --git a/Cargo.toml b/Cargo.toml index 2003382..66e141c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "assertion-executor" -version = "0.1.4" +version = "0.1.5" edition = "2021" [dependencies]