Commit 83a0ef3 1 parent 0062a1a commit 83a0ef3 Copy full SHA for 83a0ef3
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
53
53
54
54
* [ #8985 ] ( https://github.com/osmosis-labs/osmosis/pull/8985 ) build: block-sdk import now uses forked version
55
55
* [ #9006 ] ( https://github.com/osmosis-labs/osmosis/pull/9006 ) feat: CosmWasm Pool raw state query
56
+ * [ #9021 ] ( https://github.com/osmosis-labs/osmosis/pull/9021 ) chore: slightly increase blocktime
56
57
57
58
## v28.0.4
58
59
Original file line number Diff line number Diff line change @@ -147,12 +147,12 @@ var (
147
147
{
148
148
Section : "consensus" ,
149
149
Key : "timeout_commit" ,
150
- Value : "500ms " ,
150
+ Value : "550ms " ,
151
151
},
152
152
{
153
153
Section : "consensus" ,
154
154
Key : "timeout_propose" ,
155
- Value : "1.8s " ,
155
+ Value : "1.6s " ,
156
156
},
157
157
{
158
158
Section : "consensus" ,
You can’t perform that action at this time.
0 commit comments