You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/peer-das.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,8 +56,7 @@ With PeerDAS, consensus layer clients will use network and storage space for sid
56
56
Storage consumption is increased, taking about 500 GB with 14 blobs of data layer space compared to 100 GB in Pectra.
57
57
58
58
:::warning important
59
-
If a node operator needs complete blob data through the REST API, they must run in supernode mode.
60
-
Other types of nodes store only partial blob data.
59
+
If a node operator needs complete blob data through the REST API (for example, the `getBlobs` endpoint), they must either run in supernode mode or enable [`--get-blobs-api-p2p-sidecars-download-enabled`](../reference/cli/index.md#get-blobs-api-p2p-sidecars-download-enabled), which allows Teku to retrieve required sidecars on demand from the P2P network. Other types of nodes store only partial blob data.
61
60
:::
62
61
63
62
All node space requirements are subject to change proportionally to the target number of blobs, which is currently scheduled to be 14 starting from January 7, 2026 (about 1 month after the Fusaka fork).
0 commit comments