docs(eigenda): remove outdated v1 documentation and Blazar release notes#248
Open
docs(eigenda): remove outdated v1 documentation and Blazar release notes#248
Conversation
EigenDA V2 (Blazar) has been live on mainnet since June 2025, with V1 now fully deprecated. This cleanup removes: **Removed Files:** - Blazar release notes and migration guide (migration timeline passed) - Disperser API v1 documentation (4 files) - V1 integration guides (proxy v1, golang client v1) - V1 quick-start guide - Deprecated system requirements - Orphaned static assets (proxy-v1.png, v2-1.png) **Updated Files:** - operator-guides/overview.md: Removed v1 migration section - networks/mainnet.md: Removed deprecated V1 specs section - networks/hoodi.md: Simplified to V2-only specs - eigenda-proxy.md: Removed broken v1 docs link - integrations-overview.md: Removed broken blazar.md link V1 references in rollup guides (OP Stack, Orbit) are retained as they document migration paths for existing deployments that still need to retrieve legacy V1 blobs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Remove "later 2025" permissionless dispersal timeline reference since we are now in 2026. Also remove stale TODO comment. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Since V1 has been removed, the disperser-v2-API subfolder is no longer needed. This flattens the structure: api/disperser-v2-API/overview.md -> api/overview.md api/disperser-v2-API/data-structures.md -> api/data-structures.md Also removes "v2" qualifier from text since there's now only one API version, and updates proto links to point to master branch. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
EigenDA V1 has been fully deprecated and removed from the codebase. This PR updates the documentation to reflect that V2 is now simply "EigenDA" - there's no need for version qualifiers. Changes: - networks/mainnet.md: "Blazar (V2) Specs" → "Network Specs" - networks/sepolia.md: "Blob Explorer Blazar (V2)" → "Blob Explorer" - operator-guides/requirements/system-requirements.md: Remove "Blazar (V2) upgrade" reference - integrations-guides/rollup-guides/op-stack/README.md: - Remove V1 Settings dropdown - Remove "Migrating from V1" section (no longer needed) - "EigenDA V2 dispersals" → "EigenDA dispersals" - Fix capitalization: "eigenda-powered" → "EigenDA-powered" - Fix env var names to match actual config file - integrations-guides/quick-start/v2/index.md: "V2 Guide" → "Guide" in sidebar - api/overview.md: Fix broken relative links (pre-existing bug) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
bxue-l2
reviewed
Feb 17, 2026
Contributor
bxue-l2
left a comment
There was a problem hiding this comment.
I got a bit verbose on the if-to-remove-files. But generally looks good to me
| } | ||
| ``` | ||
|
|
||
| [1]: https://github.com/Layr-Labs/eigenda/blob/master/encoding/utils/codec/codec.go#L12 |
Contributor
There was a problem hiding this comment.
good to remove, very old doc
|
|
||
| This table summarizes all the current status codes and their mappings to HTTP codes. | ||
|
|
||
| | Status | gRPC Error Code | HTTP Error Code | Use cases | |
Contributor
There was a problem hiding this comment.
I don't think we have other places discussing error code. Maybe just move it under V2. What do you think @ethenotethan
| held by adversarial nodes before the availability of a blob is affected. | ||
|
|
||
|
|
||
| ## Rate Limits |
Contributor
There was a problem hiding this comment.
maybe good to move it under V2, given we still have rate limit there
| <!-- TODO: Update to point to master, not a specific commit --> | ||
|
|
||
| Eigen Labs hosts one disperser endpoint for each EigenDA network. These endpoints are documented in respective network pages for [mainnet](../../networks/mainnet.md) and [testnet sepolia](../../networks/sepolia.md). | ||
|
|
| title: V1 Guide | ||
| --- | ||
|
|
||
| # Quick Start |
| --- | ||
|
|
||
| # Using the Golang Client for Authenticated Dispersal | ||
|
|
|
|
||
| ## About | ||
|
|
||
| EigenDA proxy is a sidecar server run as part of a rollup node cluster for communication with the EigenDA network. Information about |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
disperser-v2-APIsubfolder now that V1 is gone)Changes
Removed (17 files, -1,569 lines)
docs/eigenda/releases/- Blazar release notes (migration timeline completed)docs/eigenda/operator-guides/blazar-migration.md- V1→V2 migration guidedocs/eigenda/api/disperser-v1-API/- Complete V1 API documentationdocs/eigenda/integrations-guides/v1/- V1 proxy and golang client guidesdocs/eigenda/integrations-guides/quick-start/v1/- V1 quick startdocs/eigenda/operator-guides/requirements/system-requirements-deprecated.mdstatic/img/integrations/proxy/proxy-v1.pngstatic/img/releases/v2-1.pngRestructured
api/disperser-v2-API/→api/(flattened, removed v2 subfolder)Updated (6 files)
operator-guides/overview.md- Removed V1 migration sectionnetworks/mainnet.md- Removed deprecated V1 specsnetworks/hoodi.md- Simplified to V2-only batch intervaleigenda-proxy.md- Fixed broken V1 docs linkintegrations-overview.md- Fixed broken blazar.md linkapi/overview.md- Removed "v2" qualifier, updated proto links to masterRetained
V1 references in rollup guides (OP Stack, Orbit) that document migration paths for existing deployments needing to retrieve legacy V1 blobs.
Test plan
🤖 Generated with Claude Code