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
docs(eigenda): flatten API directory structure, remove v2 naming
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>
Copy file name to clipboardExpand all lines: docs/eigenda/api/overview.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: Overview
5
5
6
6
## Dispersing Blobs
7
7
8
-
The EigenDA v2 Disperser provides an API for:
8
+
The EigenDA Disperser provides an API for:
9
9
* Dispersing blobs to the EigenDA network.
10
10
*[Flexible payment modalities: on-demand and reserved bandwidth](https://docs.eigencloud.xyz/products/eigenda/core-concepts/payments).
11
11
@@ -14,15 +14,15 @@ As part of its essential data availability guarantee, the EigenDA network suppor
14
14
the EigenDA validators for blob retrieval.
15
15
:::
16
16
17
-
The low level specification for the Disperser v2 API spec is [disperser.proto](https://github.com/Layr-Labs/eigenda/blob/v0.9.0/api/proto/disperser/v2/disperser_v2.proto), adjusted to the current release.
17
+
The low level specification for the Disperser API is [disperser.proto](https://github.com/Layr-Labs/eigenda/blob/master/api/proto/disperser/v2/disperser_v2.proto).
18
18
The goal of this document is to explain this spec at a higher level.
19
19
20
-
Eigen Labs hosts one v2 disperser endpoint for each EigenDA network. These endpoints are documented in respective network pages
20
+
Eigen Labs hosts a disperser endpoint for each EigenDA network. These endpoints are documented in respective network pages
21
21
for [Mainnet](../../networks/mainnet.md) and [Sepolia](../../networks/sepolia.md).
22
22
23
23
### Disperser Endpoints
24
24
25
-
The EigenDA v2 Disperser exposes the endpoints:
25
+
The EigenDA Disperser exposes the endpoints:
26
26
27
27
*`DisperseBlob()`
28
28
*`GetBlobStatus()`
@@ -58,7 +58,7 @@ The `GetBlobStatus()` response includes the relay keys. Fetch the relay URL from
58
58
:::
59
59
60
60
:::tip
61
-
Here we provide a narrative-level description of the major API endpoints. Please see [the repo](https://github.com/Layr-Labs/eigenda/blob/v0.9.0/api/proto/disperser/v2/disperser_v2.proto) adjusted to the current release, for detailed, field-level API documentation.
61
+
Here we provide a narrative-level description of the major API endpoints. Please see [the repo](https://github.com/Layr-Labs/eigenda/blob/master/api/proto/disperser/v2/disperser_v2.proto) for detailed, field-level API documentation.
62
62
:::
63
63
64
64
## Retrieving Blobs
@@ -90,5 +90,5 @@ The EigenDA Node exposes the retrieval endpoints:
90
90
*`NodeInfo()`
91
91
92
92
:::tip
93
-
Here we provide a narrative-level description of the major API endpoints. Please see [the repo](https://github.com/Layr-Labs/eigenda/blob/v0.9.1/api/proto/node/node.proto) adjusted to the current release, for detailed, field-level API documentation.
93
+
Here we provide a narrative-level description of the major API endpoints. Please see [the repo](https://github.com/Layr-Labs/eigenda/blob/master/api/proto/node/node.proto) for detailed, field-level API documentation.
0 commit comments