From 922be9c7beeccfd14a04419c1ba12360c3104904 Mon Sep 17 00:00:00 2001 From: Abdul Basit <45506001+imabdulbasit@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:42:08 +0500 Subject: [PATCH] update marketplace builder core to 0.1.51 (#2125) --- Cargo.lock | 2 +- Cargo.toml | 2 +- builder/src/non_permissioned.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b7b5259c..04e3fdfa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4166,7 +4166,7 @@ dependencies = [ [[package]] name = "hotshot-builder-core" version = "0.1.50" -source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.50#c7fa32faf1a7664469543453760e7adc54376f10" +source = "git+https://github.com/EspressoSystems/marketplace-builder-core?tag=0.1.51#b964e7e85396b224e274b7e274ac1b65de5a55c7" dependencies = [ "anyhow", "async-broadcast", diff --git a/Cargo.toml b/Cargo.toml index 49fe56049..8ae3af08c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ futures = "0.3" hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.76", features = ["dependency-tasks"] } # Hotshot imports hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.76" } -hotshot-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.50" } +hotshot-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.51" } marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.50" } hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.48" } hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.76" } diff --git a/builder/src/non_permissioned.rs b/builder/src/non_permissioned.rs index ef0004645..9c3e11682 100644 --- a/builder/src/non_permissioned.rs +++ b/builder/src/non_permissioned.rs @@ -195,7 +195,7 @@ impl BuilderConfig { let global_state_clone = global_state.clone(); tracing::info!("Running permissionless builder against hotshot events API at {events_url}",); async_spawn(async move { - let res = run_non_permissioned_standalone_builder_service::<_, V>( + let res = run_non_permissioned_standalone_builder_service::<_, SequencerApiVersion>( da_sender, qc_sender, decide_sender,