From adf2002c9091390363b2ce3a83ed1eac29082f8d Mon Sep 17 00:00:00 2001 From: fredo Date: Wed, 4 Jun 2025 22:15:25 +0200 Subject: [PATCH 1/5] chore: update int-test-utils --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8777382..2437a6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ alloy-eip7702 = "0.5.1" assertion-da-server = { git = "https://github.com/phylaxsystems/assertion-da.git", tag = "0.1.2" } criterion = { version = "0.5.1" } bollard = "0.18" -int-test-utils = { git = "https://github.com/phylaxsystems/int-test-utils.git", rev = "3f677ed" } +int-test-utils = { git = "https://github.com/phylaxsystems/int-test-utils.git", rev = "6633976" } assertion-executor = { path = ".", features = ["test"] } futures = "0.3.31" From e48bece8845feab8940b164ec06797a65bce9b77 Mon Sep 17 00:00:00 2001 From: fredo Date: Wed, 4 Jun 2025 22:16:30 +0200 Subject: [PATCH 2/5] Update Cargo.lock --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 12e04cf..8538dd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3002,7 +3002,7 @@ dependencies = [ [[package]] name = "int-test-utils" version = "0.1.0" -source = "git+https://github.com/phylaxsystems/int-test-utils.git?rev=60cd1fa#60cd1fae57bd1650ff667d53eecee81a17555b47" +source = "git+https://github.com/phylaxsystems/int-test-utils.git?rev=6633976#66339765611c636ca56a0690afc0db4ac9f26168" dependencies = [ "alloy 0.11.1", "anyhow", From 24dd01a324ed75108ba944eec9be034b7fb08bca Mon Sep 17 00:00:00 2001 From: fredo Date: Wed, 4 Jun 2025 22:21:28 +0200 Subject: [PATCH 3/5] Update credible layer contracts to 0.0.3 --- lib/credible-layer-contracts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/credible-layer-contracts b/lib/credible-layer-contracts index 0199a91..7c0c3e8 160000 --- a/lib/credible-layer-contracts +++ b/lib/credible-layer-contracts @@ -1 +1 @@ -Subproject commit 0199a91d77cbca9c94b3ff878c7c2bbef6314ea3 +Subproject commit 7c0c3e84bdcd7b32e7621442d9776989ab425a32 From 2bf0bbae4aafeee2057f9f9e3e6eb1a4ca0c1738 Mon Sep 17 00:00:00 2001 From: fredo Date: Wed, 4 Jun 2025 22:26:36 +0200 Subject: [PATCH 4/5] chore: bump version to 0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2437a6d..d9a75ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "assertion-executor" -version = "0.1.2" +version = "0.1.3" edition = "2021" [dependencies] From 23c5039cbfe20e9a564db415454dedd1a8b3cff1 Mon Sep 17 00:00:00 2001 From: fredo Date: Wed, 4 Jun 2025 22:28:26 +0200 Subject: [PATCH 5/5] chore: update Cargo.lock --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 8538dd0..65c67a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1134,7 +1134,7 @@ dependencies = [ [[package]] name = "assertion-executor" -version = "0.1.2" +version = "0.1.3" dependencies = [ "alloy 0.11.1", "alloy-consensus 0.11.1",