mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
add to list of pages
This commit is contained in:
parent
0d572093e3
commit
47671fac29
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue