Skip to content

Commit 5690115

Browse files
authored
2.0.37beta release (#622)
* 2.0.37beta release * Upgrade
1 parent 44020f7 commit 5690115

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ Ref: https://keepachangelog.com/en/1.0.0/
2828

2929
# Changelog
3030

31+
## 2.0.37beta - 2023-02-27
32+
### Features
33+
* [#621](https://github.com/sei-protocol/sei-chain/pull/621) Add success count to the oracle query
34+
* [#600](https://github.com/sei-protocol/sei-chain/pull/600) Add params to guard Nitro fraud challenge
35+
* [sei-tendermint #73](https://github.com/sei-protocol/sei-tendermint/pull/73) reduce checktx log noise
36+
### Bug Fixes
37+
* [#617](https://github.com/sei-protocol/sei-chain/pull/617) gracefully handle nil response for new provider
38+
* [#619](https://github.com/sei-protocol/sei-chain/pull/619) Move store operations outside of iterator
39+
3140
## 2.0.36beta - 2023-02-27
3241
### Features
3342
* [#603](https://github.com/sei-protocol/sei-chain/pull/603) Set mempool ttl

app/upgrades.go

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ var upgradesList = []string{
5252
"2.0.29beta",
5353
"2.0.32beta",
5454
"2.0.36beta",
55+
"2.0.37beta",
5556
}
5657

5758
func (app App) RegisterUpgradeHandlers() {

0 commit comments

Comments
 (0)