v1.0.0-rc9
Pre-releaseThis 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
- chore: change default of the tx indexer back to "kv" by @evan-forbes in #2039
- chore!: cherry pick revert dynamic commits by @evan-forbes in #2081
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