Skip to content

Commit

Permalink
fix: proto gen
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Dec 10, 2024
1 parent aadca0c commit 33d9435
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/docs/disperser.html
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ <h3 id="disperser.DispersePaidBlobRequest">DispersePaidBlobRequest</h3>
<td>payment_header</td>
<td><a href="#common.PaymentHeader">common.PaymentHeader</a></td>
<td></td>
<td><p>Payment header contains AccountID, BinIndex, and CumulativePayment </p></td>
<td><p>Payment header contains AccountID, ReservationPeriod, and CumulativePayment </p></td>
</tr>

<tr>
Expand Down
2 changes: 1 addition & 1 deletion api/docs/disperser.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ BlobStatusRequest is used to query the status of a blob.
| ----- | ---- | ----- | ----------- |
| data | [bytes](#bytes) | | The data to be dispersed. Same requirements as DisperseBlobRequest. |
| quorum_numbers | [uint32](#uint32) | repeated | The quorums to which the blob to be sent |
| payment_header | [common.PaymentHeader](#common-PaymentHeader) | | Payment header contains AccountID, BinIndex, and CumulativePayment |
| payment_header | [common.PaymentHeader](#common-PaymentHeader) | | Payment header contains AccountID, ReservationPeriod, and CumulativePayment |
| payment_signature | [bytes](#bytes) | | signature of payment_header |


Expand Down
11 changes: 9 additions & 2 deletions api/docs/eigenda-protos.html
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ <h3 id="common.PaymentHeader">PaymentHeader</h3>
</tr>

<tr>
<td>bin_index</td>
<td>reservation_period</td>
<td><a href="#uint32">uint32</a></td>
<td></td>
<td><p> </p></td>
Expand All @@ -966,6 +966,13 @@ <h3 id="common.PaymentHeader">PaymentHeader</h3>
<td><p> </p></td>
</tr>

<tr>
<td>salt</td>
<td><a href="#uint32">uint32</a></td>
<td></td>
<td><p> </p></td>
</tr>

</tbody>
</table>

Expand Down Expand Up @@ -1713,7 +1720,7 @@ <h3 id="disperser.DispersePaidBlobRequest">DispersePaidBlobRequest</h3>
<td>payment_header</td>
<td><a href="#common.PaymentHeader">common.PaymentHeader</a></td>
<td></td>
<td><p>Payment header contains AccountID, BinIndex, and CumulativePayment </p></td>
<td><p>Payment header contains AccountID, ReservationPeriod, and CumulativePayment </p></td>
</tr>

<tr>
Expand Down
5 changes: 3 additions & 2 deletions api/docs/eigenda-protos.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,9 @@ KZG commitment, degree proof, the actual degree, and data length in number of sy
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| account_id | [string](#string) | | |
| bin_index | [uint32](#uint32) | | |
| reservation_period | [uint32](#uint32) | | |
| cumulative_payment | [bytes](#bytes) | | |
| salt | [uint32](#uint32) | | |



Expand Down Expand Up @@ -638,7 +639,7 @@ BlobStatusRequest is used to query the status of a blob.
| ----- | ---- | ----- | ----------- |
| data | [bytes](#bytes) | | The data to be dispersed. Same requirements as DisperseBlobRequest. |
| quorum_numbers | [uint32](#uint32) | repeated | The quorums to which the blob to be sent |
| payment_header | [common.PaymentHeader](#common-PaymentHeader) | | Payment header contains AccountID, BinIndex, and CumulativePayment |
| payment_header | [common.PaymentHeader](#common-PaymentHeader) | | Payment header contains AccountID, ReservationPeriod, and CumulativePayment |
| payment_signature | [bytes](#bytes) | | signature of payment_header |


Expand Down

0 comments on commit 33d9435

Please sign in to comment.