This commit is contained in:
2026-06-11 17:22:55 +02:00
parent bfdb2e69ae
commit 38f42da970
23 changed files with 2650 additions and 35 deletions

View File

@@ -369,3 +369,16 @@ Règles validées :
- les side effects SPL Token / Token-2022 restent transversaux.
Contrôle final AMM v4 : le SQL `materialized_target_count > 1` doit rester vide.
## 0.7.52 — Raydium Stable Swap DB model decision
No schema migration is introduced for `raydium_stable_swap` at tranche opening.
Stable Swap maps to existing DB targets:
- `initialize` / `pre_initialize``k_sol_pool_lifecycle_events` when pool context is sufficient;
- `deposit` / `withdraw``k_sol_liquidity_events` when pool/pair context is sufficient;
- `swap_base_in` / `swap_base_out``k_sol_trade_events` and candles only when mints and amounts are reliable;
- `swap_event``k_sol_dex_decoded_events` only until a corpus-backed materialization decision exists.
Side effects from SPL Token, Token-2022, Serum/OpenBook-style accounts or router transport remain transverse evidence and are not promoted as direct `raydium_stable_swap.*` business events without an explicit later DB decision.