From 47671fac29deebb0b046c7e66b754f2ea662536c Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Wed, 27 Mar 2024 18:23:44 +0100 Subject: [PATCH] add to list of pages --- docs/developers/evm-tracing/live-tracing.md | 2 +- src/data/documentation-links.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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