Skip to content

Commit

Permalink
Rev -> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinI committed Dec 7, 2024
1 parent a9b9f7b commit aea6ea1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ tokio = { version = "1", default-features = false, features = [
hotshot = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.82" }
# Hotshot imports
hotshot-builder-api = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.82" }
hotshot-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", rev = "06e9bf982cc84fc79c5394490b2a73cfcfb7c935", package = "hotshot-builder-core-refactored" }
marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", rev = "06e9bf982cc84fc79c5394490b2a73cfcfb7c935" }
marketplace-builder-shared = { git = "https://github.com/EspressoSystems/marketplace-builder-core", rev = "06e9bf982cc84fc79c5394490b2a73cfcfb7c935" }
hotshot-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.58", package = "hotshot-builder-core-refactored" }
marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.58" }
marketplace-builder-shared = { git = "https://github.com/EspressoSystems/marketplace-builder-core", tag = "0.1.58" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.56" }
hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.82" }
hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "v0.1.75" }
Expand Down
2 changes: 1 addition & 1 deletion sequencer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ pub mod testing {
let global_state: Arc<GlobalState<SeqTypes, NoHooks<SeqTypes>>> = GlobalState::new(
BuilderConfig {
builder_keys: (builder_key_pair.fee_account(), builder_key_pair),
api_timeout: Duration::from_secs(1),
api_timeout: Duration::from_secs(60),
tx_capture_timeout: Duration::from_millis(100),
txn_garbage_collect_duration: Duration::from_secs(60),
txn_channel_capacity: BUILDER_CHANNEL_CAPACITY_FOR_TEST,
Expand Down

0 comments on commit aea6ea1

Please sign in to comment.