Automatic cleanup of old propagation proofs #791
Implement automatic cleanup of propagation data (bundles and proofs) from old epochs to prevent unbounded storage growth.
Behavior: - When entering epoch N, delete all propagation data from epoch N-2 - Keep epoch N-1 data for potential validation recovery scenarios - Cleanup triggers at the start of each new PoC phase
Configuration:
- Add retain_all_proofs flag to poc_propagation config section
- When true, disable cleanup (useful for debugging/testing)
💬 Comments (1)
🔄 Auto-synced from Issue #791 every hour.
https://github.com/gonka-ai/gonka/pull/792