From dc0c240bd010b33759148e1d0aad285cd03672a7 Mon Sep 17 00:00:00 2001 From: savvasmoke <136869149+savvar9991@users.noreply.github.com> Date: Sun, 15 Dec 2024 23:28:03 +1100 Subject: [PATCH 1/2] Update labels.md Signed-off-by: savvasmoke <136869149+savvar9991@users.noreply.github.com> --- docs/repo/labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repo/labels.md b/docs/repo/labels.md index 6b3dba97ee6d..15b2a7ab9cb9 100644 --- a/docs/repo/labels.md +++ b/docs/repo/labels.md @@ -2,7 +2,7 @@ Each label in the repository has a description attached that describes what the label means. -There are 7 label categories in the repository: +There are 8 label categories in the repository: - **Area labels**: These labels denote the general area of the project an issue or PR affects. These start with [`A-`][area]. - **Category labels**: These labels denote the type of issue or change being made, for example https://github.com/paradigmxyz/reth/labels/C-bug or https://github.com/paradigmxyz/reth/labels/C-enhancement. These start with [`C-`][category]. From 365778fe32f963151b36caf749a2a2c2c9f9c603 Mon Sep 17 00:00:00 2001 From: savvasmoke <136869149+savvar9991@users.noreply.github.com> Date: Sun, 15 Dec 2024 23:36:21 +1100 Subject: [PATCH 2/2] Update HARDFORK-CHECKLIST.md Signed-off-by: savvasmoke <136869149+savvar9991@users.noreply.github.com> --- HARDFORK-CHECKLIST.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HARDFORK-CHECKLIST.md b/HARDFORK-CHECKLIST.md index 80ebfc20c98f..17c639f0d5e4 100644 --- a/HARDFORK-CHECKLIST.md +++ b/HARDFORK-CHECKLIST.md @@ -17,5 +17,5 @@ ### Updates to the engine API - Add new endpoints to the `EngineApi` trait and implement endpoints. -- Update the `ExceuctionPayload` + `ExecutionPayloadSidecar` to `Block` conversion if there are any additional parameters. -- Update version specific validation checks in the `EngineValidator` trait. \ No newline at end of file +- Update the `ExecutionPayload` + `ExecutionPayloadSidecar` to `Block` conversion if there are any additional parameters. +- Update version specific validation checks in the `EngineValidator` trait.