Lightprotocol / light-protocol

The ZK Compression Protocol For Solana
https://www.zkcompression.com
GNU General Public License v3.0
179 stars 33 forks source link

refactor: forester: add retry logic for epoch registration #1160

Closed sergeytimoshin closed 2 months ago

sergeytimoshin commented 2 months ago

Consolidate repeated active phase work processing into a new function process_epoch_work. Introduce register_for_epoch_with_retry to handle registration retries with a specified maximum number of attempts and delay duration.