Skip to content

Commit

Permalink
Bump up cosmos-sdk to v0.44.0 (#230)
Browse files Browse the repository at this point in the history
* bump up cosmos-sdk

* fix typo

* update coinswap test

* fix coinswap grpc test

* fix coinswap migrate test

* fix farm cli test

* fix service keeper test

* fix service msg test

* fix token test

* clean

* update token

* clean

* clean

* fix

* fix sim test

* fix sim test
  • Loading branch information
SegueII authored Oct 9, 2021
1 parent 1784e2b commit ee27c52
Show file tree
Hide file tree
Showing 130 changed files with 1,758 additions and 1,214 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ test: test-unit
test-unit:
@VERSION=$(VERSION) go test -mod=readonly -tags='ledger test_ledger_mock' -ldflags '$(ldflags)' ${PACKAGES_UNITTEST}


test-sim-nondeterminism:
@echo "Running non-determinism test..."
@go test -mod=readonly $(SIMAPP) -run TestAppStateDeterminism -Enabled=true \
Expand Down
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module github.com/irisnet/irismod
go 1.16

require (
github.com/cosmos/cosmos-sdk v0.42.9
github.com/cosmos/cosmos-sdk v0.44.0
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
Expand All @@ -14,13 +15,13 @@ require (
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/tendermint/tendermint v0.34.11
github.com/tendermint/tendermint v0.34.12
github.com/tendermint/tm-db v0.6.4
github.com/tendermint/tmlibs v0.9.0
github.com/tidwall/gjson v1.6.5
github.com/tidwall/gjson v1.6.7
github.com/xeipuuv/gojsonschema v1.2.0
google.golang.org/genproto v0.0.0-20210114201628-6edceaf6022f
google.golang.org/grpc v1.37.0
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
google.golang.org/grpc v1.38.0
gopkg.in/yaml.v2 v2.4.0
)

Expand Down
462 changes: 426 additions & 36 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit ee27c52

Please sign in to comment.