Skip to content

Commit

Permalink
Merge pull request #56 from crescent-network/cherry-pick/352
Browse files Browse the repository at this point in the history
fix!: upgrade ibc-go for pool coin blacklisting #352
  • Loading branch information
crypin authored Sep 1, 2022
2 parents a79db33 + 1c7daa7 commit 6153cbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

### State Machine Breaking

* (ibc) [\#56](https://github.com/crescent-network/crescent/pull/56) fix!: upgrade ibc-go for pool coin blacklisting

### Features

* (x/marketmaker) [\#55](https://github.com/crescent-network/crescent/pull/55) feat: add marketmaker module
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ require (

replace (
github.com/cosmos/cosmos-sdk => github.com/crescent-network/cosmos-sdk v1.1.0-sdk-0.45.3
github.com/cosmos/ibc-go/v2 => github.com/crescent-network/ibc-go/v2 v2.2.0-crescent
github.com/cosmos/ibc-go/v2 => github.com/crescent-network/ibc-go/v2 v2.2.0-crescent-v3
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
google.golang.org/grpc => google.golang.org/grpc v1.33.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/crescent-network/cosmos-sdk v1.1.0-sdk-0.45.3 h1:0fQd/WkJeHRwEBB+wx7E0lAvjKZ16NW0FGIFoXau7PI=
github.com/crescent-network/cosmos-sdk v1.1.0-sdk-0.45.3/go.mod h1:qYm5JEr0ZlbnmoP/Q3b+dYMOliHf4ddHirpILiwZzqg=
github.com/crescent-network/ibc-go/v2 v2.2.0-crescent h1:GoCtS3SCS2cdlBPvns837IhGwv4vtkfyFm8fjnZNcAs=
github.com/crescent-network/ibc-go/v2 v2.2.0-crescent/go.mod h1:dI9GK4FofHfJ0LUQmJMVntleYFeJr4lDuzZgq05rotQ=
github.com/crescent-network/ibc-go/v2 v2.2.0-crescent-v3 h1:BzlYHUmmeeupp1m7TTFWJ6rfv3E6IflAUfNVlmqa9ok=
github.com/crescent-network/ibc-go/v2 v2.2.0-crescent-v3/go.mod h1:dI9GK4FofHfJ0LUQmJMVntleYFeJr4lDuzZgq05rotQ=
github.com/cyphar/filepath-securejoin v0.2.2/go.mod h1:FpkQEhXnPnOthhzymB7CGsFk2G9VLXONKD9G7QGMM+4=
github.com/danieljoos/wincred v1.0.2 h1:zf4bhty2iLuwgjgpraD2E9UbvO+fe54XXGJbOwe23fU=
github.com/danieljoos/wincred v1.0.2/go.mod h1:SnuYRW9lp1oJrZX/dXJqr0cPK5gYXqx3EJbmjhLdK9U=
Expand Down

0 comments on commit 6153cbc

Please sign in to comment.