Skip to content

Commit 72373e2

Browse files
authored
EVM tracing update (#729)
1 parent 003127d commit 72373e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ import TabItem from '@theme/TabItem';
1111

1212
Running a tracing node on an Astar chain allows you to debug EVM transactions and have enhanced access to transaction pool using [EVM debug RPC](/docs/build/EVM/evm-debug-api).
1313

14+
:::warning
15+
EVM tracing support was officially added after `v5.0.0` release, or after `astar-55` runtime upgrade [was applied](https://astar.subscan.io/block/3281442).
16+
Functionality was added retroactively to old runtimes, but there's no guarantee that all blocks prior to `astar-55` will support tracing correctly.
17+
:::
18+
1419
## Requirements
1520

1621
Requirements for running a tracing node are similar to what we recommend for an archive node. Read more about this [here](/docs/build/nodes/archive-node/).

0 commit comments

Comments
 (0)