Skip to content
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 72 commits into from
May 3, 2023
Merged

feat: bump cosmos-sdk to v0.47.1 #3455

merged 72 commits into from
May 3, 2023

Conversation

Pantani
Copy link
Collaborator

@Pantani Pantani commented Mar 11, 2023

Description

  • Bump cosmos-sdk to v0.47.1;
  • Use cometbft instead tendermint;
  • Use cosmos/gogoproto instead gogo/protobuf;
  • Bump ibc-go to v7 v7.0.0;
  • Update scaffolded app.go;
  • Bump the minor version of some other packages;
  • Add ics23 proofs.proto file;
  • Bump github actions;
  • Fix integrations tests;

@Pantani Pantani changed the title draft: sdk update feat: bump cosmos-sdk to v0.47.0-rc3 Mar 15, 2023
@Pantani Pantani self-assigned this Mar 15, 2023
@Pantani Pantani marked this pull request as ready for review March 16, 2023 06:12
@Pantani Pantani requested a review from jeronimoalbi March 28, 2023 17:51
jeronimoalbi
jeronimoalbi previously approved these changes Mar 29, 2023
Copy link
Member

@jeronimoalbi jeronimoalbi left a 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
@Pantani Pantani changed the title feat: bump cosmos-sdk to v0.47.0 feat: bump cosmos-sdk to v0.47.1 Mar 30, 2023
@Pantani Pantani force-pushed the feat/new-app-wiring branch from b1b4913 to c0f46f5 Compare March 30, 2023 15:59
@ilgooz ilgooz merged commit 116bb34 into main May 3, 2023
@ilgooz ilgooz deleted the feat/new-app-wiring branch May 3, 2023 18:16
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants