Skip to content

Commit

Permalink
bump up cosmos-sdk version to 0.44.3 (#2697)
Browse files Browse the repository at this point in the history
* bump cosmos-sdk to v0.44.3

* bump cosmos-sdk to v0.44.3

* bump cosmos-sdk to v0.44.3
  • Loading branch information
CoreyCheung authored Nov 11, 2021
1 parent a8b418e commit 9bed4f9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 285 deletions.
1 change: 0 additions & 1 deletion cmd/iris/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) {
Use: "iris",
Short: "IRIS Hub app command",
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
initClientCtx = client.ReadHomeFlag(initClientCtx, cmd)
initClientCtx, err := config.ReadFromClientConfig(initClientCtx)
if err != nil {
return err
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/irisnet/irishub
go 1.16

require (
github.com/bianjieai/tibc-go v0.2.0
github.com/cosmos/cosmos-sdk v0.44.2
github.com/bianjieai/tibc-go v0.2.1-0.20211111102030-e85557da3088
github.com/cosmos/cosmos-sdk v0.44.3
github.com/cosmos/ibc-go v1.1.0
github.com/gogo/protobuf v1.3.3
github.com/golang/protobuf v1.5.2
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/irisnet/irismod v1.5.0-alpha
github.com/irisnet/irismod v1.5.1-0.20211111092104-7c0f464ebf40
github.com/olebedev/config v0.0.0-20190528211619-364964f3a8e4
github.com/pkg/errors v0.9.1
github.com/rakyll/statik v0.1.7
Expand All @@ -20,7 +20,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/tendermint/tendermint v0.34.13
github.com/tendermint/tendermint v0.34.14
github.com/tendermint/tm-db v0.6.4
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
google.golang.org/genproto v0.0.0-20210805201207-89edb61ffb67
Expand Down
Loading

0 comments on commit 9bed4f9

Please sign in to comment.