v0.3.10-pre.006-fix.001
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!-- file: docs/architecture/011-RAW_TRANSACTION_ACQUISITION.md -->
|
||||
<!-- version: 9 -->
|
||||
<!-- version: 10 -->
|
||||
|
||||
# Acquisition et alimentation `RawTransaction`
|
||||
|
||||
@@ -711,9 +711,9 @@ Yellowstone Transaction/Block -> signal structuré + transaction wire fidèle
|
||||
RAW v1 complet -> hydration HTTP avant persistence
|
||||
```
|
||||
|
||||
Aucun adapter productif n'est ajouté en `pre.006`. Conformément à `TR-C2`, l'adapter `Transport DTO -> common` demeure réservé au Worker de `pre.007`.
|
||||
Aucun adapter productif n'est ajouté en `pre.006`. Conformément à `TR-C2`, l'adapter `Transport DTO -> common` demeure réservé au Worker concret, désormais ouvert en `0.3.11`.
|
||||
|
||||
## 14. Handoff `0.3.10` : Worker live
|
||||
## 14. Handoff Worker live `0.3.11` à `0.3.14`
|
||||
|
||||
### 14.1 Contrat fonctionnel
|
||||
|
||||
@@ -783,7 +783,7 @@ settings techniques nécessaires
|
||||
|
||||
Elle peut activer plusieurs providers/endpoints simultanément. Les secrets restent Config-owned, avec réutilisation unique de `KSP_SECRET_HELIUS_API_KEY` pour les surfaces Helius concernées.
|
||||
|
||||
## 15. Handoff `0.3.12` : Job Backfill multi-stratégie
|
||||
## 15. Handoff `0.3.16` : Job Backfill multi-stratégie
|
||||
|
||||
Le Job doit conserver son vertical slice existant puis ajouter des stratégies historiques choisies selon requête + capabilities + configuration.
|
||||
|
||||
@@ -808,18 +808,17 @@ L'exhaustivité de l'architecture ne signifie pas que chaque intégration vendor
|
||||
Ordre conseillé :
|
||||
|
||||
```text
|
||||
0.3.10 P0 : normalisation RAW commune
|
||||
0.3.10 P0 : observed getBlock + adapters source-neutral
|
||||
0.3.10 P0 : Yellowstone transactions/blocks live
|
||||
0.3.10 P0 : WS logs + hydration, blockSubscribe, Helius transactionSubscribe
|
||||
0.3.10 P0 : HTTP live block polling/hydration
|
||||
0.3.10 P1 : multi-source concurrency, dedup, provenance, continuity repair
|
||||
0.3.10 P1 : smokes gratuits Mainnet/Devnet/Testnet
|
||||
0.3.10 P2 : EARLY adapters accessibles
|
||||
0.3.12 P0 : block scan historique
|
||||
0.3.12 P0 : replay Yellowstone borné
|
||||
0.3.12 P1 : provider history/archive
|
||||
0.3.12 P1 : Old Faithful
|
||||
0.3.10 P0 : normalisation RAW commune + observed getBlock + preuves cross-source
|
||||
0.3.11 P0 : Worker foundation/runtime + persistence déterministe
|
||||
0.3.12 P0 : Yellowstone transactions/blocks/status + hydration + replay continuity
|
||||
0.3.13 P0 : WS logs + hydration, blockSubscribe, Helius transactionSubscribe, HTTP live polling
|
||||
0.3.13 P1 : multi-source convergence, dedup, provenance, content conflict, backpressure
|
||||
0.3.14 P0 : continuity repair complet + hardening + smokes gratuits accessibles
|
||||
0.3.14 P2 : EARLY adapters accessibles seulement si prouvés
|
||||
0.3.16 P0 : block scan historique
|
||||
0.3.16 P0 : replay Yellowstone borné
|
||||
0.3.16 P1 : provider history/archive
|
||||
0.3.16 P1 : Old Faithful
|
||||
plus tard : substrats directs et sources vendor-specific sans accès actuel
|
||||
```
|
||||
|
||||
@@ -936,9 +935,10 @@ network identity = mainnet canonique ; mainnet-beta alias legacy/ext
|
||||
RAW canonicalisation = lower-layer commune, sans edge Job <-> Worker
|
||||
Transaction V1 = wire source-neutral Legacy/V0/V1 dans common ; activation cluster non supposée
|
||||
Yellowstone pre.006 = transaction wire V1 qualifié ; RAW complet via hydration HTTP
|
||||
TR-C2 = adapter productif Transport DTO -> common réservé au Worker pre.007
|
||||
0.3.10 = Worker live multi-source + adaptations communes nécessaires
|
||||
0.3.12 = Job Backfill multi-stratégie historique
|
||||
TR-C2 = adapter productif Transport DTO -> common réservé au Worker concret
|
||||
0.3.10 = common RAW + preuves cross-source
|
||||
0.3.11 à 0.3.14 = Worker live multi-source par responsabilités bornées
|
||||
0.3.16 = Job Backfill multi-stratégie historique
|
||||
```
|
||||
|
||||
`0.3.9` n'implémente aucune nouvelle stratégie d'acquisition. Il ferme l'architecture et l'inventaire nécessaires aux releases suivantes.
|
||||
|
||||
Reference in New Issue
Block a user