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. 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].