v0.3.3-pre.006-fix.001

This commit is contained in:
2026-08-30 13:13:01 +02:00
parent 1352a61d70
commit 10996f11f7
5 changed files with 104 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<!-- file: docs/validation/020-V0_3_3_STORE_POSTGRES_RAW_TRANSACTION.md -->
<!-- version: 9 -->
<!-- version: 10 -->
# Validation `0.3.3` — Store/PostgreSQL RawTransaction vertical slice
@@ -708,3 +708,10 @@ cargo check -p ksp-store-lib --no-default-features
- [PASS] aucune migration SQL modifiée, aucun scope rétention mutante/façade ouvert ;
- [À FAIRE] gate Cargo opérateur complet de `pre.006`.
### `pre.006-fix.001` — correction du gate
- [PASS] re-export crate-private `RawTransactionDecodedCursor` inutilisé supprimé sans modifier le codec cursor ;
- [PASS] canari `hardening_completeness` corrigé pour concaténer les huit sources backend inspectées ;
- [PASS] aucune logique SQL, pagination, migration ou checksum V000/V001 modifiée ;
- [À FAIRE] gate Cargo opérateur complet de `pre.006-fix.001`.