-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat(*): bump up cosmos-sdk v0.50.10 #26
Conversation
Signed-off-by: lutty <[email protected]>
add GetAllPeriodDelegation
fix(distribution): add weighted tokens for validator
fix(staking): balance below min undelegate amount
* feat(staking): add period delegation to genesis * fix(staking): fix tests regarding period delegation * fix(staking): fix test for msg edit validator
* fix(staking): add errors * fix(staking): add errors * fix(staking): add errors
* feat(staking): move business logic outside the hooks * feat(staking): move business logic outside the hooks * feat(staking): move business logic outside the hooks
* feat(evmstaking): msg checks * feat(evmstaking): msg checks * feat(distribution): add max_ubi param * feat(distribution): add max_ubi param * feat(distribution): add max_ubi param * feat(distribution): add max_ubi param
Why so many commits? Doesn't seem correct to me. How did you create this PR? Just cherry-pick or a merge? |
@LeoHChen This PR merges the prev When this PR is merged, I will squash and merge all commits as a single commit, so that we can cherry pick this commit for bumping up the cosmos-sdk in the future. |
@0xHansLee I assume branch piplabs/v0.50.10 is the fork of cosmos v0.50.10? |
That's right. The HEAD of current |
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
No description provided.