Skip to content

Commit

Permalink
Merge pull request #13786 from ethereum/fixPortalNetworkTable
Browse files Browse the repository at this point in the history
Change portal network image to table
  • Loading branch information
wackerow authored Sep 5, 2024
2 parents 7d3efbe + 5eac244 commit 77c35fe
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,13 @@ The benefits of this network design are:

The diagram below shows the functions of existing clients that can be delivered by the Portal Network, enabling users to access these functions on very low-resource devices.

![portal network table](portal-network-table2.png)
### The Portal Networks

| Beacon light client | State network | Transaction gossip | History network |
| ------------------- | ---------------------------- | ------------------- | --------------- |
| Beacon chain light | Account and contract storage | Lightweight mempool | Headers |
| Protocol data | | | Block bodies |
| | | | Receipts |

## Client diversity by default {#client-diversity-as-default}

Expand Down

0 comments on commit 77c35fe

Please sign in to comment.