From 04b0229e3d673baf99821b757c4646e4b3d3f6d5 Mon Sep 17 00:00:00 2001 From: Danilo Pantani Date: Wed, 24 Apr 2024 10:24:00 +0200 Subject: [PATCH] chore: bump cosmos-sdk to `v0.50.6` (#4103) (cherry picked from commit 86c08a57faec9b889bf53341d36eb260bb4c41c8) # Conflicts: # ignite/templates/app/files/go.mod.plush --- changelog.md | 6 ++++++ ignite/templates/app/files/go.mod.plush | 16 +++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 58bc70f25e..93cdd90149 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,12 @@ ### Changes - [#3959](https://github.com/ignite/cli/pull/3959) Remove app name prefix from the `.gitignore` file +- [#3962](https://github.com/ignite/cli/pull/3962) Rename all RPC endpoints and autocli commands generated for `map`/`list`/`single` types +- [#3976](https://github.com/ignite/cli/pull/3976) Remove error checks for Cobra command value get calls +- [#4002](https://github.com/ignite/cli/pull/4002) Bump buf build +- [#4008](https://github.com/ignite/cli/pull/4008) Rename `pkg/yaml` to `pkg/xyaml` +- [#4075](https://github.com/ignite/cli/pull/4075) Use `gopkg.in/yaml.v3` instead `gopkg.in/yaml.v2` +- [#4103](https://github.com/ignite/cli/pull/4103) Bump cosmos-sdk to `v0.50.6` ### Fixes diff --git a/ignite/templates/app/files/go.mod.plush b/ignite/templates/app/files/go.mod.plush index 719db2ed14..5b65d0cc2f 100644 --- a/ignite/templates/app/files/go.mod.plush +++ b/ignite/templates/app/files/go.mod.plush @@ -10,13 +10,13 @@ replace ( ) require ( - cosmossdk.io/api v0.7.3 + cosmossdk.io/api v0.7.4 cosmossdk.io/client/v2 v2.0.0-beta.1 cosmossdk.io/core v0.11.0 cosmossdk.io/depinject v1.0.0-alpha.4 cosmossdk.io/errors v1.0.1 cosmossdk.io/log v1.3.1 - cosmossdk.io/store v1.0.2 + cosmossdk.io/store v1.1.0 cosmossdk.io/tools/confix v0.1.1 cosmossdk.io/x/circuit v0.1.0 cosmossdk.io/x/evidence v0.1.0 @@ -29,9 +29,9 @@ require ( github.com/bufbuild/buf v1.30.0 github.com/cometbft/cometbft v0.38.6 github.com/cosmos/cosmos-db v1.0.2 - github.com/cosmos/cosmos-proto v1.0.0-beta.4 - github.com/cosmos/cosmos-sdk v0.50.5 - github.com/cosmos/gogoproto v1.4.11 + github.com/cosmos/cosmos-proto v1.0.0-beta.5 + github.com/cosmos/cosmos-sdk v0.50.6 + github.com/cosmos/gogoproto v1.4.12 github.com/cosmos/ibc-go/modules/capability v1.0.0 github.com/cosmos/ibc-go/v8 v8.1.1 github.com/golang/protobuf v1.5.4 @@ -42,9 +42,15 @@ require ( github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.18.2 github.com/stretchr/testify v1.9.0 +<<<<<<< HEAD golang.org/x/tools v0.19.0 google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8 google.golang.org/grpc v1.62.0 +======= + golang.org/x/tools v0.20.0 + google.golang.org/genproto/googleapis/api v0.0.0-20240325203815-454cdb8f5daa + google.golang.org/grpc v1.63.2 +>>>>>>> 86c08a57 (chore: bump cosmos-sdk to `v0.50.6` (#4103)) google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0 google.golang.org/protobuf v1.33.0 ) \ No newline at end of file