randy-cro
randy-cro
Any idea why this PR (https://github.com/cosmos/cosmos-sdk/pull/22795) was not included in any release even though it is merged? Previous issue was already closed (https://github.com/cosmos/cosmos-sdk/issues/20715)
# Description This PR optimises the **staking endblocker** with a **non-breaking** change. It was discovered that on RocksDB/VersionDB nodes, the staking endblocker could take up to **1100ms** on archival nodes,...
## Description To address the issue of slow nodes due to heavy i/o in staking endblocker, two key changes were introduced: 1. Use of an **in-memory KV store** to manage...