-
Notifications
You must be signed in to change notification settings - Fork 13
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: SDK v0.46.0
#192
feat: SDK v0.46.0
#192
Conversation
add make targets
Chore/remove ignite dependency
remove usage of ToDec()
Feat/buf proto gen
I can't reproduce these lint errors locally. They seem to be an error finding imports from the SDK. Only other error is codecov. |
…46.0 # Conflicts: # Makefile # app/sim_test.go
@aljo242 Yeah, I think it was indeed the github workflow issue. I resolved the issue. |
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.
Cosmos SDK v0.46.0 contains important updates and many more minor and module-level changes that requires lots of attention. Great work overall and thank you for the PR. LGTM.
Description
Updates the Cosmos SDK to
v0.46.0
. Please review this PR after the other onces I have submitted are completed.This PR builds off of those, and will be much more manageable to review if the other PRs are already merged.
genesisStateWithValSet()
function to runkeeper
testing suites with a staked validator. Tests panic without this modification.Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes