EigenDA Streaming Surface
Version 1.0
Bidirectional gRPC streaming surface exposed by the EigenDA v1 Disperser. EigenDA is the data-availability service secured by EigenLayer restakers; the Disperser is the consumer-facing entry point used by rollups and other blob producers to post data into EigenDA. Of the public Disperser RPCs, only DisperseBlobAuthenticated is a streaming RPC - it is a bidirectional stream that implements a sign-and-verify handshake before the disperser accepts a blob. The other v1 Disperser RPCs (DisperseBlob, GetBlobStatus, RetrieveBlob) are unary and not modeled here. The v2 Disperser, the Relay service, and the Node service are marked Experimental in the EigenDA proto README and the project states they are not deployed to any public environment, so they are not modeled here either. The Retriever service is documented as primarily for operator/internal retrieval paths and exposes only unary RPCs.
Channels
Messages
Servers