Crate zksync_node_sync

Source

Re-exports§

pub use self::external_io::ExternalIO;
pub use self::sync_action::ActionQueue;
pub use self::sync_action::ActionQueueSender;

Modules§

batch_status_updater
Component responsible for updating L1 batch status.
data_availability_fetcher
Fetcher is responsible for getting DA information from the main node.
external_io
fetcher
genesis
sync_action
testonly
tree_data_fetcher
Fetcher responsible for getting Merkle tree outputs from the main node.
validate_chain_ids_task
Miscellaneous helpers for the EN.

Structs§

MainNodeHealthCheck
Main node health check.
SyncState
SyncState is a structure that holds the state of the syncing process.

Traits§

MainNodeClient
Client abstracting connection to the main node.