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:
PaddyMc
2025-03-10 15:56:38 +00:00
committed by GitHub
parent a5e3348caf
commit 3830890c70
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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",