From 94920666c37c845fc0106d4bce6b9caf00458c8e Mon Sep 17 00:00:00 2001 From: Teddy Knox Date: Thu, 6 Jun 2024 15:57:25 -0400 Subject: [PATCH] Update readme --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index b27c2a3d..fdf87ae3 100644 --- a/README.md +++ b/README.md @@ -62,17 +62,7 @@ An `EigenDACommitment` layer type has been added that supports verification agai ``` -The `raw commitment` for EigenDA is encoding the following certificate and kzg fields: - -```go -type Cert struct { - BatchHeaderHash []byte - BlobIndex uint32 - ReferenceBlockNumber uint32 - QuorumIDs []uint32 - BlobCommitment *common.G1Commitment -} -``` +The `raw commitment` for EigenDA is encoding certificate and kzg fields. **NOTE:** Commitments are cryptographically verified against the data fetched from EigenDA for all `/get` calls. The server will respond with status `500` in the event where EigenDA were to lie and provide falsified data thats irrespective of the client provided commitment. This feature isn't flag guarded and is part of standard operation.