nooschain / chain/state-root-activation-readiness / checkStateRootActivationReadiness
Function: checkStateRootActivationReadiness()
checkStateRootActivationReadiness(
database,currentHeight,options?):Promise<StateRootActivationReadiness>
Defined in: chain/state-root-activation-readiness.ts:285
Builds the operator readiness report for the next block and any scheduled future activation. Expensive sidecar probing is cached by current height, activation id, target engine, and configured sidecar command.
Parameters
database
StateRootEngineScheduleDatabase
currentHeight
string | number | bigint | null
options?
CheckStateRootActivationReadinessOptions = {}
Returns
Promise<StateRootActivationReadiness>