-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Ian Shim <shim@fastmail.com>
- Loading branch information
Showing
33 changed files
with
2,027 additions
and
7,405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
package verification | ||
|
||
import ( | ||
contractEigenDABlobVerifier "github.com/Layr-Labs/eigenda/contracts/bindings/EigenDABlobVerifier" | ||
contractEigenDACertVerifier "github.com/Layr-Labs/eigenda/contracts/bindings/EigenDACertVerifier" | ||
) | ||
|
||
// EigenDACert contains all data necessary to retrieve and validate a blob | ||
// | ||
// This struct represents the composition of a eigenDA blob certificate, as it would exist in a rollup inbox. | ||
type EigenDACert struct { | ||
BlobInclusionInfo contractEigenDABlobVerifier.BlobVerificationProofV2 | ||
BatchHeader contractEigenDABlobVerifier.BatchHeaderV2 | ||
NonSignerStakesAndSignature contractEigenDABlobVerifier.NonSignerStakesAndSignature | ||
BlobInclusionInfo contractEigenDACertVerifier.BlobInclusionInfo | ||
BatchHeader contractEigenDACertVerifier.BatchHeaderV2 | ||
NonSignerStakesAndSignature contractEigenDACertVerifier.NonSignerStakesAndSignature | ||
} |
Oops, something went wrong.