You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/docs/disperser_v2.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,10 @@
44
44
| ----- | ---- | ----- | ----------- |
45
45
| non_signer_pubkeys |[bytes](#bytes)| repeated | Serialized bytes of non signer public keys (G1 points) |
46
46
| apk_g2 |[bytes](#bytes)|| Serialized bytes of G2 point that represents aggregate public key of all signers |
47
-
| quorum_apks |[bytes](#bytes)| repeated | Serialized bytes of aggregate public keys (G1 points) from all nodes for each quorum |
47
+
| quorum_apks |[bytes](#bytes)| repeated | Serialized bytes of aggregate public keys (G1 points) from all nodes for each quorum The order of the quorum_apks should match the order of the quorum_numbers |
48
48
| sigma |[bytes](#bytes)|| Serialized bytes of aggregate signature |
49
49
| quorum_numbers |[uint32](#uint32)| repeated | Relevant quorum numbers for the attestation |
50
+
| quorum_signed_percentages |[bytes](#bytes)|| The attestation rate for each quorum. The order of the quorum_signed_percentages should match the order of the quorum_numbers |
Copy file name to clipboardExpand all lines: api/docs/eigenda-protos.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -746,9 +746,10 @@ If DisperseBlob returns the following error codes: INVALID_ARGUMENT (400): reque
746
746
| ----- | ---- | ----- | ----------- |
747
747
| non_signer_pubkeys |[bytes](#bytes)| repeated | Serialized bytes of non signer public keys (G1 points) |
748
748
| apk_g2 |[bytes](#bytes)|| Serialized bytes of G2 point that represents aggregate public key of all signers |
749
-
| quorum_apks |[bytes](#bytes)| repeated | Serialized bytes of aggregate public keys (G1 points) from all nodes for each quorum |
749
+
| quorum_apks |[bytes](#bytes)| repeated | Serialized bytes of aggregate public keys (G1 points) from all nodes for each quorum The order of the quorum_apks should match the order of the quorum_numbers |
750
750
| sigma |[bytes](#bytes)|| Serialized bytes of aggregate signature |
751
751
| quorum_numbers |[uint32](#uint32)| repeated | Relevant quorum numbers for the attestation |
752
+
| quorum_signed_percentages |[bytes](#bytes)|| The attestation rate for each quorum. The order of the quorum_signed_percentages should match the order of the quorum_numbers |
0 commit comments