Skip to content

Commit 46f060a

Browse files
authored
Merge pull request #469 from tendermint/468-bump-sdk-0.44.5
build: bump cosmos-sdk to v0.44.5
2 parents 7da7fb8 + 1db7a45 commit 46f060a

File tree

6 files changed

+22
-44
lines changed

6 files changed

+22
-44
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ Ref: https://keepachangelog.com/en/1.0.0/
3737

3838
## [Unreleased]
3939

40-
## [v1.4.3](https://github.com/tendermint/liquidity/releases) - 2022.01.26
40+
## [v1.4.4](https://github.com/tendermint/liquidity/releases) - 2022.01.26
4141

42+
* [\#469](https://github.com/tendermint/liquidity/pull/469) build: bump cosmos-sdk to v0.44.5
4243
* [\#466](https://github.com/tendermint/liquidity/pull/466) fix: exclude circuit breaking logic for MsgWithdrawWithinBatch
4344

4445
## [v1.4.2](https://github.com/tendermint/liquidity/releases/tag/v1.4.2) - 2021.11.11

app/params/amino.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build test_amino
12
// +build test_amino
23

34
package params

app/params/proto.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !test_amino
12
// +build !test_amino
23

34
package params

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ go 1.15
33
module github.com/tendermint/liquidity
44

55
require (
6-
github.com/cosmos/cosmos-sdk v0.44.3
6+
github.com/cosmos/cosmos-sdk v0.44.5
77
github.com/gogo/protobuf v1.3.3
88
github.com/golang/mock v1.6.0
99
github.com/golang/protobuf v1.5.2
@@ -18,8 +18,8 @@ require (
1818
github.com/stretchr/testify v1.7.0
1919
github.com/tendermint/tendermint v0.34.14
2020
github.com/tendermint/tm-db v0.6.4
21-
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
22-
google.golang.org/grpc v1.40.0
21+
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71
22+
google.golang.org/grpc v1.42.0
2323
google.golang.org/protobuf v1.27.1
2424
gopkg.in/yaml.v2 v2.4.0
2525
)

0 commit comments

Comments
 (0)