-
Notifications
You must be signed in to change notification settings - Fork 8
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
apply cosmos v0.50.x #154
Merged
Merged
apply cosmos v0.50.x #154
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
* 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
junhee0
approved these changes
Nov 5, 2024
JoowonYun
reviewed
Nov 6, 2024
JoowonYun
reviewed
Nov 6, 2024
JoowonYun
reviewed
Nov 6, 2024
JoowonYun
reviewed
Nov 6, 2024
JoowonYun
reviewed
Nov 6, 2024
JoowonYun
reviewed
Nov 6, 2024
JoowonYun
reviewed
Nov 6, 2024
JoowonYun
reviewed
Nov 6, 2024
JoowonYun
reviewed
Nov 6, 2024
JoowonYun
reviewed
Nov 6, 2024
JoowonYun
reviewed
Nov 6, 2024
JoowonYun
reviewed
Nov 6, 2024
JoowonYun
reviewed
Nov 6, 2024
JoowonYun
reviewed
Nov 7, 2024
junhee0
approved these changes
Nov 8, 2024
junhee0
approved these changes
Nov 19, 2024
JoowonYun
approved these changes
Dec 4, 2024
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.
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
Effects
Major Reviewer
Background
Summary
Checklist