From dc3eea5a3428509eba86aa41ec0fa55df0124c19 Mon Sep 17 00:00:00 2001 From: Jeb Bearer Date: Thu, 30 May 2024 15:42:07 -0400 Subject: [PATCH] Hotfix query service --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b39a566819..825d83f758 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4182,8 +4182,8 @@ dependencies = [ [[package]] name = "hotshot-query-service" -version = "0.1.23" -source = "git+https://github.com/EspressoSystems/hotshot-query-service?tag=0.1.26#7e1a763650825fd1b445d59ba08e2382eaf9e79d" +version = "0.1.27" +source = "git+https://github.com/EspressoSystems/hotshot-query-service?branch=jb/limit-proactive-scan#a719fb942366d1b4b65ef0b8a777732289a781a3" dependencies = [ "anyhow", "ark-serialize", @@ -7417,7 +7417,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.11.0", "proc-macro2", "quote", "syn 2.0.60", diff --git a/Cargo.toml b/Cargo.toml index 01371e2789..0946de17ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ hotshot-builder-core = { git = "https://github.com/EspressoSystems/hotshot-build hotshot-contract-adapter = { version = "0.1.0", path = "contracts/rust/adapter" } hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.23" } hotshot-orchestrator = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.55" } -hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", tag = "0.1.26" } +hotshot-query-service = { git = "https://github.com/EspressoSystems/hotshot-query-service", branch = "jb/limit-proactive-scan" } hotshot-stake-table = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.55" } hotshot-state-prover = { version = "0.1.0", path = "hotshot-state-prover" } hotshot-task = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.55" }