File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,15 @@ Ref: https://keepachangelog.com/en/1.0.0/
28
28
29
29
# Changelog
30
30
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
+
31
40
## 2.0.36beta - 2023-02-27
32
41
### Features
33
42
* [ #603 ] ( https://github.com/sei-protocol/sei-chain/pull/603 ) Set mempool ttl
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ var upgradesList = []string{
52
52
"2.0.29beta" ,
53
53
"2.0.32beta" ,
54
54
"2.0.36beta" ,
55
+ "2.0.37beta" ,
55
56
}
56
57
57
58
func (app App ) RegisterUpgradeHandlers () {
You can’t perform that action at this time.
0 commit comments