File tree Expand file tree Collapse file tree 6 files changed +22
-44
lines changed Expand file tree Collapse file tree 6 files changed +22
-44
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ //go:build test_amino
12// +build test_amino
23
34package params
Original file line number Diff line number Diff line change 1+ //go:build !test_amino
12// +build !test_amino
23
34package params
Original file line number Diff line number Diff line change 33module github.com/tendermint/liquidity
44
55require (
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)
You can’t perform that action at this time.
0 commit comments