From febbb7a0f0d844519b5efd77a8615bebd2791102 Mon Sep 17 00:00:00 2001 From: Brendon Fish Date: Thu, 18 Jul 2024 23:55:49 -0400 Subject: [PATCH 1/6] bump --- Cargo.lock | 33 +++++++++++++++++---------------- Cargo.toml | 4 ++-- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d78ae00..2f5923f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -608,9 +608,9 @@ dependencies = [ [[package]] name = "async-compatibility-layer" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c928880329566b45c159fca61fbc2a1d301a7e5fd2a0e94c17476bb1a3ea526" +checksum = "32dd1dfd4a05a197583e51036d9615f04a4d851089dc119ee965d440d0bcaa39" dependencies = [ "async-lock 3.4.0", "async-std", @@ -3071,8 +3071,8 @@ dependencies = [ [[package]] name = "hotshot" -version = "0.5.60" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.61#b7f5fa34f22df7af6fcfde92caa1b2153102d1df" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#3091d4aac668e2bd0fff8b8a171d36efca3ceb01" 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=rc-0.5.61#b7f5fa34f22df7af6fcfde92caa1b2153102d1df" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#3091d4aac668e2bd0fff8b8a171d36efca3ceb01" dependencies = [ "async-trait", "clap", @@ -3164,8 +3164,8 @@ dependencies = [ [[package]] name = "hotshot-example-types" -version = "0.5.60" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.61#b7f5fa34f22df7af6fcfde92caa1b2153102d1df" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#3091d4aac668e2bd0fff8b8a171d36efca3ceb01" dependencies = [ "anyhow", "async-broadcast", @@ -3183,6 +3183,7 @@ dependencies = [ "hotshot-task-impls", "hotshot-types", "rand 0.8.5", + "reqwest", "serde", "sha2 0.10.8", "sha3", @@ -3196,8 +3197,8 @@ dependencies = [ [[package]] name = "hotshot-orchestrator" -version = "0.5.60" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.61#b7f5fa34f22df7af6fcfde92caa1b2153102d1df" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#3091d4aac668e2bd0fff8b8a171d36efca3ceb01" dependencies = [ "anyhow", "async-compatibility-layer", @@ -3226,8 +3227,8 @@ dependencies = [ [[package]] name = "hotshot-task" -version = "0.5.60" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.61#b7f5fa34f22df7af6fcfde92caa1b2153102d1df" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#3091d4aac668e2bd0fff8b8a171d36efca3ceb01" dependencies = [ "anyhow", "async-broadcast", @@ -3241,8 +3242,8 @@ dependencies = [ [[package]] name = "hotshot-task-impls" -version = "0.5.60" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.61#b7f5fa34f22df7af6fcfde92caa1b2153102d1df" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#3091d4aac668e2bd0fff8b8a171d36efca3ceb01" dependencies = [ "anyhow", "async-broadcast", @@ -3278,7 +3279,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.11" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.61#b7f5fa34f22df7af6fcfde92caa1b2153102d1df" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#3091d4aac668e2bd0fff8b8a171d36efca3ceb01" dependencies = [ "anyhow", "ark-bls12-381", @@ -4401,8 +4402,8 @@ dependencies = [ [[package]] name = "libp2p-networking" -version = "0.5.60" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.61#b7f5fa34f22df7af6fcfde92caa1b2153102d1df" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#3091d4aac668e2bd0fff8b8a171d36efca3ceb01" dependencies = [ "anyhow", "async-compatibility-layer", diff --git a/Cargo.toml b/Cargo.toml index edbe2f6..a583631 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ derivative = "2.2" derive_more = "0.99" either = { version = "1.12", features = ["serde"] } futures = "0.3" -hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.61" } +hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.63" } rand = "0.8.5" serde = { version = "1.0", features = ["derive"] } snafu = "0.8" @@ -28,6 +28,6 @@ tracing = "0.1" vbs = "0.1.4" [dev-dependencies] -hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.61" } +hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.63" } portpicker = "0.1.1" surf-disco = "0.9" From 765c2fa5871d548a20f0aef8f6d15ed49e26dab5 Mon Sep 17 00:00:00 2001 From: Brendon Fish Date: Thu, 18 Jul 2024 23:58:46 -0400 Subject: [PATCH 2/6] version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f5923f..bdaa50a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3136,7 +3136,7 @@ dependencies = [ [[package]] name = "hotshot-events-service" -version = "0.1.27" +version = "0.1.33" dependencies = [ "async-broadcast", "async-compatibility-layer", diff --git a/Cargo.toml b/Cargo.toml index a583631..b35cd53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotshot-events-service" -version = "0.1.27" +version = "0.1.33" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html From b46be9aabe196b6185e6e133cd06f2073589d9f3 Mon Sep 17 00:00:00 2001 From: bfish713 Date: Fri, 19 Jul 2024 15:02:42 -0400 Subject: [PATCH 3/6] bum HS --- Cargo.lock | 53 ++++++++++++++++++++--------------------------------- 1 file changed, 20 insertions(+), 33 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bdaa50a..5bec713 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1286,13 +1286,13 @@ checksum = "066fce287b1d4eafef758e89e09d724a24808a9196fe9756b8ca90e86d0719a2" [[package]] name = "cdn-broker" version = "0.4.0" -source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.2#09389360284c51dd44a3dae1f1c3b395125abe82" +source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.3#26a7b21372c4b38dca2f4aecb4267b271d1ac883" dependencies = [ "async-std", "cdn-proto", "clap", "console-subscriber 0.3.0", - "dashmap 5.5.3", + "dashmap", "derivative", "jf-signature", "lazy_static", @@ -1310,7 +1310,7 @@ dependencies = [ [[package]] name = "cdn-client" version = "0.4.0" -source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.2#09389360284c51dd44a3dae1f1c3b395125abe82" +source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.3#26a7b21372c4b38dca2f4aecb4267b271d1ac883" dependencies = [ "async-std", "cdn-proto", @@ -1325,7 +1325,7 @@ dependencies = [ [[package]] name = "cdn-marshal" version = "0.4.0" -source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.2#09389360284c51dd44a3dae1f1c3b395125abe82" +source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.3#26a7b21372c4b38dca2f4aecb4267b271d1ac883" dependencies = [ "async-std", "cdn-proto", @@ -1339,7 +1339,7 @@ dependencies = [ [[package]] name = "cdn-proto" version = "0.4.0" -source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.2#09389360284c51dd44a3dae1f1c3b395125abe82" +source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.3#26a7b21372c4b38dca2f4aecb4267b271d1ac883" dependencies = [ "anyhow", "ark-serialize", @@ -1996,19 +1996,6 @@ dependencies = [ "syn 2.0.69", ] -[[package]] -name = "dashmap" -version = "5.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" -dependencies = [ - "cfg-if", - "hashbrown 0.14.5", - "lock_api", - "once_cell", - "parking_lot_core", -] - [[package]] name = "dashmap" version = "6.0.1" @@ -3071,8 +3058,8 @@ dependencies = [ [[package]] name = "hotshot" -version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#3091d4aac668e2bd0fff8b8a171d36efca3ceb01" +version = "0.5.61" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#d63f983e14b3b21f48c4176cbaf8032c89caa487" dependencies = [ "anyhow", "async-broadcast", @@ -3089,7 +3076,7 @@ dependencies = [ "chrono", "committable", "custom_debug", - "dashmap 6.0.1", + "dashmap", "derive_more", "either", "ethereum-types", @@ -3118,7 +3105,7 @@ dependencies = [ [[package]] name = "hotshot-builder-api" version = "0.1.7" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#3091d4aac668e2bd0fff8b8a171d36efca3ceb01" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#d63f983e14b3b21f48c4176cbaf8032c89caa487" dependencies = [ "async-trait", "clap", @@ -3164,8 +3151,8 @@ dependencies = [ [[package]] name = "hotshot-example-types" -version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#3091d4aac668e2bd0fff8b8a171d36efca3ceb01" +version = "0.5.61" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#d63f983e14b3b21f48c4176cbaf8032c89caa487" dependencies = [ "anyhow", "async-broadcast", @@ -3197,8 +3184,8 @@ dependencies = [ [[package]] name = "hotshot-orchestrator" -version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#3091d4aac668e2bd0fff8b8a171d36efca3ceb01" +version = "0.5.61" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#d63f983e14b3b21f48c4176cbaf8032c89caa487" dependencies = [ "anyhow", "async-compatibility-layer", @@ -3227,8 +3214,8 @@ dependencies = [ [[package]] name = "hotshot-task" -version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#3091d4aac668e2bd0fff8b8a171d36efca3ceb01" +version = "0.5.61" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#d63f983e14b3b21f48c4176cbaf8032c89caa487" dependencies = [ "anyhow", "async-broadcast", @@ -3242,8 +3229,8 @@ dependencies = [ [[package]] name = "hotshot-task-impls" -version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#3091d4aac668e2bd0fff8b8a171d36efca3ceb01" +version = "0.5.61" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#d63f983e14b3b21f48c4176cbaf8032c89caa487" dependencies = [ "anyhow", "async-broadcast", @@ -3279,7 +3266,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.11" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#3091d4aac668e2bd0fff8b8a171d36efca3ceb01" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#d63f983e14b3b21f48c4176cbaf8032c89caa487" dependencies = [ "anyhow", "ark-bls12-381", @@ -4402,8 +4389,8 @@ dependencies = [ [[package]] name = "libp2p-networking" -version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#3091d4aac668e2bd0fff8b8a171d36efca3ceb01" +version = "0.5.61" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#d63f983e14b3b21f48c4176cbaf8032c89caa487" dependencies = [ "anyhow", "async-compatibility-layer", From 9826fb46d13ae74cc9353f455d54345a7ab5e7f4 Mon Sep 17 00:00:00 2001 From: bfish713 Date: Fri, 19 Jul 2024 15:20:57 -0400 Subject: [PATCH 4/6] fix tag --- Cargo.lock | 53 +++++++++++++++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bec713..68ea04e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1286,13 +1286,13 @@ checksum = "066fce287b1d4eafef758e89e09d724a24808a9196fe9756b8ca90e86d0719a2" [[package]] name = "cdn-broker" version = "0.4.0" -source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.3#26a7b21372c4b38dca2f4aecb4267b271d1ac883" +source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.2#09389360284c51dd44a3dae1f1c3b395125abe82" dependencies = [ "async-std", "cdn-proto", "clap", "console-subscriber 0.3.0", - "dashmap", + "dashmap 5.5.3", "derivative", "jf-signature", "lazy_static", @@ -1310,7 +1310,7 @@ dependencies = [ [[package]] name = "cdn-client" version = "0.4.0" -source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.3#26a7b21372c4b38dca2f4aecb4267b271d1ac883" +source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.2#09389360284c51dd44a3dae1f1c3b395125abe82" dependencies = [ "async-std", "cdn-proto", @@ -1325,7 +1325,7 @@ dependencies = [ [[package]] name = "cdn-marshal" version = "0.4.0" -source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.3#26a7b21372c4b38dca2f4aecb4267b271d1ac883" +source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.2#09389360284c51dd44a3dae1f1c3b395125abe82" dependencies = [ "async-std", "cdn-proto", @@ -1339,7 +1339,7 @@ dependencies = [ [[package]] name = "cdn-proto" version = "0.4.0" -source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.3#26a7b21372c4b38dca2f4aecb4267b271d1ac883" +source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.2#09389360284c51dd44a3dae1f1c3b395125abe82" dependencies = [ "anyhow", "ark-serialize", @@ -1996,6 +1996,19 @@ dependencies = [ "syn 2.0.69", ] +[[package]] +name = "dashmap" +version = "5.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" +dependencies = [ + "cfg-if", + "hashbrown 0.14.5", + "lock_api", + "once_cell", + "parking_lot_core", +] + [[package]] name = "dashmap" version = "6.0.1" @@ -3058,8 +3071,8 @@ dependencies = [ [[package]] name = "hotshot" -version = "0.5.61" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#d63f983e14b3b21f48c4176cbaf8032c89caa487" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#52ac6465874bfa16ba84b6e51ee976bb63558287" dependencies = [ "anyhow", "async-broadcast", @@ -3076,7 +3089,7 @@ dependencies = [ "chrono", "committable", "custom_debug", - "dashmap", + "dashmap 6.0.1", "derive_more", "either", "ethereum-types", @@ -3105,7 +3118,7 @@ dependencies = [ [[package]] name = "hotshot-builder-api" version = "0.1.7" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#d63f983e14b3b21f48c4176cbaf8032c89caa487" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#52ac6465874bfa16ba84b6e51ee976bb63558287" dependencies = [ "async-trait", "clap", @@ -3151,8 +3164,8 @@ dependencies = [ [[package]] name = "hotshot-example-types" -version = "0.5.61" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#d63f983e14b3b21f48c4176cbaf8032c89caa487" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#52ac6465874bfa16ba84b6e51ee976bb63558287" dependencies = [ "anyhow", "async-broadcast", @@ -3184,8 +3197,8 @@ dependencies = [ [[package]] name = "hotshot-orchestrator" -version = "0.5.61" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#d63f983e14b3b21f48c4176cbaf8032c89caa487" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#52ac6465874bfa16ba84b6e51ee976bb63558287" dependencies = [ "anyhow", "async-compatibility-layer", @@ -3214,8 +3227,8 @@ dependencies = [ [[package]] name = "hotshot-task" -version = "0.5.61" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#d63f983e14b3b21f48c4176cbaf8032c89caa487" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#52ac6465874bfa16ba84b6e51ee976bb63558287" dependencies = [ "anyhow", "async-broadcast", @@ -3229,8 +3242,8 @@ dependencies = [ [[package]] name = "hotshot-task-impls" -version = "0.5.61" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#d63f983e14b3b21f48c4176cbaf8032c89caa487" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#52ac6465874bfa16ba84b6e51ee976bb63558287" dependencies = [ "anyhow", "async-broadcast", @@ -3266,7 +3279,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.11" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#d63f983e14b3b21f48c4176cbaf8032c89caa487" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#52ac6465874bfa16ba84b6e51ee976bb63558287" dependencies = [ "anyhow", "ark-bls12-381", @@ -4389,8 +4402,8 @@ dependencies = [ [[package]] name = "libp2p-networking" -version = "0.5.61" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#d63f983e14b3b21f48c4176cbaf8032c89caa487" +version = "0.5.63" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#52ac6465874bfa16ba84b6e51ee976bb63558287" dependencies = [ "anyhow", "async-compatibility-layer", From 66f5645a10f99784bc233618de04dc661a659f83 Mon Sep 17 00:00:00 2001 From: Brendon Fish Date: Mon, 22 Jul 2024 13:26:08 -0400 Subject: [PATCH 5/6] bump hs --- Cargo.lock | 41 ++++++++++++++--------------------------- 1 file changed, 14 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68ea04e..00e9d70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1286,13 +1286,13 @@ checksum = "066fce287b1d4eafef758e89e09d724a24808a9196fe9756b8ca90e86d0719a2" [[package]] name = "cdn-broker" version = "0.4.0" -source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.2#09389360284c51dd44a3dae1f1c3b395125abe82" +source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.4#398b77fb2f461218a611294e1484b7e0bd571d64" dependencies = [ "async-std", "cdn-proto", "clap", "console-subscriber 0.3.0", - "dashmap 5.5.3", + "dashmap", "derivative", "jf-signature", "lazy_static", @@ -1310,7 +1310,7 @@ dependencies = [ [[package]] name = "cdn-client" version = "0.4.0" -source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.2#09389360284c51dd44a3dae1f1c3b395125abe82" +source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.4#398b77fb2f461218a611294e1484b7e0bd571d64" dependencies = [ "async-std", "cdn-proto", @@ -1325,7 +1325,7 @@ dependencies = [ [[package]] name = "cdn-marshal" version = "0.4.0" -source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.2#09389360284c51dd44a3dae1f1c3b395125abe82" +source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.4#398b77fb2f461218a611294e1484b7e0bd571d64" dependencies = [ "async-std", "cdn-proto", @@ -1339,7 +1339,7 @@ dependencies = [ [[package]] name = "cdn-proto" version = "0.4.0" -source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.2#09389360284c51dd44a3dae1f1c3b395125abe82" +source = "git+https://github.com/EspressoSystems/Push-CDN?tag=0.4.4#398b77fb2f461218a611294e1484b7e0bd571d64" dependencies = [ "anyhow", "ark-serialize", @@ -1996,19 +1996,6 @@ dependencies = [ "syn 2.0.69", ] -[[package]] -name = "dashmap" -version = "5.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" -dependencies = [ - "cfg-if", - "hashbrown 0.14.5", - "lock_api", - "once_cell", - "parking_lot_core", -] - [[package]] name = "dashmap" version = "6.0.1" @@ -3072,7 +3059,7 @@ dependencies = [ [[package]] name = "hotshot" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#52ac6465874bfa16ba84b6e51ee976bb63558287" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#00ec3cf6cd3abfb37471ab55fba352a01e923d3e" dependencies = [ "anyhow", "async-broadcast", @@ -3089,7 +3076,7 @@ dependencies = [ "chrono", "committable", "custom_debug", - "dashmap 6.0.1", + "dashmap", "derive_more", "either", "ethereum-types", @@ -3118,7 +3105,7 @@ dependencies = [ [[package]] name = "hotshot-builder-api" version = "0.1.7" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#52ac6465874bfa16ba84b6e51ee976bb63558287" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#00ec3cf6cd3abfb37471ab55fba352a01e923d3e" dependencies = [ "async-trait", "clap", @@ -3165,7 +3152,7 @@ dependencies = [ [[package]] name = "hotshot-example-types" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#52ac6465874bfa16ba84b6e51ee976bb63558287" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#00ec3cf6cd3abfb37471ab55fba352a01e923d3e" dependencies = [ "anyhow", "async-broadcast", @@ -3198,7 +3185,7 @@ dependencies = [ [[package]] name = "hotshot-orchestrator" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#52ac6465874bfa16ba84b6e51ee976bb63558287" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#00ec3cf6cd3abfb37471ab55fba352a01e923d3e" dependencies = [ "anyhow", "async-compatibility-layer", @@ -3228,7 +3215,7 @@ dependencies = [ [[package]] name = "hotshot-task" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#52ac6465874bfa16ba84b6e51ee976bb63558287" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#00ec3cf6cd3abfb37471ab55fba352a01e923d3e" dependencies = [ "anyhow", "async-broadcast", @@ -3243,7 +3230,7 @@ dependencies = [ [[package]] name = "hotshot-task-impls" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#52ac6465874bfa16ba84b6e51ee976bb63558287" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#00ec3cf6cd3abfb37471ab55fba352a01e923d3e" dependencies = [ "anyhow", "async-broadcast", @@ -3279,7 +3266,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.11" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#52ac6465874bfa16ba84b6e51ee976bb63558287" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#00ec3cf6cd3abfb37471ab55fba352a01e923d3e" dependencies = [ "anyhow", "ark-bls12-381", @@ -4403,7 +4390,7 @@ dependencies = [ [[package]] name = "libp2p-networking" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#52ac6465874bfa16ba84b6e51ee976bb63558287" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#00ec3cf6cd3abfb37471ab55fba352a01e923d3e" dependencies = [ "anyhow", "async-compatibility-layer", From 6883d2073dd4e7f93155a9d31dcfe9ca6b1ff77f Mon Sep 17 00:00:00 2001 From: Brendon Fish Date: Tue, 23 Jul 2024 10:41:12 -0400 Subject: [PATCH 6/6] bump hs to release --- Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00e9d70..6278df6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3059,7 +3059,7 @@ dependencies = [ [[package]] name = "hotshot" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#00ec3cf6cd3abfb37471ab55fba352a01e923d3e" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#86aac47dcdc39e826bedda83e222895c04d87889" dependencies = [ "anyhow", "async-broadcast", @@ -3105,7 +3105,7 @@ dependencies = [ [[package]] name = "hotshot-builder-api" version = "0.1.7" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#00ec3cf6cd3abfb37471ab55fba352a01e923d3e" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#86aac47dcdc39e826bedda83e222895c04d87889" dependencies = [ "async-trait", "clap", @@ -3152,7 +3152,7 @@ dependencies = [ [[package]] name = "hotshot-example-types" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#00ec3cf6cd3abfb37471ab55fba352a01e923d3e" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#86aac47dcdc39e826bedda83e222895c04d87889" dependencies = [ "anyhow", "async-broadcast", @@ -3185,7 +3185,7 @@ dependencies = [ [[package]] name = "hotshot-orchestrator" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#00ec3cf6cd3abfb37471ab55fba352a01e923d3e" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#86aac47dcdc39e826bedda83e222895c04d87889" dependencies = [ "anyhow", "async-compatibility-layer", @@ -3215,7 +3215,7 @@ dependencies = [ [[package]] name = "hotshot-task" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#00ec3cf6cd3abfb37471ab55fba352a01e923d3e" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#86aac47dcdc39e826bedda83e222895c04d87889" dependencies = [ "anyhow", "async-broadcast", @@ -3230,7 +3230,7 @@ dependencies = [ [[package]] name = "hotshot-task-impls" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#00ec3cf6cd3abfb37471ab55fba352a01e923d3e" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#86aac47dcdc39e826bedda83e222895c04d87889" dependencies = [ "anyhow", "async-broadcast", @@ -3266,7 +3266,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.11" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#00ec3cf6cd3abfb37471ab55fba352a01e923d3e" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#86aac47dcdc39e826bedda83e222895c04d87889" dependencies = [ "anyhow", "ark-bls12-381", @@ -4390,7 +4390,7 @@ dependencies = [ [[package]] name = "libp2p-networking" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#00ec3cf6cd3abfb37471ab55fba352a01e923d3e" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.63#86aac47dcdc39e826bedda83e222895c04d87889" dependencies = [ "anyhow", "async-compatibility-layer",