From 6f7fd9e413bbc0fdd795e44b0437111ac14ac200 Mon Sep 17 00:00:00 2001 From: Artemii Gerasimovich Date: Thu, 5 Dec 2024 18:57:14 +0100 Subject: [PATCH] Update events-service --- Cargo.lock | 37 ++++++++++++++++++++++++++++++++----- Cargo.toml | 2 +- 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85dea358a..a0f2c6863 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1267,7 +1267,7 @@ dependencies = [ "hotshot", "hotshot-builder-api", "hotshot-builder-core", - "hotshot-events-service", + "hotshot-events-service 0.1.56 (git+https://github.com/EspressoSystems/hotshot-events-service.git?tag=0.1.56)", "hotshot-state-prover", "hotshot-types", "jf-signature 0.2.0", @@ -4098,6 +4098,33 @@ dependencies = [ "num-traits", ] +[[package]] +name = "hotshot-events-service" +version = "0.1.56" +source = "git+https://github.com/EspressoSystems/hotshot-events-service.git?tag=0.1.56#c8046e6debb533c6abf431866ccf1d3787338982" +dependencies = [ + "async-broadcast", + "async-lock 2.8.0", + "async-trait", + "clap", + "derivative", + "derive_more 0.99.18", + "either", + "futures", + "hotshot-types", + "libp2p-identity", + "rand 0.8.5", + "serde", + "snafu 0.8.5", + "tagged-base64", + "tide-disco", + "tokio", + "toml 0.8.19", + "tracing", + "tracing-test", + "vbs", +] + [[package]] name = "hotshot-events-service" version = "0.1.56" @@ -6177,7 +6204,7 @@ dependencies = [ "futures", "hotshot", "hotshot-builder-api", - "hotshot-events-service", + "hotshot-events-service 0.1.56 (git+https://github.com/EspressoSystems/hotshot-events-service.git?tag=0.1.56)", "hotshot-orchestrator", "hotshot-query-service", "hotshot-stake-table", @@ -6244,7 +6271,7 @@ dependencies = [ "hex", "hotshot", "hotshot-builder-api", - "hotshot-events-service", + "hotshot-events-service 0.1.56 (git+https://github.com/EspressoSystems/hotshot-events-service.git?branch=hotshot%2F0.5.82)", "hotshot-example-types", "hotshot-task-impls", "hotshot-testing", @@ -6275,7 +6302,7 @@ dependencies = [ "espresso-types", "futures", "hotshot", - "hotshot-events-service", + "hotshot-events-service 0.1.56 (git+https://github.com/EspressoSystems/hotshot-events-service.git?tag=0.1.56)", "hotshot-query-service", "hotshot-types", "marketplace-solver", @@ -8618,7 +8645,7 @@ dependencies = [ "futures", "hotshot", "hotshot-contract-adapter", - "hotshot-events-service", + "hotshot-events-service 0.1.56 (git+https://github.com/EspressoSystems/hotshot-events-service.git?tag=0.1.56)", "hotshot-example-types", "hotshot-orchestrator", "hotshot-query-service", diff --git a/Cargo.toml b/Cargo.toml index f8358292e..2e6ef2c62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ hotshot-builder-api = { git = "https://github.com/EspressoSystems/hotshot", tag hotshot-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", branch = "hotshot/0.5.82" } marketplace-builder-core = { git = "https://github.com/EspressoSystems/marketplace-builder-core", branch = "hotshot/0.5.82" } marketplace-builder-shared = { git = "https://github.com/EspressoSystems/marketplace-builder-core", branch = "hotshot/0.5.82" } -hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", branch = "hotshot/0.5.82" } +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", branch = "hotshot/0.5.82" } hotshot-stake-table = { git = "https://github.com/EspressoSystems/hotshot", tag = "0.5.82" }