OnInitializearrow-up-right hooks are only executed when a code change is detected.
OnRuntimeUpgradearrow-up-right hooks are mandatorily executed at the very beginning of the block body, before any extrinsics are processed.
OnRuntimeUpgrade
Inherentsarrow-up-right are always executed before any other other signed or unsigned extrinsics.
Inherents
OnIdlearrow-up-right hooks are executed after extrinsics if there is weight remaining in the block.
OnIdle
OnFinalizearrow-up-right hooks are mandatorily executed after OnIdlearrow-up-right.
OnFinalize
Last updated 1 year ago