Skip to content

Commit

Permalink
update Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: smtmfft <smtm@taiko.xyz>
  • Loading branch information
smtmfft committed Jul 25, 2024
1 parent 52ba920 commit 049f115
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 19 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ raiko-core = { path = "./core" }
raiko-tasks = { path = "./tasks" }

# reth
reth-primitives = { git = "https://github.com/taikoxyz/taiko-reth.git", branch = "v1.0.0-rc.2-taiko", default-features = false, features = [
reth-primitives = { git = "https://github.com/taikoxyz/taiko-reth.git", branch = "v1.0.0-rc.2-taiko-ontake", default-features = false, features = [
"alloy-compat",
"taiko",
] }
reth-evm-ethereum = { git = "https://github.com/taikoxyz/taiko-reth.git", branch = "v1.0.0-rc.2-taiko", default-features = false }
reth-evm = { git = "https://github.com/taikoxyz/taiko-reth.git", branch = "v1.0.0-rc.2-taiko", default-features = false }
reth-rpc-types = { git = "https://github.com/taikoxyz/taiko-reth.git", branch = "v1.0.0-rc.2-taiko", default-features = false }
reth-revm = { git = "https://github.com/taikoxyz/taiko-reth.git", branch = "v1.0.0-rc.2-taiko", default-features = false }
reth-chainspec = { git = "https://github.com/taikoxyz/taiko-reth.git", branch = "v1.0.0-rc.2-taiko", default-features = false }
reth-provider = { git = "https://github.com/taikoxyz/taiko-reth.git", branch = "v1.0.0-rc.2-taiko", default-features = false }
reth-evm-ethereum = { git = "https://github.com/taikoxyz/taiko-reth.git", branch = "v1.0.0-rc.2-taiko-ontake", default-features = false }
reth-evm = { git = "https://github.com/taikoxyz/taiko-reth.git", branch = "v1.0.0-rc.2-taiko-ontake", default-features = false }
reth-rpc-types = { git = "https://github.com/taikoxyz/taiko-reth.git", branch = "v1.0.0-rc.2-taiko-ontake", default-features = false }
reth-revm = { git = "https://github.com/taikoxyz/taiko-reth.git", branch = "v1.0.0-rc.2-taiko-ontake", default-features = false }
reth-chainspec = { git = "https://github.com/taikoxyz/taiko-reth.git", branch = "v1.0.0-rc.2-taiko-ontake", default-features = false }
reth-provider = { git = "https://github.com/taikoxyz/taiko-reth.git", branch = "v1.0.0-rc.2-taiko-ontake", default-features = false }

# risc zero
risc0-zkvm = { version = "1.0.1", features = ["prove", "getrandom"] }
Expand Down Expand Up @@ -184,8 +184,8 @@ dirs = "5.0.1"
pathdiff = "0.2.1"

[patch.crates-io]
revm = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko" }
revm-primitives = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko" }
revm-precompile = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko" }
revm = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko-ontake" }
revm-primitives = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko-ontake" }
revm-precompile = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko-ontake" }
secp256k1 = { git = "https://github.com/CeciliaZ030/rust-secp256k1", branch = "sp1-patch" }
blst = { git = "https://github.com/CeciliaZ030/blst.git", branch = "v0.3.12-serialize" }
10 changes: 5 additions & 5 deletions provers/risc0/guest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ k256 = { git = "https://github.com/risc0/RustCrypto-elliptic-curves", tag = "k25
sha2 = { git = "https://github.com/risc0/RustCrypto-hashes", tag = "sha2-v0.10.6-risczero.0" }
harness-core = { path = "../../../harness/core" }
harness = { path = "../../../harness/macro", features = ["risc0"] }
revm-primitives = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko", default-features = false }
revm-precompile = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko", default-features = false, features = [
revm-primitives = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko-ontake", default-features = false }
revm-precompile = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko-ontake", default-features = false, features = [
"taiko",
"std",
"c-kzg",
] }

[patch.crates-io]
revm = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko" }
revm-primitives = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko" }
revm-precompile = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko" }
revm = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko-ontake" }
revm-primitives = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko-ontake" }
revm-precompile = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko-ontake" }
c-kzg = { git = "https://github.com/brechtpd/c-kzg-4844", branch = "for-alpha7" }
blst = { git = "https://github.com/CeciliaZ030/blst.git", branch = "v0.3.12-serialize" }
crypto-bigint = { git = "https://github.com/risc0/RustCrypto-crypto-bigint", tag = "v0.5.2-risczero.0" }
Expand Down
17 changes: 13 additions & 4 deletions provers/sp1/guest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ sp1-precompiles = { git = "https://github.com/succinctlabs/sp1.git", branch = "m
harness-core = { path = "../../../harness/core" }
harness = { path = "../../../harness/macro", features = ["sp1"]}
substrate-bn = "0.6.0"
revm-precompile = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko", default-features = false, features = [
revm-precompile = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko-ontake", default-features = false, features = [
"taiko",
"std",
"c-kzg",
] }

[patch.crates-io]
revm = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko" }
revm-primitives = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko" }
revm-precompile = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko" }
revm = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko-ontake" }
revm-primitives = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko-ontake" }
revm-precompile = { git = "https://github.com/taikoxyz/revm.git", branch = "v36-taiko-ontake" }
c-kzg = { git = "https://github.com/brechtpd/c-kzg-4844", branch = "for-alpha7" }
blst = { git = "https://github.com/CeciliaZ030/blst.git", branch = "v0.3.12-serialize" }
ecdsa = { git = "https://github.com/taikoxyz/signatures.git", branch = "0.16.9" }
Expand All @@ -60,3 +60,12 @@ sp1-cycle-tracker = [
"raiko-lib/sp1-cycle-tracker",
"revm-precompile/sp1-cycle-tracker"
]

[patch."https://github.com/taikoxyz/taiko-reth.git"]
reth-primitives = { path = "/home/yue/works/taiko/taiko-reth/crates/primitives/" }
reth-evm-ethereum = { path = "/home/yue/works/taiko/taiko-reth/crates/ethereum/evm/" }
reth-evm = { path = "/home/yue/works/taiko/taiko-reth/crates/evm/" }
reth-rpc-types = { path = "/home/yue/works/taiko/taiko-reth/crates/rpc/rpc-types" }
reth-revm = { path = "/home/yue/works/taiko/taiko-reth/crates/revm/" }
reth-chainspec = { path = "/home/yue/works/taiko/taiko-reth/crates/chainspec/" }
reth-provider = {path = "/home/yue/works/taiko/taiko-reth/crates/storage/provider/" }

0 comments on commit 049f115

Please sign in to comment.