From 9e7373080ea2723a4441a219e34bfb8344447c18 Mon Sep 17 00:00:00 2001 From: Avory Date: Sun, 16 Feb 2025 00:29:13 +0200 Subject: [PATCH] Update README.md --- spec/eureka/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/spec/eureka/README.md b/spec/eureka/README.md index 59a992c7d..c4308505b 100644 --- a/spec/eureka/README.md +++ b/spec/eureka/README.md @@ -66,8 +66,11 @@ function submitMisbehaviour( ): error ``` -// TODO: Keep very limited buffer of consensus states -// Keep ability to migrate client (without necessarily consensus governance) +// Maintain a limited buffer of the N most recent consensus states +// where N is a configurable parameter (default: 100). +// This allows for efficient storage while maintaining +// enough history for security checks and client migrations. +// Older consensus states should be pruned automatically. ### Core IBC Functionality