Skip to content
Open
Changes from all 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
10 changes: 0 additions & 10 deletions docs/products/eigenda/api/disperser-v2-API/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ The EigenDA v2 Disperser provides an API for:
* Dispersing blobs to the EigenDA network.
* [Flexible payment modalities: on-demand and reserved bandwidth](https://docs.eigencloud.xyz/products/eigenda/core-concepts/payments).

:::note
As part of its essential data availability guarantee, the EigenDA network supports direct communication with
the EigenDA validators for blob retrieval; permissionless dispersal of blobs to the EigenDA network is planned for a future protocol
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this not true anymore?

upgrade in later 2025.
:::

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.
The goal of this document is to explain this spec at a higher level.

Expand All @@ -32,10 +26,6 @@ The EigenDA v2 Disperser exposes the endpoints:
* `GetBlobCommitment()`
* `GetPaymentStateForAllQuorums()`

:::note
`GetPaymentSate()` is deprecated. Use `GetPaymentStateForAllQuorums()`.
:::

### Blob Dispersal Lifecycle

These endpoints enable the blob dispersal lifecycle, from enqueuing blobs for dispersal, to waiting for a DA certificate that meets the
Expand Down