Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion presets/mainnet/eip7805.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
# ---------------------------------------------------------------
# 2**4 (= 16)
INCLUSION_LIST_COMMITTEE_SIZE: 16
DOMAIN_INCLUSION_LIST_COMMITTEE: 0x0C000000
1 change: 0 additions & 1 deletion presets/minimal/eip7805.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
# ---------------------------------------------------------------
# 2**4 (= 16)
INCLUSION_LIST_COMMITTEE_SIZE: 16
DOMAIN_INCLUSION_LIST_COMMITTEE: 0x0C000000
7 changes: 5 additions & 2 deletions specs/_features/eip7805/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<!-- mdformat-toc start --slug=github --no-anchors --maxlevel=6 --minlevel=2 -->

- [Introduction](#introduction)
- [Preset](#preset)
- [Constants](#constants)
- [Domain types](#domain-types)
- [Preset](#preset)
- [Inclusion List Committee](#inclusion-list-committee)
- [Containers](#containers)
- [New containers](#new-containers)
Expand Down Expand Up @@ -34,14 +35,16 @@ This is the beacon chain specification to add EIP-7805 / fork-choice enforced, c
- [FOCIL CL & EL workflow](https://ethresear.ch/t/focil-cl-el-workflow/20526)
*Note*: This specification is built upon [Electra](../../electra/beacon_chain.md) and is under active development.

## Preset
## Constants

### Domain types

| Name | Value |
| --------------------------------- | -------------------------- |
| `DOMAIN_INCLUSION_LIST_COMMITTEE` | `DomainType('0x0C000000')` |

## Preset

### Inclusion List Committee

| Name | Value |
Expand Down