From 207f2875cd2bd3aadec9f4a466fa466efa12baf2 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Tue, 3 May 2022 09:22:29 -0600 Subject: [PATCH] Add new `DomainType` for application usage --- specs/bellatrix/beacon-chain.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/specs/bellatrix/beacon-chain.md b/specs/bellatrix/beacon-chain.md index b37a8ab715..0acef00a67 100644 --- a/specs/bellatrix/beacon-chain.md +++ b/specs/bellatrix/beacon-chain.md @@ -10,6 +10,8 @@ - [Introduction](#introduction) - [Custom types](#custom-types) +- [Constants](#constants) + - [Domain types](#domain-types) - [Preset](#preset) - [Execution](#execution) - [Updated penalty values](#updated-penalty-values) @@ -62,6 +64,14 @@ Additionally, this upgrade introduces the following minor changes: | `Transaction` | `ByteList[MAX_BYTES_PER_TRANSACTION]` | either a [typed transaction envelope](https://eips.ethereum.org/EIPS/eip-2718#opaque-byte-array-rather-than-an-rlp-array) or a legacy transaction| | `ExecutionAddress` | `Bytes20` | Address of account on the execution layer | +## Constants + +### Domain types + +| Name | Value | +| - | - | +| `DOMAIN_APPLICATION` | `DomainType('0x00000001')` | + ## Preset ### Execution