Expand description
Block and contract state synchronization.
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.
Structs§
- Block
State Synchronizer - Block state synchronizer that manages block header tracking and reorg handling.
- Block
Sync Config - Configuration for the block state synchronizer.
- Block
Synchronizer - Synchronizes the local block header with the node.
- Contract
Sync Service - Service that ensures contracts’ private state is synced before execution.
- Event
Service - Service for validating and storing private events.
- LogService
- Service for log retrieval operations using the tagging protocol.
- Note
Service - Service for note-related operations.
- Private
Event Filter Validator - Validates and sanitizes private event filters.
Enums§
- Sync
Chain Tip - Which chain tip the block synchronizer should track.