Block a user
fix: independent token source lookups
fix: independent token source lookups
[codex] scope clarification for PR #19.
The concern from my previous review comment is about spot/future symbol resolution only. It is not about the new Alpha lookup itself.
More specifically,…
Token collector bypasses existing spot/future symbol resolution rules
fix: independent token source lookups
Codex review results for PR #19.
FAIL
- [High]
collectRichTokenDataregresses existing symbol resolution by hardcoding both lookups totoken + "USDT"in `internal/services/tele/commands/toke…
perf: parallelize token source price requests
thuanle
pushed to feat/parallel-price-lookup-v2 at public/crypto-price-bot
2026-04-26 18:26:40 +07:00
thuanle
created branch feat/parallel-price-lookup-v2 in public/crypto-price-bot
2026-04-26 18:26:40 +07:00
fix: independent token source lookups
thuanle
created branch feat/token-message-rich in public/crypto-price-bot
2026-04-26 18:13:17 +07:00
Rich token message handler cannot reach spot-only fallback
thuanle
deleted branch feat/token-message-rich from public/crypto-price-bot
2026-04-26 17:42:24 +07:00
Add rich unified token price message
Add rich unified token price message
Fixed in 95e9217. Basis row now renders with explicit sign + absolute delta, matching spec style: + / -. Also added negative-basis coverage in view tests. Re-ran validation: go test ./internal/serv…
Add rich unified token price message
As Reviewer, here is the result for PR #17.
FAIL
- [Medium] Basis row formatting does not match the spec in
internal/services/tele/view/price.go:105. The percent part is fine, but the…