Randy Grok
Randy Grok
Probably given that we have two points where we start a depinject container: https://github.com/berachain/beacon-kit/blob/9a9538c0be4f7337cee742b254eea871820c760e/examples/beacond/cmd/root/root.go#L62 and https://github.com/berachain/beacon-kit/blob/9a9538c0be4f7337cee742b254eea871820c760e/examples/beacond/app/app.go#L111 The data that I got from inside the application is not correct; an example...
### Summary Bring back concurrent export genesis removed in https://github.com/cosmos/cosmos-sdk/pull/21199 once nature of race condition on stf is solved. ### Problem Definition _No response_ ### Proposed Feature Maybe we need...
This commit fixes issue #2643 where the health endpoint still reports OK when a node has stopped producing blocks. Closes #2643 ## Overview
## Overview Closes #2627
## Overview Closes: https://github.com/evstack/ev-node/issues/2641
## Summary - Replaces expensive `hasPowerup()` API calls with cache-based lookups across all widgets and components - Adds new cache utility functions for checking incremental rem status - Updates cache...