You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/nodes/evm-tracing-node.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@ import TabItem from '@theme/TabItem';
11
11
12
12
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).
13
13
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
+
14
19
## Requirements
15
20
16
21
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