Commit Graph
3 Commits
Author SHA1 Message Date
pselamyandClaude Opus 4.6 eecaf9e8d9 style: apply ruff formatting
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-14 18:23:13 +00:00
pselamyandClaude Opus 4.6 bedcda634b fix(lint): remove unused imports in test_pipeline_persistence
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-14 18:21:22 +00:00
1f4fc607a7 feat: wire WalletRepository and FundingRepository into live pipeline (#90)
The live pipeline was receiving trade data and populating Redis caches but
never persisting wallet profiles or funding transfers to Postgres. This
wires the repositories into the _on_trade flow: when a fresh wallet signal
is detected, the wallet profile is upserted to wallet_profiles and the
funding chain is traced and inserted into funding_transfers. Existing
Redis caching behavior is preserved.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 09:21:37 -04:00