-
Notifications
You must be signed in to change notification settings - Fork 558
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 cosmos-sdk
to v0.47.1
#3455
Merged
Merged
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
jeronimoalbi
previously approved these changes
Mar 29, 2023
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.
Great work @Pantani!
# Conflicts: # ignite/pkg/cosmosanalysis/app/testdata/modules/append_arguments/app.go # ignite/pkg/cosmosanalysis/app/testdata/modules/append_package_function/app.go # ignite/pkg/cosmosanalysis/app/testdata/modules/arguments/app.go # ignite/pkg/cosmosanalysis/app/testdata/modules/external_variable/app.go # ignite/pkg/cosmosanalysis/app/testdata/modules/file_function/app.go # ignite/pkg/cosmosanalysis/app/testdata/modules/file_variable/app.go # ignite/pkg/cosmosanalysis/app/testdata/modules/package_alias/app.go # ignite/pkg/cosmosanalysis/app/testdata/modules/package_function/app.go # ignite/pkg/cosmosanalysis/app/testdata/modules/package_not_called_app/app.go # ignite/pkg/cosmosanalysis/app/testdata/modules/package_variable/app.go # ignite/pkg/cosmosanalysis/app/testdata/modules/registration_not_in_app_go/app.go # ignite/pkg/cosmosanalysis/cosmosanalysis.go # ignite/pkg/cosmosanalysis/cosmosanalysis_test.go
cosmos-sdk
to v0.47.0
cosmos-sdk
to v0.47.1
b1b4913
to
c0f46f5
Compare
13 tasks
# Conflicts: # integration/network/network_test.go # integration/network/request_test.go # integration/testdata/tstestrunner/vitest.config.ts
# Conflicts: # go.mod # go.sum
jeronimoalbi
approved these changes
Apr 24, 2023
Jchicode
pushed a commit
to Jchicode/cli
that referenced
this pull request
Aug 9, 2023
* feat: upgrade sdk and support app wiring * update tendermint * fix cli dependencies * fix app.go check * use cometbft-db * fix wrong replaces in the go.mod * run go.mod in ignite/templates/app/files/go.mod.plush * remove indirect require from ignite/templates/app/files/go.mod.plush * rollback some test changes * rollback some test changes * add ics proof file * fix unused import for simulation file * fixx app.go keepers * fix app.go * fix build issues * fix crisis and gov keepers * add changelog * fix duplicated genutil app module * fix lint issues * fix app.go tests * fix plugin version and lint * fix invalid module name in the `app.go` * rollback wrong import delete * replace the deprecated BroadcastBlockto BroadcastSync * fix unused import * increase the integration tests timeout * bump cosmos sdk and ibc version to the stable release * fix the chain id for the ibc chains * fix chain unit tests * fix query tests * fix faucet data racing * fix test sync mode and disable network test since we need to update the sdk * fix singleston tests * fix genesis state for ibc modules * add IsIBC context var * improve test readbility * add missing import * fix the config integration test * fix faucet test * split app integration tests * skip cosmogen tests * fix `more than one error-wrapping directive %w` error * remove unused rand * update CI plugin versions * fix lint issue for the new golangcilint version * fix typos * roolback rand import for module_simulation.go file * fix broadcastmode for default client.tom * fix tx integration tests * rollback some testdata changes * change new scaffold method signature * organize `go.mod` * update cosmossdk to v0.47.1 * fix unit tests for appwiring * fix unit tests * fix not found tx for chain unit tests * add simulation tests * add new simulation msg operations * clean simulation template * fix simulation tests with empty handler * fix export function * fix doctor import check * fix lint --------- Co-authored-by: İlker Göktuğ ÖZTÜRK <[email protected]>
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.
Description
cosmos-sdk
tov0.47.1
;cometbft
insteadtendermint
;cosmos/gogoproto
insteadgogo/protobuf
;ibc-go
tov7 v7.0.0
;app.go
;proofs.proto
file;github
actions;