-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
chore: Update RequestExtendVote #17993
Conversation
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.
LGTM, for some reason staking had some updates but it looks good. Thank you @sergio-mena for the heads up!
Let's be sure to re-run |
@@ -395,8 +403,8 @@ message ExecTxResult { | |||
bytes data = 2; | |||
string log = 3; // nondeterministic | |||
string info = 4; // nondeterministic | |||
int64 gas_wanted = 5; | |||
int64 gas_used = 6; | |||
int64 gas_wanted = 5 [json_name = "gas_wanted"]; |
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.
This changed and break-check is pointing it out. It was done automatically after updating the Makefile
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.
We haven't released v0.50 anyway, so we don't mind.
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.
awesome, danke
(cherry picked from commit c325cbf) # Conflicts: # x/staking/types/staking.pb.go
Description
Updates RequestExtendVote per 0.38 as comet requested
Closes: #17992
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
make lint
andmake test
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change