From 46c74450d4325d6d06db15916de35daebaaf8953 Mon Sep 17 00:00:00 2001 From: Jonathan LEI Date: Fri, 13 Sep 2024 00:34:26 +0800 Subject: [PATCH] chore: remove unused patches --- bin/client-eth/Cargo.lock | 10 ---------- bin/client-eth/Cargo.toml | 2 -- bin/client-linea/Cargo.lock | 10 ---------- bin/client-linea/Cargo.toml | 2 -- bin/client-op/Cargo.lock | 10 ---------- bin/client-op/Cargo.toml | 2 -- 6 files changed, 36 deletions(-) diff --git a/bin/client-eth/Cargo.lock b/bin/client-eth/Cargo.lock index 45edb42..0437baf 100644 --- a/bin/client-eth/Cargo.lock +++ b/bin/client-eth/Cargo.lock @@ -3633,13 +3633,3 @@ dependencies = [ "quote", "syn 2.0.72", ] - -[[patch.unused]] -name = "bls12_381" -version = "0.8.0" -source = "git+https://github.com/sp1-patches/bls12_381?branch=patch-v0.8.0#0c37e2976d3c55a5be5e5dd17e5aba444711ecd7" - -[[patch.unused]] -name = "kzg-rs" -version = "0.1.0" -source = "git+https://github.com/succinctlabs/kzg-rs?branch=bhargav/sp1-bls-patch#88aa8f1812619ab91f0fdfa744f161ae1604f76a" diff --git a/bin/client-eth/Cargo.toml b/bin/client-eth/Cargo.toml index 691ef68..376b2b6 100644 --- a/bin/client-eth/Cargo.toml +++ b/bin/client-eth/Cargo.toml @@ -23,5 +23,3 @@ sha2 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", branch = "pat ecdsa-core = { git = "https://github.com/sp1-patches/signatures", package = "ecdsa", branch = "patch-ecdsa-v0.16.9" } tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", branch = "patch-v2.0.2" } bn = { package = "substrate-bn", git = "https://github.com/sp1-patches/bn", branch = "patch-v0.6.0" } -bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", branch = "patch-v0.8.0" } -kzg-rs = { git = "https://github.com/succinctlabs/kzg-rs", branch = "bhargav/sp1-bls-patch" } diff --git a/bin/client-linea/Cargo.lock b/bin/client-linea/Cargo.lock index f5deb0f..dac6566 100644 --- a/bin/client-linea/Cargo.lock +++ b/bin/client-linea/Cargo.lock @@ -3633,13 +3633,3 @@ dependencies = [ "quote", "syn 2.0.72", ] - -[[patch.unused]] -name = "bls12_381" -version = "0.8.0" -source = "git+https://github.com/sp1-patches/bls12_381?branch=patch-v0.8.0#0c37e2976d3c55a5be5e5dd17e5aba444711ecd7" - -[[patch.unused]] -name = "kzg-rs" -version = "0.1.0" -source = "git+https://github.com/succinctlabs/kzg-rs?branch=bhargav/sp1-bls-patch#88aa8f1812619ab91f0fdfa744f161ae1604f76a" diff --git a/bin/client-linea/Cargo.toml b/bin/client-linea/Cargo.toml index 0c61e90..e19dfff 100644 --- a/bin/client-linea/Cargo.toml +++ b/bin/client-linea/Cargo.toml @@ -23,5 +23,3 @@ sha2 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", branch = "pat ecdsa-core = { git = "https://github.com/sp1-patches/signatures", package = "ecdsa", branch = "patch-ecdsa-v0.16.9" } tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", branch = "patch-v2.0.2" } bn = { package = "substrate-bn", git = "https://github.com/sp1-patches/bn", branch = "patch-v0.6.0" } -bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", branch = "patch-v0.8.0" } -kzg-rs = { git = "https://github.com/succinctlabs/kzg-rs", branch = "bhargav/sp1-bls-patch" } diff --git a/bin/client-op/Cargo.lock b/bin/client-op/Cargo.lock index aa0a959..fe3a270 100644 --- a/bin/client-op/Cargo.lock +++ b/bin/client-op/Cargo.lock @@ -3633,13 +3633,3 @@ dependencies = [ "quote", "syn 2.0.72", ] - -[[patch.unused]] -name = "bls12_381" -version = "0.8.0" -source = "git+https://github.com/sp1-patches/bls12_381?branch=patch-v0.8.0#0c37e2976d3c55a5be5e5dd17e5aba444711ecd7" - -[[patch.unused]] -name = "kzg-rs" -version = "0.1.0" -source = "git+https://github.com/succinctlabs/kzg-rs?branch=bhargav/sp1-bls-patch#88aa8f1812619ab91f0fdfa744f161ae1604f76a" diff --git a/bin/client-op/Cargo.toml b/bin/client-op/Cargo.toml index a083f02..664e3d4 100644 --- a/bin/client-op/Cargo.toml +++ b/bin/client-op/Cargo.toml @@ -23,5 +23,3 @@ sha2 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", branch = "pat ecdsa-core = { git = "https://github.com/sp1-patches/signatures", package = "ecdsa", branch = "patch-ecdsa-v0.16.9" } tiny-keccak = { git = "https://github.com/sp1-patches/tiny-keccak", branch = "patch-v2.0.2" } bn = { package = "substrate-bn", git = "https://github.com/sp1-patches/bn", branch = "patch-v0.6.0" } -bls12_381 = { git = "https://github.com/sp1-patches/bls12_381", branch = "patch-v0.8.0" } -kzg-rs = { git = "https://github.com/succinctlabs/kzg-rs", branch = "bhargav/sp1-bls-patch" }