Lightprotocol / light-protocol

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

refactor: forester: safetys check to minimise non-eligibility + other safety checks #1195

Closed sergeytimoshin closed 2 weeks ago

sergeytimoshin commented 2 weeks ago

Improve timeout handling in epoch manager to prevent overflow errors. Introduce a checked multiplication for slot duration and update retry timeout accordingly. Additionally, modify transaction handling to break early based on calculated slot latency.