-
Notifications
You must be signed in to change notification settings - Fork 347
fix!: TimeoutInfo proto break #2646
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
base: main
Are you sure you want to change the base?
Conversation
| message TimeoutInfo { | ||
| google.protobuf.Duration timeout_propose = 1 [(gogoproto.nullable) = false, (gogoproto.stdduration) = true]; | ||
| google.protobuf.Duration timeout_propose_delta = 2 [(gogoproto.nullable) = false, (gogoproto.stdduration) = true]; | ||
| google.protobuf.Duration timeout_commit = 2 [(gogoproto.nullable) = false, (gogoproto.stdduration) = true]; |
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.
damn! I could swear I purposefully avoided modifying the proto in a breaking way, idk how it slipped through
|
I can't test this PR in celestia-app because I'm reasonably confident the |
|
Fixed by pinning some buf dependencies |
|
Discussed with Rachid and Evan. We plan on not merging until v7.x. |
should we convert to draft for the meantime? |
Closes #2645
Tested in celestia-app: celestiaorg/celestia-app#6203