Skip to content

Commit

Permalink
Add withdrawals to history network specs text (#317)
Browse files Browse the repository at this point in the history
This doesn't have any functional change as these were already
added long time ago to the block body type but the overview
text never got updated.
  • Loading branch information
kdeme authored Jun 10, 2024
1 parent 4af45d1 commit 542e26c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion history/history-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document is the specification for the sub-protocol that supports on-demand

The chain history network is a [Kademlia](https://pdos.csail.mit.edu/~petar/papers/maymounkov-kademlia-lncs.pdf) DHT that uses the [Portal Wire Protocol](./portal-wire-protocol.md) to establish an overlay network on top of the [Discovery v5](https://github.com/ethereum/devp2p/blob/master/discv5/discv5-wire.md) protocol.

Execution chain history data consists of historical block headers, block bodies (transactions and ommer) and block receipts.
Execution chain history data consists of historical block headers, block bodies (transactions, ommers and withdrawals) and block receipts.

In addition, the chain history network provides individual epoch accumulators for the full range of pre-merge blocks mined before the transition to proof of stake.

Expand All @@ -18,6 +18,7 @@ In addition, the chain history network provides individual epoch accumulators fo
* Block bodies
* Transactions
* Ommers
* Withdrawals
* Receipts
* Header epoch accumulators (pre-merge only)

Expand Down

0 comments on commit 542e26c

Please sign in to comment.