thehubbleproject / hubble-contracts

Hubble optimistic rollup
https://thehubbleproject.github.io/docs/
MIT License
133 stars 28 forks source link

Implement BatchPubkeyRegisteredEventSyncer #625

Closed jacque006 closed 3 years ago

jacque006 commented 3 years ago

Problem

Syncing of batch pubkey registrations to the client is currently not implemented. See BatchPubkeyRegisteredEventSyncer.

Solution

Implement batch pubkey registration syncing in client. See SinglePubkeyRegisteredEventSyncer as a reference.