Skip to content
Merged
Changes from 2 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
16 changes: 9 additions & 7 deletions docs/partials/_client-flags.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
| Client | Compatible with Nitro | Required Nitro Flag | Required flag for subscribing to all subnets | Required flag to serve historical blobs |
| ------------- | --------------------- | ------------------- | --------------------------------------------- | ----------------------------------------------------- |
| Prysm || None | `--subscribe-all-data-subnets` | `--blob-retention-epochs` |
| Lighthouse || None | `--supernode` | `--prune-blobs false` or `--blob-prune-margin-epochs` |
| Teku || None | `--p2p-subscribe-all-custody-subnets-enabled` | None exists |
| Lodestar || None | `--supernode` | `--chain.archiveDataEpochs` |
| Erigon Caplin || N/A | N/A | N/A |
| Client | Compatible with Nitro | Required Nitro Flag | Required flag for subscribing to all subnets | Required flag to serve historical blobs |
| -------------------- | --------------------- | ------------------- | --------------------------------------------- | ---------------------------------------------------------------- |
| Prysm 7.1.0 or newer || None | | `--blob-retention-epochs` `--semi-supernode` `--enable-backfill` |
| Lighthouse || None | `--supernode` | `--prune-blobs false` or `--blob-prune-margin-epochs` |
| Teku || None | `--p2p-subscribe-all-custody-subnets-enabled` | None exists |
| Lodestar || None | `--supernode` | `--chain.archiveDataEpochs` |
| Erigon Caplin || N/A | N/A | N/A |

For additional information regarding specific client flags visit their docs: [Prysm](https://prysm.offchainlabs.com/docs/learn/concepts/blobs), [Lighthouse](https://lighthouse-book.sigmaprime.io/advanced_blobs.html), [Teku](https://docs.teku.consensys.io/concepts/proto-danksharding#what-are-blobs), and [Lodestar](https://chainsafe.github.io/lodestar/run/beacon-management/beacon-cli/).

We should recommend using Prysm 7.1.0 or newer and --semi-supernode and --enable-backfill. We should remove --subscribe-all-data-subnets