add to list of pages

This commit is contained in:
Sina Mahmoodi 2024-03-27 18:23:44 +01:00
parent 0d572093e3
commit 47671fac29
2 changed files with 3 additions and 1 deletions

View file

@ -11,9 +11,9 @@ Geth v1.14.0 introduces a new optional feature, allowing users to stream (a subs
- EVM:
- Call frame level events
- Opcode level events
- Logs
- Gas changes
- For more transparency into gas changes we have assigned a reason to each gas change.
- Logs
- State modifications: receives any changes to the accounts.
- Balance changes come with a reason for more transparency into the change.

View file

@ -102,6 +102,8 @@
to: /docs/developers/evm-tracing/built-in-tracers
- id: Custom EVM tracer
to: /docs/developers/evm-tracing/custom-tracer
- id: Live tracing
to: /docs/developers/evm-tracing/live-tracing
- id: Tutorial for Javascript tracing
to: /docs/developers/evm-tracing/javascript-tutorial
- id: Geth developer