File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ flowchart LR
2323 style D stroke:#333,stroke-width:2px
2424 style G stroke:#F9A825,stroke-width:2px
2525 style H stroke:#F9A825,stroke-width:2px
26-
26+
2727 subgraph "ethereum/go-ethereum, ..."
2828 C[<code>evm t8n</code><br/>external executable]
2929 end
@@ -48,7 +48,7 @@ flowchart LR
4848 H([Client executables])
4949 end
5050
51- C <-.-> B
51+ C <-.-> B
5252 D <-.-> B
5353 A --> B
5454 E <-.-> |retrieve latest spec version\ncheck tested spec version| B
@@ -106,10 +106,10 @@ pip install uv
106106Clone [ execution-spec-tests] ( https://github.com/ethereum/execution-spec-tests ) and install its dependencies:
107107
108108``` console
109- git clone https://github.com/ethereum/execution-spec-tests
109+ git clone --depth 1 https://github.com/ethereum/execution-spec-tests
110110cd execution-spec-tests
111- uv python install 3.11
112- uv python pin 3.11
111+ uv python install 3.12
112+ uv python pin 3.12
113113uv sync --all-extras
114114```
115115
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Clone [execution-spec-tests](https://github.com/ethereum/execution-spec-tests) a
2929=== "All platforms"
3030
3131 ```console
32- git clone https://github.com/ethereum/execution-spec-tests
32+ git clone --depth 1 https://github.com/ethereum/execution-spec-tests
3333 cd execution-spec-tests
3434 uv python install 3.12
3535 uv python pin 3.12
You can’t perform that action at this time.
0 commit comments