-
Notifications
You must be signed in to change notification settings - Fork 11
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
v1.7 #164
Merged
Merged
v1.7 #164
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: x/volunteer use v1 proposal
* cosmossdk.io/log * cosmossdk.io/store * cosmossdk.io/x/feegrant * cosmossdk.io/x/evidence * cosmossdk.io/x/upgrade * ibc v8 * github.com/cosmos/ibc-go/modules/capability * cosmos-sdk/client/grpc/cmtservice * remove ibcclientclient, upgradeclient * packet-forward-middleware v8 * bump cosmos-sdk v0.50.7 * formatting * x/reward * x/volunteer * x/staking * temp fix ante * app.go * fix app/keeper * app/keeper cont. * app/keeper cont. * app/keeper cont. * mintkeeper for reward * app/keeper/keys.go * remove past upgrade * app/export.go * app/modules.go * app/params * app/app.go * app/helpers/test_helpers.go * update buf deps * cmd * ante * app.go cont. * tests/integration/testutil * temporary comment out for build * apply cosmos.msg.v1.service proto annotation * go1.23.0 * refine CreateTestInput * apply custom getsigner * x/reward test build * cmd test build * ante test build * fix test ante * tests build * tests/e2e build * tests all build * fix tests/integration params * fix tests/staking * dockerfile * fix e2e test validator address type * fix GetVolunteerValidator * fix test tests/integration/reward * update go.mod * update ethermint version * update cosmos-sdk to v0.50.10-xpla * update ledger-cosmos-go * add buildtag cgo for ledger * upgrade module for v1_7 * remove erc20 module * update protobuf dependencies * remove erc20 docs * clean testcache before test * formatting
v0.24.0-xpla-rc3
apply cosmos v0.50.x
ASA-2024-010 GHSA-7225-m954-23v7
1.7 security patch
ASA-2024-0012: Transaction decoding may result in a stack overflow ASA-2024-0013: Transaction decoding may result in resource exhaustion GHSA-8wcc-m6j2-qxvm
apply cosmos sdk security patch
fix for reading client.toml correctly
update cosmossdk.io/client
yoosah
approved these changes
Mar 13, 2025
junhee0
approved these changes
Mar 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Effects
Major Reviewer
Background
Summary
Checklist