Skip to content

Commit

Permalink
Merge pull request #511 from public-awesome/jhernandezb/bump-cosmos-sdk
Browse files Browse the repository at this point in the history
bump cosmos sdk dependency
  • Loading branch information
JakeHartnell authored Dec 23, 2021
2 parents d46e4c9 + b021c2a commit be94a3c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 323 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

- [#511](https://github.com/public-awesome/stargaze/pull/511) Bump Cosmos SDK to `v0.44.5` and ibc-go to `v1.2.5`

## [v1.1.0](https://github.com/public-awesome/stargaze/releases/tag/v1.1.0) - 2021-11-29

* Add tendermint `rollback` command to help operators restore to previous height in case of apphash errors
* Bump Cosmos SDK to `v0.44.4`
* Bump ibc-go to `v1.2.3`
* Fix CLI output to stdout/stderr preventing integration with tooling like `jq`
- Add tendermint `rollback` command to help operators restore to previous height in case of apphash errors
- Bump Cosmos SDK to `v0.44.4`
- Bump ibc-go to `v1.2.3`
- Fix CLI output to stdout/stderr preventing integration with tooling like `jq`

## [v1.0.0](https://github.com/public-awesome/stargaze/releases/tag/v1.0.0) - 2021-10-29

Expand Down
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.17

require (
github.com/armon/go-metrics v0.3.10
github.com/cosmos/cosmos-sdk v0.44.4
github.com/cosmos/cosmos-sdk v0.44.5
github.com/cosmos/go-bip39 v1.0.0
github.com/cosmos/ibc-go v1.2.3
github.com/cosmos/ibc-go v1.2.5
github.com/gogo/protobuf v1.3.3
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.6 // indirect
Expand Down Expand Up @@ -38,7 +38,8 @@ require (
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/coinbase/rosetta-sdk-go v0.6.10 // indirect
github.com/confio/ics23/go v0.6.6 // indirect
github.com/cosmos/iavl v0.17.2 // indirect
github.com/cosmos/btcutil v1.0.4 // indirect
github.com/cosmos/iavl v0.17.3 // indirect
github.com/cosmos/ledger-cosmos-go v0.11.1 // indirect
github.com/cosmos/ledger-go v0.9.2 // indirect
github.com/danieljoos/wincred v1.0.2 // indirect
Expand All @@ -49,7 +50,6 @@ require (
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b // indirect
github.com/enigmampc/btcutil v1.0.3-0.20200723161021-e2fb6adb2a25 // indirect
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-kit/kit v0.10.0 // indirect
Expand Down Expand Up @@ -120,8 +120,9 @@ require (

replace (
github.com/99designs/keyring => github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac3d76
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.44.5
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.7.0
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/tendermint/spm => github.com/public-awesome/spm v0.1.9-stargaze.0.20211111163150-f598fd520658
github.com/tendermint/spm => github.com/public-awesome/spm v0.1.9-stargaze.0.20211209174847-5fa2bef28adb
google.golang.org/grpc => google.golang.org/grpc v1.33.2
)
Loading

0 comments on commit be94a3c

Please sign in to comment.