From a7d2ca943aff9f4c94bcb0bdd5494de0d4a459e6 Mon Sep 17 00:00:00 2001 From: CeciliaZ030 <zhangyixin319@gmail.com> Date: Wed, 26 Jun 2024 06:59:51 +0000 Subject: [PATCH] remove secp256k1 patch --- Cargo.lock | 14 ++++++++------ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92391e71d168..ffe045a78b85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9523,7 +9523,7 @@ dependencies = [ [[package]] name = "revm" version = "9.0.0" -source = "git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg#610eaf6438fd43c918cb3147894b5caea9d7e8e6" +source = "git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg#402c226e522ab576e11fb80c38200325230f40be" dependencies = [ "auto_impl", "cfg-if", @@ -9568,7 +9568,7 @@ dependencies = [ [[package]] name = "revm-interpreter" version = "5.0.0" -source = "git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg#610eaf6438fd43c918cb3147894b5caea9d7e8e6" +source = "git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg#402c226e522ab576e11fb80c38200325230f40be" dependencies = [ "revm-primitives 4.0.0 (git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg)", "serde", @@ -9586,7 +9586,7 @@ dependencies = [ [[package]] name = "revm-precompile" version = "7.0.0" -source = "git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg#610eaf6438fd43c918cb3147894b5caea9d7e8e6" +source = "git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg#402c226e522ab576e11fb80c38200325230f40be" dependencies = [ "aurora-engine-modexp", "blst", @@ -9620,7 +9620,7 @@ dependencies = [ [[package]] name = "revm-primitives" version = "4.0.0" -source = "git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg#610eaf6438fd43c918cb3147894b5caea9d7e8e6" +source = "git+https://github.com/taikoxyz/revm.git?branch=v36-taiko-kzg#402c226e522ab576e11fb80c38200325230f40be" dependencies = [ "alloy-primitives", "auto_impl", @@ -10079,7 +10079,8 @@ dependencies = [ [[package]] name = "secp256k1" version = "0.29.0" -source = "git+https://github.com/CeciliaZ030/rust-secp256k1?branch=sp1-patch#09fe6ec0c0f0de848da5e295022029f46e0389e3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e0cc0f1cf93f4969faf3ea1c7d8a9faed25918d96affa959720823dfe86d4f3" dependencies = [ "rand 0.8.5", "secp256k1-sys", @@ -10089,7 +10090,8 @@ dependencies = [ [[package]] name = "secp256k1-sys" version = "0.10.0" -source = "git+https://github.com/CeciliaZ030/rust-secp256k1?branch=sp1-patch#09fe6ec0c0f0de848da5e295022029f46e0389e3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1433bd67156263443f14d603720b082dd3121779323fce20cba2aa07b874bc1b" dependencies = [ "cc", ] diff --git a/Cargo.toml b/Cargo.toml index 43eb5104ac78..5b545fa34ca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -515,4 +515,4 @@ revm-interpreter = { git = "https://github.com/taikoxyz/revm.git", branch = "v36 revm-precompile = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko-kzg" } revm-primitives = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko-kzg"} blst = { git = "https://github.com/CeciliaZ030/blst.git", branch = "v0.3.12-serialize" } -secp256k1 = { git = "https://github.com/CeciliaZ030/rust-secp256k1", branch = "sp1-patch" } \ No newline at end of file +# secp256k1 = { git = "https://github.com/CeciliaZ030/rust-secp256k1", branch = "sp1-patch" } \ No newline at end of file