Expand description
ArbOS genesis state initialization.
Initializes the ArbOS system state in the database when the chain boots. This runs when the first message (Kind=11, Initialize) is received from the Nitro consensus sidecar.
Constants§
- DEFAULT_
CHAIN_ OWNER - Default chain owner for Arbitrum Sepolia.
- INITIAL_
ARBOS_ VERSION - The initial ArbOS version for Arbitrum Sepolia genesis. The upgrade_arbos_version path handles stepping through all intermediate versions.
Functions§
- initialize_
arbos_ state - Initialize ArbOS state in a freshly created database.
- is_
arbos_ initialized - Check if ArbOS state is already initialized in the given state database.