From 861383d7a7bc3b59b2fb20f2afa12b2609fd05e8 Mon Sep 17 00:00:00 2001 From: Himanshu Goyal Date: Mon, 29 Apr 2024 09:59:22 -0400 Subject: [PATCH 1/2] hotshot 0.5.45 --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e422700..ee5a599 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3073,7 +3073,7 @@ dependencies = [ [[package]] name = "hotshot" version = "0.5.43" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.44#b53c2d51258c6e9038f1769b78bb6731d95db4a5" +source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" dependencies = [ "anyhow", "async-broadcast", @@ -3118,7 +3118,7 @@ dependencies = [ [[package]] name = "hotshot-builder-api" version = "0.1.7" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.44#b53c2d51258c6e9038f1769b78bb6731d95db4a5" +source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" dependencies = [ "async-trait", "clap", @@ -3164,7 +3164,7 @@ dependencies = [ [[package]] name = "hotshot-example-types" version = "0.5.43" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.44#b53c2d51258c6e9038f1769b78bb6731d95db4a5" +source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" dependencies = [ "anyhow", "async-broadcast", @@ -3194,7 +3194,7 @@ dependencies = [ [[package]] name = "hotshot-orchestrator" version = "0.5.43" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.44#b53c2d51258c6e9038f1769b78bb6731d95db4a5" +source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" dependencies = [ "anyhow", "async-compatibility-layer", @@ -3223,7 +3223,7 @@ dependencies = [ [[package]] name = "hotshot-task" version = "0.5.43" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.44#b53c2d51258c6e9038f1769b78bb6731d95db4a5" +source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" dependencies = [ "async-broadcast", "async-compatibility-layer", @@ -3236,7 +3236,7 @@ dependencies = [ [[package]] name = "hotshot-task-impls" version = "0.5.43" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.44#b53c2d51258c6e9038f1769b78bb6731d95db4a5" +source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" dependencies = [ "anyhow", "async-broadcast", @@ -3269,7 +3269,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.11" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.44#b53c2d51258c6e9038f1769b78bb6731d95db4a5" +source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" dependencies = [ "anyhow", "ark-bls12-381", @@ -3321,7 +3321,7 @@ dependencies = [ [[package]] name = "hotshot-web-server" version = "0.5.43" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.44#b53c2d51258c6e9038f1769b78bb6731d95db4a5" +source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" dependencies = [ "async-compatibility-layer", "async-lock 2.8.0", @@ -4392,7 +4392,7 @@ dependencies = [ [[package]] name = "libp2p-networking" version = "0.5.43" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.44#b53c2d51258c6e9038f1769b78bb6731d95db4a5" +source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" dependencies = [ "anyhow", "async-compatibility-layer", diff --git a/Cargo.toml b/Cargo.toml index 970cd0a..8b26356 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ derivative = "2.2" derive_more = "0.99" either = { version = "1", features = ["serde"] } futures = "0.3" -hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.44" } +hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "main" } serde = { version = "1.0", features = ["derive"] } snafu = "0.8" tagged-base64 = "0.4" @@ -27,6 +27,6 @@ tracing = "0.1" vbs = "0.1.4" [dev-dependencies] -hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.44" } +hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "main" } portpicker = "0.1.1" surf-disco = "0.6" From e85f0834333f9255802fc199e06d482e81cc7b05 Mon Sep 17 00:00:00 2001 From: Himanshu Goyal Date: Mon, 29 Apr 2024 12:02:08 -0400 Subject: [PATCH 2/2] point to tag --- Cargo.lock | 28 ++++++++++++++-------------- Cargo.toml | 6 +++--- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee5a599..1f1383f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1298,7 +1298,7 @@ checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" [[package]] name = "cdn-broker" version = "0.1.0" -source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.2.1#3a80e1839770062a2a6dc42914463e6cff1c9045" +source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.2.4#31a2f7f97ba32f8b2894fae4e7d3e5c484eb3675" dependencies = [ "async-std", "cdn-proto", @@ -1320,7 +1320,7 @@ dependencies = [ [[package]] name = "cdn-client" version = "0.1.0" -source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.2.1#3a80e1839770062a2a6dc42914463e6cff1c9045" +source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.2.4#31a2f7f97ba32f8b2894fae4e7d3e5c484eb3675" dependencies = [ "async-std", "cdn-proto", @@ -1335,7 +1335,7 @@ dependencies = [ [[package]] name = "cdn-marshal" version = "0.1.0" -source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.2.1#3a80e1839770062a2a6dc42914463e6cff1c9045" +source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.2.4#31a2f7f97ba32f8b2894fae4e7d3e5c484eb3675" dependencies = [ "async-std", "cdn-proto", @@ -1349,7 +1349,7 @@ dependencies = [ [[package]] name = "cdn-proto" version = "0.1.0" -source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.2.1#3a80e1839770062a2a6dc42914463e6cff1c9045" +source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.2.4#31a2f7f97ba32f8b2894fae4e7d3e5c484eb3675" dependencies = [ "anyhow", "ark-serialize", @@ -3073,7 +3073,7 @@ dependencies = [ [[package]] name = "hotshot" version = "0.5.43" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.45#75488ebb5b5f2e6c08e2a2147610ab53f4735218" dependencies = [ "anyhow", "async-broadcast", @@ -3118,7 +3118,7 @@ dependencies = [ [[package]] name = "hotshot-builder-api" version = "0.1.7" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.45#75488ebb5b5f2e6c08e2a2147610ab53f4735218" dependencies = [ "async-trait", "clap", @@ -3136,7 +3136,7 @@ dependencies = [ [[package]] name = "hotshot-events-service" -version = "0.1.12" +version = "0.1.15" dependencies = [ "async-broadcast", "async-compatibility-layer", @@ -3164,7 +3164,7 @@ dependencies = [ [[package]] name = "hotshot-example-types" version = "0.5.43" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.45#75488ebb5b5f2e6c08e2a2147610ab53f4735218" dependencies = [ "anyhow", "async-broadcast", @@ -3194,7 +3194,7 @@ dependencies = [ [[package]] name = "hotshot-orchestrator" version = "0.5.43" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.45#75488ebb5b5f2e6c08e2a2147610ab53f4735218" dependencies = [ "anyhow", "async-compatibility-layer", @@ -3223,7 +3223,7 @@ dependencies = [ [[package]] name = "hotshot-task" version = "0.5.43" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.45#75488ebb5b5f2e6c08e2a2147610ab53f4735218" dependencies = [ "async-broadcast", "async-compatibility-layer", @@ -3236,7 +3236,7 @@ dependencies = [ [[package]] name = "hotshot-task-impls" version = "0.5.43" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.45#75488ebb5b5f2e6c08e2a2147610ab53f4735218" dependencies = [ "anyhow", "async-broadcast", @@ -3269,7 +3269,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.11" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.45#75488ebb5b5f2e6c08e2a2147610ab53f4735218" dependencies = [ "anyhow", "ark-bls12-381", @@ -3321,7 +3321,7 @@ dependencies = [ [[package]] name = "hotshot-web-server" version = "0.5.43" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.45#75488ebb5b5f2e6c08e2a2147610ab53f4735218" dependencies = [ "async-compatibility-layer", "async-lock 2.8.0", @@ -4392,7 +4392,7 @@ dependencies = [ [[package]] name = "libp2p-networking" version = "0.5.43" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=main#d58c1dffd9ab4398b962b903191ad6ef8d2c24da" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.45#75488ebb5b5f2e6c08e2a2147610ab53f4735218" dependencies = [ "anyhow", "async-compatibility-layer", diff --git a/Cargo.toml b/Cargo.toml index 8b26356..6538afa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotshot-events-service" -version = "0.1.12" +version = "0.1.15" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,7 +17,7 @@ derivative = "2.2" derive_more = "0.99" either = { version = "1", features = ["serde"] } futures = "0.3" -hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "main" } +hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.45" } serde = { version = "1.0", features = ["derive"] } snafu = "0.8" tagged-base64 = "0.4" @@ -27,6 +27,6 @@ tracing = "0.1" vbs = "0.1.4" [dev-dependencies] -hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "main" } +hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.45" } portpicker = "0.1.1" surf-disco = "0.6"