mirror of
https://github.com/arnaucube/sonobe-light-btc.git
synced 2026-01-27 22:43:46 +01:00
chore: remove test lib
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -1360,7 +1360,6 @@ dependencies = [
|
|||||||
"num-traits",
|
"num-traits",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"solidity-verifiers",
|
"solidity-verifiers",
|
||||||
"test-lib",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -2971,10 +2970,6 @@ dependencies = [
|
|||||||
"windows-sys 0.52.0",
|
"windows-sys 0.52.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "test-lib"
|
|
||||||
version = "0.1.0"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "textwrap"
|
name = "textwrap"
|
||||||
version = "0.11.0"
|
version = "0.11.0"
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ edition = "2021"
|
|||||||
ark-r1cs-std = { git = "https://github.com/arnaucube/ark-r1cs-std-cherry-picked/" }
|
ark-r1cs-std = { git = "https://github.com/arnaucube/ark-r1cs-std-cherry-picked/" }
|
||||||
folding-schemes = { git = "https://github.com/privacy-scaling-explorations/folding-schemes.git", branch="feature/solidity-decider-verifier" }
|
folding-schemes = { git = "https://github.com/privacy-scaling-explorations/folding-schemes.git", branch="feature/solidity-decider-verifier" }
|
||||||
solidity-verifiers = { git = "https://github.com/privacy-scaling-explorations/folding-schemes.git", package="solidity-verifiers", branch="feature/solidity-decider-verifier" }
|
solidity-verifiers = { git = "https://github.com/privacy-scaling-explorations/folding-schemes.git", package="solidity-verifiers", branch="feature/solidity-decider-verifier" }
|
||||||
test-lib = { path = "/Users/pierredm/work/personal/test-lib" }
|
|
||||||
ark-light-bitcoin-client = { git = "https://github.com/dmpierre/ark-light-bitcoin-client.git" }
|
ark-light-bitcoin-client = { git = "https://github.com/dmpierre/ark-light-bitcoin-client.git" }
|
||||||
ark-ff = "0.4.0"
|
ark-ff = "0.4.0"
|
||||||
ark-relations = "0.4.0"
|
ark-relations = "0.4.0"
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
# running on m7i.metal-24xl instance
|
# running on m7i.metal-24xl instance
|
||||||
# run with `source ./setup-machine-and-run-proving.sh`
|
# run with `source ./setup-machine-and-run-proving.sh`
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt install build-essential -y
|
sudo apt install build-essential tmux -y
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
git clone https://github.com/dmpierre/folding-schemes-light-btc.git
|
git clone https://github.com/dmpierre/folding-schemes-light-btc.git
|
||||||
cd folding-schemes-light-btc && cargo run -r
|
# cd folding-schemes-light-btc && cargo run -r
|
||||||
Reference in New Issue
Block a user