Commit 1aa2944d authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #4550 from ethereum-optimism/jg/update_specs_links

specs: Update links
parents 69200bd5 a87acfca
...@@ -687,7 +687,7 @@ represented by an [expanded version][expanded-payload] of the [`PayloadAttribute ...@@ -687,7 +687,7 @@ represented by an [expanded version][expanded-payload] of the [`PayloadAttribute
which includes the additional `transactions` and `noTxPool` fields. which includes the additional `transactions` and `noTxPool` fields.
[expanded-payload]: exec-engine.md#extended-payloadattributesv1 [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 ## Deriving the Transaction List
...@@ -861,7 +861,7 @@ The following JSON-RPC methods are part of the [execution engine API][exec-engin ...@@ -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]. 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
------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------
......
...@@ -798,7 +798,7 @@ In these specifications, "execution engine" always refer to the L2 execution eng ...@@ -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 [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 [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 [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/ [merge]: https://ethereum.org/en/eth2/merge/
[mempool]: https://www.quicknode.com/guides/defi/how-to-access-ethereum-mempool [mempool]: https://www.quicknode.com/guides/defi/how-to-access-ethereum-mempool
[L1 consensus layer]: https://github.com/ethereum/consensus-specs/#readme [L1 consensus layer]: https://github.com/ethereum/consensus-specs/#readme
......
...@@ -64,7 +64,7 @@ a 32 byte hash corresponding to the [L2 output root](./proposals.md#l2-output-co ...@@ -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]). 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` - method: `optimism_outputAtBlock`
- params: - params:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment