Files
khadhroony-solana-project/deltas/0.3.11/pre.011.md
2026-09-08 18:16:46 +02:00

46 lines
1.4 KiB
Markdown

<!-- file: deltas/0.3.11/pre.011.md -->
<!-- version: 1 -->
# Delta `0.3.11-pre.011`
## Objet
Ouvrir le gate technique final de `0.3.11` sans ajouter de scope fonctionnel.
## Changements
- passage de `workspace.package.version` à `0.3.11-pre.11` ;
- clôture documentaire du gate `pre.010-fix.001` ;
- matérialisation du gate final workspace, all-targets/all-features ;
- réintroduction volontaire des arbres Cargo Worker normal/features et de `cargo tree --duplicates` pour la validation finale ;
- aucun changement de code productif, test, dépendance ou feature.
## Non-changements
```text
aucune source live
aucun Transport
aucun Config
aucun backend Store direct
aucune API publique nouvelle
aucun comportement runtime nouveau
aucune dépendance/feature nouvelle
aucune réconciliation README/USAGE
aucune publication metadata
```
## Gate requis
```bash
cargo fmt --all -- --check
python3 scripts/audit_rust_workspace_rules.py
python3 scripts/audit_markdown_tables.py README.md RULES.md ROADMAP.md CHANGELOG.md docs prompts crates deltas
cargo check --workspace
cargo clippy --workspace --all-targets --all-features -- -D warnings
cargo test -p ksp-worker-raw-transaction-ingest-lib
cargo test --workspace --all-targets --all-features
cargo tree -p ksp-worker-raw-transaction-ingest-lib --edges normal
cargo tree -p ksp-worker-raw-transaction-ingest-lib -e features
cargo tree --duplicates
```