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.