From 3ef362ce9091fdb0a6421b4ed32a44179b57450f Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Fri, 3 Nov 2023 11:30:28 +0100 Subject: [PATCH 1/2] Remove unused `DOMAIN_BLOB_SIDECAR` Blob sidecars are no longer signed, remove signing domain. --- specs/deneb/beacon-chain.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/specs/deneb/beacon-chain.md b/specs/deneb/beacon-chain.md index 852f98308..09679489c 100644 --- a/specs/deneb/beacon-chain.md +++ b/specs/deneb/beacon-chain.md @@ -67,12 +67,6 @@ Deneb is a consensus-layer upgrade containing a number of features. Including: ## Constants -### Domain types - -| Name | Value | -| - | - | -| `DOMAIN_BLOB_SIDECAR` | `DomainType('0x0B000000')` | - ### Blob | Name | Value | From 9338d37c1536fc5de48791580a53abfa15c8d868 Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Fri, 3 Nov 2023 11:47:30 +0100 Subject: [PATCH 2/2] Update toc --- specs/deneb/beacon-chain.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specs/deneb/beacon-chain.md b/specs/deneb/beacon-chain.md index 09679489c..b6c97d6f4 100644 --- a/specs/deneb/beacon-chain.md +++ b/specs/deneb/beacon-chain.md @@ -11,7 +11,6 @@ - [Introduction](#introduction) - [Custom types](#custom-types) - [Constants](#constants) - - [Domain types](#domain-types) - [Blob](#blob) - [Preset](#preset) - [Execution](#execution)