From 461f67151e1529f87a8782394ad37cac61865019 Mon Sep 17 00:00:00 2001 From: Pete Date: Fri, 17 Oct 2025 12:09:52 -0500 Subject: [PATCH 1/3] Updating historical blobs table; adding nitro versions --- .../beacon-nodes-historical-blobs.mdx | 29 +++++++++++++------ 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/docs/run-arbitrum-node/beacon-nodes-historical-blobs.mdx b/docs/run-arbitrum-node/beacon-nodes-historical-blobs.mdx index e0fd9e2d4..2f1e697aa 100644 --- a/docs/run-arbitrum-node/beacon-nodes-historical-blobs.mdx +++ b/docs/run-arbitrum-node/beacon-nodes-historical-blobs.mdx @@ -56,15 +56,26 @@ The Offchain Labs team hasn't verified the accuracy of the flags below, includin ::: -### Specific client flags - -| Client | Flag | -| ---------- | --------------------------------------------- | -| Lighthouse | `--supernode` | -| Teku | `--p2p-subscribe-all-custody-subnets-enabled` | -| Grandine | `--subscribe-all-data-column-subnets` | -| Lodestar | `--supernode` | -| Nimbus | `--debug-peerdas-supernode` | +### Sepolia Consensus layer client support + +| Client | Confirmed works with Nitro `v3.7.6` | Confirmed works with Nitro `v3.8.0` | Required Nitro Flag | Required BN Flag | Supports `/blobs` | Return blob proofs on `/blob_sidecars` | +| ------------- | ----------------------------------- | ----------------------------------- | ------------------------------------------------------------------- | --------------------------------------------- | ----------------- | -------------------------------------- | +| Prysm | ✅ | ✅ | None | `--subscribe-all-data-subnets` | ✅ | ✅ | +| Lighthouse | ✅ | ✅ | None | `--supernode` | ✅ | ❌ | +| Teku | ✅ | ✅ | `--parent-chain.blob-client.dangerous.skip-blob-proof-verification` | `--p2p-subscribe-all-custody-subnets-enabled` | ❌ | ❌ | +| Lodestar | ✅ | ✅ | None | `--supernode` | ✅ | ✅ | +| Nimbus | ✅ | | `--parent-chain.blob-client.dangerous.skip-blob-proof-verification` | `--debug-peerdas-supernode` | ✅ | ❌ | +| Erigon Caplin | ❌ | ❌ | | None, subscribes by default | | | + +## Recommended Nitro node version + +| Node | Nitro Version | +| ------------------------------ | -------------------------- | +| Batch-poster | `3.8.0-rc.11` | +| Sequencer + Batch-poster combo | `3.8.0-rc.11` | +| Sequencer (alone) | `3.7.6` | +| Validators | `v3.7.6-c0fe95e-validator` | +| RPC nodes | `3.7.6` | ## Checklist From e104595834c92eec9c173016de56213cbc81ad29 Mon Sep 17 00:00:00 2001 From: Pete Date: Fri, 17 Oct 2025 14:02:35 -0500 Subject: [PATCH 2/3] Updating table --- .../beacon-nodes-historical-blobs.mdx | 29 ++++++------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/docs/run-arbitrum-node/beacon-nodes-historical-blobs.mdx b/docs/run-arbitrum-node/beacon-nodes-historical-blobs.mdx index 2f1e697aa..488297b0a 100644 --- a/docs/run-arbitrum-node/beacon-nodes-historical-blobs.mdx +++ b/docs/run-arbitrum-node/beacon-nodes-historical-blobs.mdx @@ -56,26 +56,15 @@ The Offchain Labs team hasn't verified the accuracy of the flags below, includin ::: -### Sepolia Consensus layer client support - -| Client | Confirmed works with Nitro `v3.7.6` | Confirmed works with Nitro `v3.8.0` | Required Nitro Flag | Required BN Flag | Supports `/blobs` | Return blob proofs on `/blob_sidecars` | -| ------------- | ----------------------------------- | ----------------------------------- | ------------------------------------------------------------------- | --------------------------------------------- | ----------------- | -------------------------------------- | -| Prysm | ✅ | ✅ | None | `--subscribe-all-data-subnets` | ✅ | ✅ | -| Lighthouse | ✅ | ✅ | None | `--supernode` | ✅ | ❌ | -| Teku | ✅ | ✅ | `--parent-chain.blob-client.dangerous.skip-blob-proof-verification` | `--p2p-subscribe-all-custody-subnets-enabled` | ❌ | ❌ | -| Lodestar | ✅ | ✅ | None | `--supernode` | ✅ | ✅ | -| Nimbus | ✅ | | `--parent-chain.blob-client.dangerous.skip-blob-proof-verification` | `--debug-peerdas-supernode` | ✅ | ❌ | -| Erigon Caplin | ❌ | ❌ | | None, subscribes by default | | | - -## Recommended Nitro node version - -| Node | Nitro Version | -| ------------------------------ | -------------------------- | -| Batch-poster | `3.8.0-rc.11` | -| Sequencer + Batch-poster combo | `3.8.0-rc.11` | -| Sequencer (alone) | `3.7.6` | -| Validators | `v3.7.6-c0fe95e-validator` | -| RPC nodes | `3.7.6` | +### Sepolia: Consensus client support + +| Client | Compatible with Nitro | Required Nitro Flag | Required Beacon Node Flag | +| ------------- | --------------------- | ------------------------------------------------------------------- | --------------------------------------------- | +| Prysm | ✅ | None | `--subscribe-all-data-subnets` | +| Lighthouse | ✅ | None | `--supernode` | +| Teku | ✅ | `--parent-chain.blob-client.dangerous.skip-blob-proof-verification` | `--p2p-subscribe-all-custody-subnets-enabled` | +| Lodestar | ✅ | None | `--supernode` | +| Erigon Caplin | ❌ | | | ## Checklist From dcc9d047fa1b8e63137546644a6b280c319903c3 Mon Sep 17 00:00:00 2001 From: Pete Date: Fri, 17 Oct 2025 14:07:35 -0500 Subject: [PATCH 3/3] Updating header --- docs/run-arbitrum-node/beacon-nodes-historical-blobs.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/run-arbitrum-node/beacon-nodes-historical-blobs.mdx b/docs/run-arbitrum-node/beacon-nodes-historical-blobs.mdx index 488297b0a..4699d5d9b 100644 --- a/docs/run-arbitrum-node/beacon-nodes-historical-blobs.mdx +++ b/docs/run-arbitrum-node/beacon-nodes-historical-blobs.mdx @@ -56,7 +56,13 @@ The Offchain Labs team hasn't verified the accuracy of the flags below, includin ::: -### Sepolia: Consensus client support +### Specific client flags + +:::note Sepolia only + +Currently, the following clients are supported for Sepolia only. + +::: | Client | Compatible with Nitro | Required Nitro Flag | Required Beacon Node Flag | | ------------- | --------------------- | ------------------------------------------------------------------- | --------------------------------------------- |