From a69f7fae7020fdc990785a315868833d5c14fd04 Mon Sep 17 00:00:00 2001 From: Himanshu Goyal Date: Mon, 19 Feb 2024 14:26:03 -0500 Subject: [PATCH] fix jf in cargo.lock --- Cargo.lock | 23 ++++++----------------- src/testing/basic_test.rs | 1 + 2 files changed, 7 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06ec1e4f..a2fed974 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1127,13 +1127,11 @@ dependencies = [ [[package]] name = "blst" -version = "0.3.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c94087b935a822949d3291a9989ad2b2051ea141eda0fd4e478a75f6aa3e604b" +version = "0.3.10" +source = "git+https://github.com/EspressoSystems/blst.git?branch=no-std#faefc7fcb21864aaf4f6f443636ce8924108fcbd" dependencies = [ "cc", "glob", - "threadpool", "zeroize", ] @@ -3458,7 +3456,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" [[package]] name = "jf-plonk" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#34df5ce03ff313054b7408107e46ae2c5e6c74c1" +source = "git+https://github.com/EspressoSystems/jellyfish#d9c1b634a96256b9adf92f549fb87e0167adfae4" dependencies = [ "ark-ec", "ark-ff", @@ -3487,7 +3485,7 @@ dependencies = [ [[package]] name = "jf-primitives" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#34df5ce03ff313054b7408107e46ae2c5e6c74c1" +source = "git+https://github.com/EspressoSystems/jellyfish#d9c1b634a96256b9adf92f549fb87e0167adfae4" dependencies = [ "anyhow", "ark-bls12-377", @@ -3532,7 +3530,7 @@ dependencies = [ [[package]] name = "jf-relation" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#34df5ce03ff313054b7408107e46ae2c5e6c74c1" +source = "git+https://github.com/EspressoSystems/jellyfish#d9c1b634a96256b9adf92f549fb87e0167adfae4" dependencies = [ "ark-bls12-377", "ark-bls12-381", @@ -3558,7 +3556,7 @@ dependencies = [ [[package]] name = "jf-utils" version = "0.4.0-pre.0" -source = "git+https://github.com/EspressoSystems/jellyfish#34df5ce03ff313054b7408107e46ae2c5e6c74c1" +source = "git+https://github.com/EspressoSystems/jellyfish#d9c1b634a96256b9adf92f549fb87e0167adfae4" dependencies = [ "ark-ec", "ark-ff", @@ -6646,15 +6644,6 @@ dependencies = [ "once_cell", ] -[[package]] -name = "threadpool" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" -dependencies = [ - "num_cpus", -] - [[package]] name = "tide" version = "0.16.0" diff --git a/src/testing/basic_test.rs b/src/testing/basic_test.rs index 936b1d5c..92738297 100644 --- a/src/testing/basic_test.rs +++ b/src/testing/basic_test.rs @@ -266,6 +266,7 @@ mod tests { justify_qc: justify_qc.clone(), timeout_certificate: None, proposer_id: pub_key, + upgrade_certificate: None, }; let payload_commitment = qc_proposal.block_header.payload_commitment();