-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheest.lock
More file actions
42 lines (39 loc) · 2.44 KB
/
Copy patheest.lock
File metadata and controls
42 lines (39 loc) · 2.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# EEST fixture download defaults.
#
# Amsterdam fixture work tracks the moving Glamsterdam devnet EEST release from
# ethereum/execution-specs. `Spec.stable` remains Osaka; this lock is for the
# active `Spec.latest` fixture lane.
repo=ethereum/execution-specs
version=tests-glamsterdam-devnet@v6.1.0
artifact=fixtures_glamsterdam-devnet.tar.gz
url=https://github.com/ethereum/execution-specs/releases/download/tests-glamsterdam-devnet%40v6.1.0/fixtures_glamsterdam-devnet.tar.gz
sha256=42dde24de4eb61ca01af781896b064e26200a0a040aa4f33a6336d82eefc0459
dest=.eest/fixtures/tests-glamsterdam-devnet-v6.1.0
# Benchmark fixture download defaults. Benchmark fixtures are published on the
# tests-benchmark release track in ethereum/execution-specs.
benchmark_repo=ethereum/execution-specs
benchmark_version=tests-benchmark@v0.0.9
benchmark_artifact=fixtures_benchmark.tar.gz
benchmark_url=https://github.com/ethereum/execution-specs/releases/download/tests-benchmark%40v0.0.9/fixtures_benchmark.tar.gz
benchmark_dest=.eest/benchmarks/tests-benchmark-v0.0.9
# zkEVM stateless fixture download defaults. These fixtures are published on
# the tests-zkevm release track and carry statelessInputBytes/statelessOutputBytes
# for the native stateless/ERE runners.
zkevm_repo=ethereum/execution-specs
zkevm_version=tests-zkevm@v0.5.0
zkevm_artifact=fixtures_zkevm.tar.gz
zkevm_url=https://github.com/ethereum/execution-specs/releases/download/tests-zkevm%40v0.5.0/fixtures_zkevm.tar.gz
zkevm_dest=.eest/fixtures/tests-zkevm-v0.5.0
# Consensus-spec SSZ conformance fixtures. The fetch script extracts generic
# fixtures plus preset-specific static objects from the three release archives.
consensus_version=v1.7.0-alpha.12
consensus_general_artifact=general.tar.gz
consensus_general_url=https://github.com/ethereum/consensus-specs/releases/download/v1.7.0-alpha.12/general.tar.gz
consensus_general_sha256=329f3cf58927df2614ecafbce78eb3c5258a13e8731d2f410bb31d8e4a5b9eaf
consensus_mainnet_artifact=mainnet.tar.gz
consensus_mainnet_url=https://github.com/ethereum/consensus-specs/releases/download/v1.7.0-alpha.12/mainnet.tar.gz
consensus_mainnet_sha256=f0057d2acdea2730ec68cac2c796aad89174e10e9b38ac68ad7d8aa1c0cbd85c
consensus_minimal_artifact=minimal.tar.gz
consensus_minimal_url=https://github.com/ethereum/consensus-specs/releases/download/v1.7.0-alpha.12/minimal.tar.gz
consensus_minimal_sha256=7d79e0e96fdd666aa70cb741372935c5d30d4ad607ae399885212e9714a58b07
consensus_dest=.eest/consensus/v1.7.0-alpha.12