From 7d59016bb825045ab8733008a6bde5d7af433b44 Mon Sep 17 00:00:00 2001 From: protolambda Date: Thu, 6 May 2021 15:56:07 +0200 Subject: [PATCH] Merge constant/preset/config separation --- specs/merge/beacon-chain.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specs/merge/beacon-chain.md b/specs/merge/beacon-chain.md index 85953a547..ada6c1a25 100644 --- a/specs/merge/beacon-chain.md +++ b/specs/merge/beacon-chain.md @@ -15,6 +15,7 @@ - [Constants](#constants) - [Execution](#execution) - [Configuration](#configuration) + - [Transition](#transition) - [Containers](#containers) - [Extended containers](#extended-containers) - [`BeaconBlockBody`](#beaconblockbody) @@ -65,6 +66,8 @@ We define the following Python custom types for type hinting and readability: Warning: this configuration is not definitive. +### Transition + | Name | Value | | - | - | | `MERGE_FORK_VERSION` | `Version('0x02000000')` |