From d1174df38d3198bfd0b60e26e6832fadd5e7f734 Mon Sep 17 00:00:00 2001 From: Uday Patil Date: Fri, 22 Dec 2023 15:05:35 -0600 Subject: [PATCH] register v3.5.0 upgrade and changelog (#1185) --- CHANGELOG.md | 20 ++++++++++++++++++++ app/upgrades.go | 1 + go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2cebcbc2..3bcda57f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,26 @@ Ref: https://keepachangelog.com/en/1.0.0/ --> # Changelog +## v3.5.0 +sei-chain: +* [#1164](https://github.com/sei-protocol/sei-chain/pull/1164) Bump wasmd +* [#1163](https://github.com/sei-protocol/sei-chain/pull/1163) Update antehandler +* [#1160](https://github.com/sei-protocol/sei-chain/pull/1160) Allow metrics script to query remote +* [#1156](https://github.com/sei-protocol/sei-chain/pull/1156) Bump ledger version to support nano s +* [#1155](https://github.com/sei-protocol/sei-chain/pull/1155) Allow loadtest client to take a list of grpc endpoints + +sei-cosmos: +* [#383](https://github.com/sei-protocol/sei-cosmos/pull/383) Refactor wasm dependency behavior +* [#353](https://github.com/sei-protocol/sei-cosmos/pull/353) Perf: Relax locking contention for cache and cachekv +* [#331](https://github.com/sei-protocol/sei-cosmos/pull/331) Fast reject invalid consensus params + +sei-tendermint: +* [#170](https://github.com/sei-protocol/sei-tendermint/pull/170) P2P: Optimize block pool requester retry and peer pick up logic +* [#167](https://github.com/sei-protocol/sei-tendermint/pull/167) Perf: Increase buffer size for pubsub server to boost performance +* [#164](https://github.com/sei-protocol/sei-tendermint/pull/164) Add regex support to query syntax +* [#163](https://github.com/sei-protocol/sei-tendermint/pull/163) Reduce noisy tendermint logs +* [#162](https://github.com/sei-protocol/sei-tendermint/pull/162) Use peermanager scores for blocksync peers and don't error out on block mismatch + ## v3.3.0 sei-ibc-go: * [#35](https://github.com/sei-protocol/sei-ibc-go/pull/35) Upgrade to Ibc v3.4.0 diff --git a/app/upgrades.go b/app/upgrades.go index 25c19abaf..f8911c83a 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -64,6 +64,7 @@ var upgradesList = []string{ "v3.1.1", "v3.2.1", "v3.3.0", + "v3.5.0", } // if there is an override list, use that instead, for integration tests diff --git a/go.mod b/go.mod index 65c952e4c..c2ab715b2 100644 --- a/go.mod +++ b/go.mod @@ -279,7 +279,7 @@ replace ( github.com/cosmos/ibc-go/v3 => github.com/sei-protocol/sei-ibc-go/v3 v3.3.0 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 - github.com/tendermint/tendermint => github.com/sei-protocol/sei-tendermint v0.2.28 + github.com/tendermint/tendermint => github.com/sei-protocol/sei-tendermint v0.2.33 github.com/tendermint/tm-db => github.com/sei-protocol/tm-db v0.0.4 google.golang.org/grpc => google.golang.org/grpc v1.33.2 ) diff --git a/go.sum b/go.sum index 831868de5..9d2ecbde5 100644 --- a/go.sum +++ b/go.sum @@ -1078,8 +1078,8 @@ github.com/sei-protocol/sei-iavl v0.1.7 h1:cUdHDBkxs0FF/kOt1qCVLm0K+Bqaw92/dbZSg github.com/sei-protocol/sei-iavl v0.1.7/go.mod h1:7PfkEVT5dcoQE+s/9KWdoXJ8VVVP1QpYYPLdxlkSXFk= github.com/sei-protocol/sei-ibc-go/v3 v3.3.0 h1:/mjpTuCSEVDJ51nUDSHU92N0bRSwt49r1rmdC/lqgp8= github.com/sei-protocol/sei-ibc-go/v3 v3.3.0/go.mod h1:VwB/vWu4ysT5DN2aF78d17LYmx3omSAdq6gpKvM7XRA= -github.com/sei-protocol/sei-tendermint v0.2.28 h1:5PB1a/zu6H2iDbxIMnXgDtB4QwV5PZRikguX8gASLGI= -github.com/sei-protocol/sei-tendermint v0.2.28/go.mod h1:+BtDvAwTkE64BlxzpH9ZP7S6vUYT9wRXiZa/WW8/o4g= +github.com/sei-protocol/sei-tendermint v0.2.33 h1:ThZTpgUbM4vAWSrGWjICLfwzZLZs/B8SEpxeUlIuzhA= +github.com/sei-protocol/sei-tendermint v0.2.33/go.mod h1:4LSlJdhl3nf3OmohliwRNUFLOB1XWlrmSodrIP7fLh4= github.com/sei-protocol/sei-tm-db v0.0.5 h1:3WONKdSXEqdZZeLuWYfK5hP37TJpfaUa13vAyAlvaQY= github.com/sei-protocol/sei-tm-db v0.0.5/go.mod h1:Cpa6rGyczgthq7/0pI31jys2Fw0Nfrc+/jKdP1prVqY= github.com/sei-protocol/sei-wasmd v0.0.4 h1:vkmBD8Xbl9s0NznPJA0btonqFAcNO4gUGcYmhuMUULA=