Skip to content

Commit

Permalink
Merge pull request #259 from bandprotocol/dragonberry-patch-v23
Browse files Browse the repository at this point in the history
Bump cosmos-sdk to 0.44.5-patch / ibc-go to 1.1.7
  • Loading branch information
taobun authored Oct 15, 2022
2 parents 146ecfd + 49a7304 commit a15da6c
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 32 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## [v2.3.6](https://github.com/bandprotocol/chain/releases/tag/v2.3.6)

- (bump) Use cosmos-sdk v0.44.5-patch / ibc-go 1.1.7

## [v2.3.5](https://github.com/bandprotocol/chain/releases/tag/v2.3.5)

- (bump) Use go-owasm package v0.1.1
Expand Down
16 changes: 9 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ require (
github.com/bandprotocol/go-owasm v0.1.1
github.com/confio/ics23/go v0.6.6
github.com/containerd/continuity v0.1.0 // indirect
github.com/cosmos/cosmos-sdk v0.44.5
github.com/cosmos/cosmos-sdk v0.44.5-patch
github.com/cosmos/go-bip39 v1.0.0
github.com/cosmos/ibc-go v1.1.5
github.com/cosmos/ibc-go v1.1.7
github.com/ethereum/go-ethereum v1.10.8
github.com/gogo/protobuf v1.3.3
github.com/golang/protobuf v1.5.2
Expand All @@ -23,18 +23,20 @@ require (
github.com/prometheus/client_golang v1.11.0
github.com/rakyll/statik v0.1.7
github.com/regen-network/cosmos-proto v0.3.1
github.com/spf13/cast v1.3.1
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.8.0
github.com/tendermint/tendermint v0.34.14
github.com/tendermint/tm-db v0.6.4
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71
google.golang.org/grpc v1.42.0
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
google.golang.org/grpc v1.43.0
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.4.0
)

replace google.golang.org/grpc => google.golang.org/grpc v1.33.2

replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0
Loading

0 comments on commit a15da6c

Please sign in to comment.