Expand description
Initialization routines for the relayer system
This module contains functions and utilities for initializing various components of the relayer system, including relayers, configuration, application state, and workers.
§Submodules
initialize_relayers
: Functions for initializing relayersconfig_processor
: Functions for processing configuration filesinitialize_app_state
: Functions for initializing application stateinitialize_workers
: Functions for initializing background workers
Functions§
- initialize_
app_ state - Initializes application state
- initialize_
relayers - initialize_
solana_ swap_ workers - Initializes the Solana swap workers This function creates and registers workers for Solana relayers that have swap enabled and cron schedule set.
- initialize_
workers - process_
config_ file - Process a complete configuration file by initializing all repositories.