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
4 changes: 2 additions & 2 deletions specs/capella/fork-choice.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- [Helpers](#helpers)
- [Modified `PayloadAttributes`](#modified-payloadattributes)
- [Handlers](#handlers)
- [`on_block`](#on_block)
- [Modified `on_block`](#modified-on_block)

<!-- mdformat-toc end -->

Expand Down Expand Up @@ -61,7 +61,7 @@ class PayloadAttributes:

## Handlers

### `on_block`
### Modified `on_block`

*Note*: The only modification is the deletion of the verification of merge
transition block conditions.
Expand Down
8 changes: 4 additions & 4 deletions specs/deneb/fork-choice.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
- [Introduction](#introduction)
- [Helpers](#helpers)
- [Modified `PayloadAttributes`](#modified-payloadattributes)
- [`is_data_available`](#is_data_available)
- [New `is_data_available`](#new-is_data_available)
- [Handlers](#handlers)
- [`on_block`](#on_block)
- [Modified `on_block`](#modified-on_block)

<!-- mdformat-toc end -->

Expand All @@ -32,7 +32,7 @@ class PayloadAttributes:
parent_beacon_block_root: Root
```

### `is_data_available`
### New `is_data_available`

*[New in Deneb:EIP4844]*

Expand Down Expand Up @@ -65,7 +65,7 @@ def is_data_available(

## Handlers

### `on_block`
### Modified `on_block`

*Note*: The only modification is the addition of the blob data availability
check.
Expand Down
Loading