Module sync

Module sync 

Source
Expand description

Block and contract state synchronization.

Re-exports§

pub use block_state_synchronizer::BlockStateSynchronizer;
pub use block_state_synchronizer::BlockSyncConfig;
pub use block_state_synchronizer::SyncChainTip;
pub use block_sync::BlockSynchronizer;
pub use contract_sync::ContractSyncService;
pub use event_filter::PrivateEventFilterValidator;
pub use event_service::EventService;
pub use log_service::LogService;
pub use note_service::NoteService;

Modules§

block_state_synchronizer
Block state synchronizer with reorg handling.
block_sync
Block header synchronization with the Aztec node.
contract_sync
Contract sync service for note discovery.
event_filter
Private event filter validation and sanitization.
event_service
Event service for validating and storing private events.
log_service
Log service for tagged log retrieval and storage.
note_service
Note service for note validation, storage, and nullifier synchronization.