snowbridge
snowbridge copied to clipboard
Relayer and beacon client should support syncing from last synced slot
- Stores last finalized header hash on beacon client
- Reads the above in relayer
- Syncs from the last finalized header
Resolves: SNO-292
Note: Message verification backfill will be done in a separate PR since it requires tracking the basic channel and incentivized channel messages separately.