mirror of
https://github.com/osmosis-labs/osmosis.git
synced 2025-07-21 23:48:56 +00:00
chore: slightly increase blocktime (#9021)
* chore: slightly increase blocktime * chore: change CHANGELOG.md * chore: reduce timeout commit to 1.6s
This commit is contained in:
@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
* [#8985](https://github.com/osmosis-labs/osmosis/pull/8985) build: block-sdk import now uses forked version
|
||||
* [#9006](https://github.com/osmosis-labs/osmosis/pull/9006) feat: CosmWasm Pool raw state query
|
||||
* [#9021](https://github.com/osmosis-labs/osmosis/pull/9021) chore: slightly increase blocktime
|
||||
|
||||
## v28.0.4
|
||||
|
||||
|
@ -147,12 +147,12 @@ var (
|
||||
{
|
||||
Section: "consensus",
|
||||
Key: "timeout_commit",
|
||||
Value: "500ms",
|
||||
Value: "550ms",
|
||||
},
|
||||
{
|
||||
Section: "consensus",
|
||||
Key: "timeout_propose",
|
||||
Value: "1.8s",
|
||||
Value: "1.6s",
|
||||
},
|
||||
{
|
||||
Section: "consensus",
|
||||
|
Reference in New Issue
Block a user