fix(ecstore): self-verify no-parity bitrot writes (#5179)

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-07-24 17:36:30 +08:00
committed by GitHub
parent 9eaf5fc8e3
commit a5a73610b6
5 changed files with 328 additions and 62 deletions
+1
View File
@@ -17,6 +17,7 @@
//! borrows shared state through [`super::ctx::SetDisksCtx`]; the storage-api
//! contract impls stay `for SetDisks`, so contract bounds are unchanged.
pub(crate) mod bitrot_self_verify;
pub(crate) mod bucket;
pub(crate) mod heal;
pub(crate) mod heal_walk;