diff --git a/bin/client-eth/Cargo.lock b/bin/client-eth/Cargo.lock index 13d6bdd..b468c32 100644 --- a/bin/client-eth/Cargo.lock +++ b/bin/client-eth/Cargo.lock @@ -3257,6 +3257,19 @@ dependencies = [ "serde", ] +[[package]] +name = "sp1-lib" +version = "1.1.1" +source = "git+https://github.com/succinctlabs/sp1?branch=dev#d3a73a9fc33351df68cf1f12625cd48b7415c77f" +dependencies = [ + "anyhow", + "bincode", + "cfg-if", + "hex", + "serde", + "snowbridge-amcl", +] + [[package]] name = "sp1-lib" version = "1.1.1" @@ -3340,7 +3353,7 @@ dependencies = [ [[package]] name = "substrate-bn" version = "0.6.0" -source = "git+https://github.com/0xWOLAND/bn?branch=main#4970e22d001de8fcc46b07d93308c5f6cd9b1e26" +source = "git+https://github.com/sp1-patches/bn?branch=patch-v0.6.0#238968cfe18d2aa9d66fd58d8efd6c6511993c03" dependencies = [ "bytemuck", "byteorder", @@ -3349,7 +3362,7 @@ dependencies = [ "lazy_static", "rand", "rustc-hex", - "sp1-lib 1.1.1 (git+https://github.com/succinctlabs/sp1?branch=experimental)", + "sp1-lib 1.1.1 (git+https://github.com/succinctlabs/sp1?branch=dev)", ] [[package]] @@ -4006,3 +4019,8 @@ 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" diff --git a/bin/client-eth/Cargo.toml b/bin/client-eth/Cargo.toml index d836843..2cf3959 100644 --- a/bin/client-eth/Cargo.toml +++ b/bin/client-eth/Cargo.toml @@ -26,6 +26,6 @@ alloy-trie = { git = "https://github.com/alloy-rs/trie.git", rev = "28ebb7cc70cb sha2 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", branch = "patch-v0.10.8", package = "sha2" } 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/0xWOLAND/bn", branch = "main" } -bls12_381 = { git = "https://github.com/0xWOLAND/bls12_381", branch = "bhargav/experiment" } +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 10cb178..b0b6be3 100644 --- a/bin/client-op/Cargo.lock +++ b/bin/client-op/Cargo.lock @@ -3257,6 +3257,19 @@ dependencies = [ "serde", ] +[[package]] +name = "sp1-lib" +version = "1.1.1" +source = "git+https://github.com/succinctlabs/sp1?branch=dev#8d5c103703415ffd944de62c44ba6e9e8d2cc83c" +dependencies = [ + "anyhow", + "bincode", + "cfg-if", + "hex", + "serde", + "snowbridge-amcl", +] + [[package]] name = "sp1-lib" version = "1.1.1" @@ -3340,7 +3353,7 @@ dependencies = [ [[package]] name = "substrate-bn" version = "0.6.0" -source = "git+https://github.com/0xWOLAND/bn?branch=main#4970e22d001de8fcc46b07d93308c5f6cd9b1e26" +source = "git+https://github.com/sp1-patches/bn?branch=patch-v0.6.0#238968cfe18d2aa9d66fd58d8efd6c6511993c03" dependencies = [ "bytemuck", "byteorder", @@ -3349,7 +3362,7 @@ dependencies = [ "lazy_static", "rand", "rustc-hex", - "sp1-lib 1.1.1 (git+https://github.com/succinctlabs/sp1?branch=experimental)", + "sp1-lib 1.1.1 (git+https://github.com/succinctlabs/sp1?branch=dev)", ] [[package]] @@ -4006,3 +4019,8 @@ 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" diff --git a/bin/client-op/Cargo.toml b/bin/client-op/Cargo.toml index 2b46aab..8c017fc 100644 --- a/bin/client-op/Cargo.toml +++ b/bin/client-op/Cargo.toml @@ -26,6 +26,6 @@ alloy-trie = { git = "https://github.com/alloy-rs/trie.git", rev = "28ebb7cc70cb sha2 = { git = "https://github.com/sp1-patches/RustCrypto-hashes", branch = "patch-v0.10.8", package = "sha2" } 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/0xWOLAND/bn", branch = "main" } -bls12_381 = { git = "https://github.com/0xWOLAND/bls12_381", branch = "bhargav/experiment" } +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" }