Skip to content

Commit

Permalink
Upgrade test engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Owliie committed Nov 1, 2023
1 parent 70973c8 commit 0eb4042
Show file tree
Hide file tree
Showing 29 changed files with 472 additions and 612 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@
[submodule "vendor/zkllvm-metacraft-circuits/zkllvm-template"]
path = vendor/zkllvm-metacraft-circuits/zkllvm-template
url = https://github.com/NilFoundation/zkllvm-template.git
[submodule "vendor/consensus-spec-tests"]
path = vendor/consensus-spec-tests
url = https://github.com/ethereum/consensus-spec-tests.git
25 changes: 20 additions & 5 deletions casper-finality-proofs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions casper-finality-proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ path = "src/test_engine/bin/main.rs"

[dependencies]
plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", default-features = false }
plonky2x = { git = "https://github.com/succinctlabs/succinctx.git", branch = "main" }
curta = { git = "https://github.com/succinctlabs/curta.git", branch = "main" }
plonky2x = { git = "https://github.com/succinctlabs/succinctx.git", rev = "fa77412f0716468b30050b8b12835b15305b0007" }
curta = { git = "https://github.com/succinctlabs/curta.git", rev = "8f6026a115eeec5e148ccdf2e2b2c724c41629fd" }
serde = { version = "1.0.187", features = ["derive"] }
serde_json = "1.0.103"
serde_derive = "1.0.188"
Expand All @@ -32,9 +32,9 @@ walkdir = "2.4.0"
hex = "0.4.3"
itertools = { version = "0.10.0", default-features = false }
clap = { version = "4.4.6", features = ["derive"] }
lighthouse_types = { git = "https://github.com/sigp/lighthouse", tag = "v4.5.0", package = "types"}
lighthouse_ef_tests = { git = "https://github.com/sigp/lighthouse", tag = "v4.5.0", package = "ef_tests"}
lighthouse_state_processing = { git = "https://github.com/sigp/lighthouse", tag = "v4.5.0", package = "state_processing"}
lighthouse_state_merkle_proof = { git = "https://github.com/sigp/lighthouse", tag = "v4.5.0", package = "merkle_proof"}
lighthouse_cached_tree_hash = { git = "https://github.com/sigp/lighthouse", tag = "v4.5.0", package = "cached_tree_hash"}
lighthouse_types = { git = "https://github.com/sigp/lighthouse", tag = "v4.5.0", package = "types" }
lighthouse_ef_tests = { git = "https://github.com/sigp/lighthouse", tag = "v4.5.0", package = "ef_tests" }
lighthouse_state_processing = { git = "https://github.com/sigp/lighthouse", tag = "v4.5.0", package = "state_processing" }
lighthouse_state_merkle_proof = { git = "https://github.com/sigp/lighthouse", tag = "v4.5.0", package = "merkle_proof" }
lighthouse_cached_tree_hash = { git = "https://github.com/sigp/lighthouse", tag = "v4.5.0", package = "cached_tree_hash" }
snap = "1.1.0"
Loading

0 comments on commit 0eb4042

Please sign in to comment.