Layr-Labs / eigenda-proxy

Secure and optimized communication layer for rollups using EigenDA.
MIT License
15 stars 22 forks source link

server doesn't respect da-server REST spec #141

Closed samlaf closed 1 month ago

samlaf commented 2 months ago

The Spec for keyed puts is

Request:
  POST /put/<hex_encoded_commitment>
  Content-Type: application/octet-stream
  Body: <preimage_bytes>

Response:
  200 OK

but we actually return the commitment back, the same way we do for keyless puts.

Doesn't really matter but feel like we should implement the spec exactly?