diff --git a/docs/developers/evm-tracing/live-tracing.md b/docs/developers/evm-tracing/live-tracing.md index f441aa90f5..9141657d29 100644 --- a/docs/developers/evm-tracing/live-tracing.md +++ b/docs/developers/evm-tracing/live-tracing.md @@ -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. diff --git a/src/data/documentation-links.yaml b/src/data/documentation-links.yaml index 2bf181eaf0..b8fe37fa5a 100644 --- a/src/data/documentation-links.yaml +++ b/src/data/documentation-links.yaml @@ -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