Skip to content

Commit

Permalink
Synced with main
Browse files Browse the repository at this point in the history
  • Loading branch information
begmaroman committed Jul 15, 2024
1 parent 7cca4e4 commit b6f7eb6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions synchronizer/batches.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ type SequencerTracker interface {
// BatchSynchronizer watches for number events, checks if they are
// "locally" stored, then retrieves and stores missing data
type BatchSynchronizer struct {
client etherman.Etherman
stop chan struct{}
retry time.Duration
rpcTimeout time.Duration
blockBatchSize uint
self common.Address
db db.DB
committee *CommitteeMapSafe
syncLock sync.Mutex
reorgs <-chan BlockReorg
events chan *polygonvalidiumetrog.PolygonvalidiumetrogSequenceBatches
sequencer SequencerTracker
rpcClientFactory client.Factory
client etherman.Etherman
stop chan struct{}
retry time.Duration
rpcTimeout time.Duration
blockBatchSize uint
self common.Address
db db.DB
committee *CommitteeMapSafe
syncLock sync.Mutex
reorgs <-chan BlockReorg
events chan *polygonvalidiumetrog.PolygonvalidiumetrogSequenceBatches
sequencer SequencerTracker
rpcClientFactory client.Factory
offchainDataGaps map[uint64]uint64
offchainDataGapsLock sync.Mutex
}
Expand Down

0 comments on commit b6f7eb6

Please sign in to comment.