Skip to content

Commit

Permalink
ci: add comment for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fiamma-builder committed Oct 25, 2024
1 parent 2fdbb4a commit 381aae2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proto/fiamma/zkpverify/zkpverify.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ enum ProofSystem {
FFPLONK_BN254_BITVM = 1;
}

// DASubmissionResult is the data structure for the DA submission result
message DASubmissionResult {
string proof_id = 1;
DataLocation data_location = 2;
Expand All @@ -33,7 +34,7 @@ message DASubmissionResult {
string namespace = 6;
}


// DASubmissionData is the data structure for the DA submission data
message DASubmissionData {
string proof_id = 1;
ProofData proof_data = 2;
Expand All @@ -60,7 +61,7 @@ message VerifyResult {
string namespace = 6;
}


// BitVMChallengeData is the data structure for the bitvm challenge data
message BitVMChallengeData {
bytes witness = 1;
string proposer = 2;
Expand Down

0 comments on commit 381aae2

Please sign in to comment.