Skip to content

Commit

Permalink
update marketplace builder core to 0.1.51 (#2125)
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit authored Oct 7, 2024
1 parent c7c61f4 commit 922be9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion builder/src/non_permissioned.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 922be9c

Please sign in to comment.