Skip to content

v1.0.0-rc9

Pre-release
Pre-release
Compare
Choose a tag to compare
@rootulp rootulp released this 12 Jul 01:10
· 201 commits to v1.x since this release
ebfc416

This release reverts back recently added timeout logic which was incidentally causing the network to have highly volatile block times. Upgrade to this version for more stable block times.

What's Changed

Upgrade notes

This release is a non-breaking change. The only noticeable change is the reintroduction of TimeoutCommit in the config.toml. This means if you were previously running rc7 or rc8, you need only stop your node. Check your config.toml. If it has the TimeoutCommit value make sure it's set to 11 seconds (the current default). If you don't have that value in your config.toml then you don't need to do anything (the binary will use the default value anyway). Afterwards restart your node and it should catch up to the chain and continue as normal.

Full Changelog: v1.0.0-rc8...v1.0.0-rc9