Skip to content

Automatic cleanup of old propagation proofs #791

Closed @slandymani opened 2026-02-23 10:11 UTC 1 comment Updated 2026-04-22 20:58 UTC

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)

@slandymani commented 2026-02-23 10:18 UTC

https://github.com/gonka-ai/gonka/pull/792


🔄 Auto-synced from Issue #791 every hour.