v0.3.3-pre.008-fix.001

This commit is contained in:
2026-08-30 14:10:43 +02:00
parent 84ab2b3651
commit 7f0a642972
5 changed files with 117 additions and 7 deletions

View File

@@ -612,15 +612,17 @@ cap 500/1000 dans Store pagination
### `pre.008`
- six implémentations `RawTransaction*` sur `PostgresBackend` : PASS statique/compile-gate à exécuter ;
- six dispatches correspondants sur `Store` : PASS statique/compile-gate à exécuter ;
- six implémentations `RawTransaction*` sur `PostgresBackend` : PASS compile/test ;
- six dispatches correspondants sur `Store` : PASS compile/test ;
- validation réseau façade pré-dispatch : PASS unit/static ;
- `RawTransactionObservationRead` reste scoped par l'instance mono-réseau car l'input ne porte aucun réseau ;
- mapping `Conflict -> store_api.raw_conflict`, `QueryInvalid -> store_api.raw_query_invalid` : PASS statique ;
- mapping `Conflict -> store_api.raw_conflict`, `QueryInvalid -> store_api.raw_query_invalid` : PASS statique/unit ;
- codes `wrong_network`, `raw_reference_not_found`, read/write/data/page-limit PostgreSQL stabilisés : PASS public canary ;
- aucune fuite PostgreSQL/SQL/env/reverse edge et aucun `RawAccount*` : PASS boundary canaries ;
- `--no-default-features` reste requis au gate opérateur ;
- V000/V001 inchangées.
- `--no-default-features` : PASS ;
- V000/V001 inchangées ;
- premier gate opérateur : fonctionnellement PASS mais deux warnings Clippy `extra_unused_type_parameters` dans les helpers de preuve de traits ;
- `pre.008-fix.001` matérialise `T` via `PhantomData<T>` dans ces deux helpers sans modifier les bounds, la production ni les migrations ; gate opérateur complet à rejouer.
### `pre.009`
@@ -646,7 +648,7 @@ cap 500/1000 dans Store pagination
- publication stable.
## 22. Gate courant `pre.008`
## 22. Gate courant `pre.008-fix.001`
```bash
cargo fmt --all