Skip to content

Commit d1913cf

Browse files
committed
fix review
The link goes to the Dual Gas Model spec page, not the spec root, so 'Specification' alone misled readers. Use 'MegaEVM specification — Dual Gas Model' on both the inline reference (re-execution section) and in Related pages, and note that the linked page is the entry point into the spec space.
1 parent bfe4b5e commit d1913cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/node/validator-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Execute every transaction with the chain's hardfork rules and accumulate state c
208208

209209
A custom EVM must match MegaEVM's semantics exactly — see [Re-execution requirements](#re-execution-requirements).
210210

211-
Re-implementers can either link `mega-evm` directly or build a compatible EVM from the [Specification](https://docs.megaeth.com/spec/megaevm/dual-gas-model).
211+
Re-implementers can either link `mega-evm` directly or build a compatible EVM from the [MegaEVM specification — Dual Gas Model](https://docs.megaeth.com/spec/megaevm/dual-gas-model) and the related spec pages linked under [Re-execution requirements](#re-execution-requirements).
212212

213213
{% hint style="info" %}
214214
**Reference impl.** Wires this through [`MegaBlockExecutorFactory` and `MegaEvmFactory`](https://github.com/megaeth-labs/stateless-validator/blob/main/crates/stateless-core/src/executor.rs#L273) from the [`mega-evm`](https://github.com/megaeth-labs/mega-evm) crate, which extends `revm` rather than forking it.
@@ -366,4 +366,4 @@ Companion repositories:
366366
- [Get Block Witness](witness.md) — wire format, decoding pipeline, and field-by-field type definitions for the witness payload.
367367
- [Stateless Validation](stateless-validation.md) — operator guide for running the reference client (CLI, metrics, anchoring, troubleshooting).
368368
- [Architecture](../architecture.md) — how transactions move through MegaETH and where validators fit in.
369-
- [Specification](https://docs.megaeth.com/spec/megaevm/dual-gas-model) — normative MegaEVM behavior.
369+
- [MegaEVM specification — Dual Gas Model](https://docs.megaeth.com/spec/megaevm/dual-gas-model) — normative MegaEVM behavior; entry point into the spec space.

0 commit comments

Comments
 (0)