Skip to content

Commit 6baf4dd

Browse files
authored
Cut v3.0.9 for version release (#1034)
Bump version for v3.0.9 upgrade
1 parent 605ce03 commit 6baf4dd

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Ref: https://keepachangelog.com/en/1.0.0/
2727
-->
2828

2929
# Changelog
30+
## v3.0.9
31+
* [#154](https://github.com/sei-protocol/sei-tendermint/pull/154) Fix empty prevote latency metrics
32+
3033
## 3.0.8
3134
sei-chain:
3235
* [#1018](https://github.com/sei-protocol/sei-chain/pull/1018) Reorder tx results into absolute order

app/upgrades.go

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ var upgradesList = []string{
5858
"3.0.6",
5959
"3.0.7",
6060
"3.0.8",
61+
"v3.0.9",
6162
}
6263

6364
func (app App) RegisterUpgradeHandlers() {

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ replace (
278278
github.com/cosmos/ibc-go/v3 => github.com/sei-protocol/sei-ibc-go/v3 v3.1.0
279279
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
280280
github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
281-
github.com/tendermint/tendermint => github.com/sei-protocol/sei-tendermint v0.2.25
281+
github.com/tendermint/tendermint => github.com/sei-protocol/sei-tendermint v0.2.27
282282
github.com/tendermint/tm-db => github.com/sei-protocol/tm-db v0.0.4
283283
google.golang.org/grpc => google.golang.org/grpc v1.33.2
284284
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1080,8 +1080,8 @@ github.com/sei-protocol/sei-iavl v0.1.7 h1:cUdHDBkxs0FF/kOt1qCVLm0K+Bqaw92/dbZSg
10801080
github.com/sei-protocol/sei-iavl v0.1.7/go.mod h1:7PfkEVT5dcoQE+s/9KWdoXJ8VVVP1QpYYPLdxlkSXFk=
10811081
github.com/sei-protocol/sei-ibc-go/v3 v3.1.0 h1:rFHk2R/3vbG9iNr7cYtVclW/UyEDSRFjNVPz60zZswU=
10821082
github.com/sei-protocol/sei-ibc-go/v3 v3.1.0/go.mod h1:Mb+1NXiPOLd+CPFlOC6BKeAUaxXlhuWenMmRiUiSmwY=
1083-
github.com/sei-protocol/sei-tendermint v0.2.25 h1:zxISpSYd4DPVMPpxhcHc+HYw0qlT8smzMwsV/2UvhhQ=
1084-
github.com/sei-protocol/sei-tendermint v0.2.25/go.mod h1:+BtDvAwTkE64BlxzpH9ZP7S6vUYT9wRXiZa/WW8/o4g=
1083+
github.com/sei-protocol/sei-tendermint v0.2.27 h1:KNf+kzkj11VRONT7IW8AmbhQGt0Cw6jYnXyNal3uPfA=
1084+
github.com/sei-protocol/sei-tendermint v0.2.27/go.mod h1:+BtDvAwTkE64BlxzpH9ZP7S6vUYT9wRXiZa/WW8/o4g=
10851085
github.com/sei-protocol/sei-tm-db v0.0.5 h1:3WONKdSXEqdZZeLuWYfK5hP37TJpfaUa13vAyAlvaQY=
10861086
github.com/sei-protocol/sei-tm-db v0.0.5/go.mod h1:Cpa6rGyczgthq7/0pI31jys2Fw0Nfrc+/jKdP1prVqY=
10871087
github.com/sei-protocol/sei-wasmd v0.0.2 h1:I0FVTMSWWVVssBQtDgwcDAyDF+ZT2+RqT20ItTBYih8=

0 commit comments

Comments
 (0)