From 1add400ba7c29561e53466ea1e5f7b51321a6a73 Mon Sep 17 00:00:00 2001 From: Joshua Gutow Date: Tue, 20 Dec 2022 15:10:15 -0800 Subject: [PATCH 1/3] Update derivation.md --- specs/derivation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/derivation.md b/specs/derivation.md index e871389f3ebc..f5fb3a5d1ed2 100644 --- a/specs/derivation.md +++ b/specs/derivation.md @@ -687,7 +687,7 @@ represented by an [expanded version][expanded-payload] of the [`PayloadAttribute which includes the additional `transactions` and `noTxPool` fields. [expanded-payload]: exec-engine.md#extended-payloadattributesv1 -[eth-payload]: https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md#payloadattributesv1 +[eth-payload]: https://github.com/ethereum/execution-apis/blob/main/src/engine/paris.md#payloadattributesv1 ## Deriving the Transaction List @@ -861,7 +861,7 @@ The following JSON-RPC methods are part of the [execution engine API][exec-engin The execution payload is an object of type [`ExecutionPayloadV1`][eth-payload]. -[eth-payload]: https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md#executionpayloadv1 +[eth-payload]: https://github.com/ethereum/execution-apis/blob/main/src/engine/paris.md#executionpayloadv1 ------------------------------------------------------------------------------------------------------------------------ From b8d7f9efe0ef88c8e1719d97982c926ae673cf52 Mon Sep 17 00:00:00 2001 From: Joshua Gutow Date: Tue, 20 Dec 2022 15:11:36 -0800 Subject: [PATCH 2/3] Update rollup-node.md --- specs/rollup-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/rollup-node.md b/specs/rollup-node.md index b35784fa565c..55f68ea2dc80 100644 --- a/specs/rollup-node.md +++ b/specs/rollup-node.md @@ -64,7 +64,7 @@ a 32 byte hash corresponding to the [L2 output root](./proposals.md#l2-output-co The input and return types here are as defined by the [engine API specs][engine-structures]). -[engine-structures]: https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md#structures +[engine-structures]: https://github.com/ethereum/execution-apis/blob/main/src/engine/paris.md#structures - method: `optimism_outputAtBlock` - params: From 06ae64d825fb25875f34757d7fd616bf573559bf Mon Sep 17 00:00:00 2001 From: Joshua Gutow Date: Tue, 20 Dec 2022 15:12:04 -0800 Subject: [PATCH 3/3] Update glossary.md --- specs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/glossary.md b/specs/glossary.md index 9024ab218b7e..4e511f536fe5 100644 --- a/specs/glossary.md +++ b/specs/glossary.md @@ -798,7 +798,7 @@ In these specifications, "execution engine" always refer to the L2 execution eng [Solidity events]: https://docs.soliditylang.org/en/latest/contracts.html?highlight=events#events [nano-header]: https://github.com/norswap/nanoeth/blob/cc5d94a349c90627024f3cd629a2d830008fec72/src/com/norswap/nanoeth/blocks/BlockHeader.java#L22-L156 [yellow]: https://ethereum.github.io/yellowpaper/paper.pdf -[engine-api]: https://github.com/ethereum/execution-apis/blob/main/src/engine/specification.md#PayloadAttributesV1 +[engine-api]: https://github.com/ethereum/execution-apis/blob/main/src/engine/paris.md#PayloadAttributesV1 [merge]: https://ethereum.org/en/eth2/merge/ [mempool]: https://www.quicknode.com/guides/defi/how-to-access-ethereum-mempool [L1 consensus layer]: https://github.com/ethereum/consensus-specs/#readme