Skip to content

Commit 9aea162

Browse files
authored
remove evm-tracing binary (#707)
* remove evm-tracing binary * add note about removing special client
1 parent 352083c commit 9aea162

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/build/nodes/evm-tracing-node.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ Requirements for running a tracing node are similar to what we recommend for an
1818

1919
## Node launch
2020

21-
Tracing node setup in general is similar to the [Archive Node setup](/docs/build/nodes/archive-node/), except for the location of the binary and some additional launch flags.
22-
23-
:::info
24-
25-
An EVM tracing node binary is different because it includes additional tracing features. You can easily build it from source using `cargo build --release --features evm-tracing` command or download the `evm-tracing-artifacts` from [latest release](https://github.com/AstarNetwork/Astar/releases/latest), an executable EVM tracing binary is included in the compressed file `evm-tracing-artifacts.tar.gz`.
21+
Tracing node setup in general is similar to the [Archive Node setup](/docs/build/nodes/archive-node/), except for some additional launch flags.
2622

23+
:::note
24+
There's no need for special client to run EVM tracing since the release of [v5.44.0](https://github.com/AstarNetwork/Astar/releases/tag/v5.44.0)
2725
:::
2826

2927
:::important

0 commit comments

Comments
 (0)