eth2.0-specs/specs/eip4844/fork.md

1.3 KiB

EIP-4844 -- Fork Logic

Notice: This document is a work-in-progress for researchers and implementers.

Table of contents

Introduction

This document describes the process of EIP-4844 upgrade.

Configuration

Warning: this configuration is not definitive.

Name Value
EIP4844_FORK_VERSION Version('0x03000000')
EIP4844_FORK_EPOCH Epoch(18446744073709551615) TBD

Fork to EIP-4844

Fork trigger

TBD. This fork is defined for testing purposes, the EIP may be combined with other consensus-layer upgrade. For now we assume the condition will be triggered at epoch EIP4844_FORK_EPOCH.

Note that for the pure EIP-4844 networks, we don't apply upgrade_to_eip4844 since it starts with EIP-4844 version logic.

Upgrading the state

The eip4844.BeaconState format is equal to the bellatrix.BeaconState format, no upgrade has to be performed.