-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update v2 disperser protos #816
Update v2 disperser protos #816
Conversation
8582bdd
to
03cdacb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm ok with this merging once we sort out whether or not repeated string relays = 4;
should actually be something like repeated uint32
.
03cdacb
to
7a5abf6
Compare
api/proto/common/v2/common.proto
Outdated
uint32 version = 1; | ||
repeated uint32 quorum_numbers = 2; | ||
common.BlobCommitment commitment = 3; | ||
bytes payment_header_hash = 4; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we just include the payment header now so as to minimize api changes in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we plan on including payment header in blob header in the future? I thought it was going to be passed in as a separate field in dispersal request
7a5abf6
to
dbe355a
Compare
dbe355a
to
0404df0
Compare
Why are these changes needed?
Updating blob header & cert schema
Checks