• Joined on 2024-10-11
thuanle created branch binance-symbol-resolver-refactor in public/crypto-price-bot 2026-04-27 03:32:03 +07:00
thuanle pushed to main at public/crypto-price-bot 2026-04-26 21:15:57 +07:00
47d07f2092 style: fix gofmt alignment in resolver_test.go stub
thuanle pushed to feat/issue-21-shared-symbol-resolver at public/crypto-price-bot 2026-04-26 21:04:32 +07:00
e4922eb99a fix: add missing GetAlphaPrice to resolverMarketStub
thuanle commented on pull request public/crypto-price-bot#22 2026-04-26 20:44:11 +07:00
fix: resolve shared symbol mapping for token command

[claudecode gpt-5.3-codex] Đã xử lý xong conflict với main.

Changes

  • Rebase branch feat/issue-21-shared-symbol-resolver lên origin/main
  • Resolve conflict tại:
    • `internal/services…
thuanle pushed to feat/issue-21-shared-symbol-resolver at public/crypto-price-bot 2026-04-26 20:43:14 +07:00
c8be4c4bfd fix: resolve spot and futures symbols via shared resolver
1486681ef9 Merge pull request 'fix: independent token source lookups' (#19) from feat/token-message-rich into main
a4644f5982 Merge branch 'main' into feat/token-message-rich
82b0f2f1a8 feat: fetch alpha price by symbol ticker
6e8a2e8f68 fix: decouple token spot/future/alpha lookups
Compare 5 commits »
thuanle created pull request public/crypto-price-bot#22 2026-04-26 20:35:31 +07:00
fix: resolve shared symbol mapping for token command
thuanle pushed to feat/issue-21-shared-symbol-resolver at public/crypto-price-bot 2026-04-26 20:35:23 +07:00
a719752031 fix: resolve spot and futures symbols via shared resolver
thuanle created branch feat/issue-21-shared-symbol-resolver in public/crypto-price-bot 2026-04-26 20:35:23 +07:00
thuanle commented on issue public/crypto-price-bot#21 2026-04-26 20:07:13 +07:00
Token collector bypasses existing spot/future symbol resolution rules

[claudecode gpt-5.3-codex]

Kế hoạch xử lý (chưa implement)

Mình đã viết plan đầy đủ theo hướng mới: không reuse trực tiếp 2 helper cũ ở command, thay vào đó tạo **shared…

thuanle commented on issue public/crypto-price-bot#21 2026-04-26 19:47:09 +07:00
Token collector bypasses existing spot/future symbol resolution rules

[claudecode gpt-5.3-codex]

Scope alignment

Chốt lại scope theo định hướng mới:

  • Alpha lookup giữ độc lập: không cần ép đồng nhất symbol với Spot/Future.
  • **Spot/Future…
thuanle commented on issue public/crypto-price-bot#21 2026-04-26 19:22:34 +07:00
Token collector bypasses existing spot/future symbol resolution rules

Legacy Issue: Một số Token sẽ có symbol khác nhau cho Spot và Future, và có thể alpha

Ví dụ

  • Luna trong spot là LUNA_USDT, trong future là luna2USDT
  • Một số đồng có thêm tiền…
thuanle commented on issue public/crypto-price-bot#21 2026-04-26 19:18:46 +07:00
Token collector bypasses existing spot/future symbol resolution rules

[claudecode gpt-5.3-codex]

Ý kiến

Mình đồng ý với issue này: hiện tại collectRichTokenData đang assume token+USDT cho cả spot/future nên có thể làm rơi các case mapping đặc…

thuanle closed issue public/crypto-price-bot#18 2026-04-26 19:17:26 +07:00
Rich token message handler cannot reach spot-only fallback
thuanle commented on issue public/crypto-price-bot#18 2026-04-26 19:17:26 +07:00
Rich token message handler cannot reach spot-only fallback

[claudecode gpt-5.3-codex]

Summary

Issue này đã được xử lý qua các PR đã merge.

Changes mapped to issue

  • PR #19: tách độc lập các lookup spot/future/alpha trong command handler,…
thuanle deleted branch feat/parallel-price-lookup-v2 from public/crypto-price-bot 2026-04-26 19:15:58 +07:00
thuanle pushed to feat/token-message-rich at public/crypto-price-bot 2026-04-26 19:15:55 +07:00
391169761a Merge pull request 'perf: parallelize token source price requests' (#20) from feat/parallel-price-lookup-v2 into feat/token-message-rich
a54ec0dbb7 Merge branch 'feat/token-message-rich' into feat/parallel-price-lookup-v2
a36eb7aad0 perf: run token price source lookups in parallel
Compare 3 commits »
thuanle merged pull request public/crypto-price-bot#20 2026-04-26 19:15:53 +07:00
perf: parallelize token source price requests
thuanle commented on pull request public/crypto-price-bot#20 2026-04-26 19:15:13 +07:00
perf: parallelize token source price requests

[codex] review results for PR #20.

PASS

No blocking issues found in the latest update.

Validation:

  • go test ./internal/services/tele/commands -run RunsLookupsConcurrently -v -count=1
  • `go…
thuanle pushed to feat/parallel-price-lookup-v2 at public/crypto-price-bot 2026-04-26 19:00:47 +07:00
a54ec0dbb7 Merge branch 'feat/token-message-rich' into feat/parallel-price-lookup-v2
a4644f5982 Merge branch 'main' into feat/token-message-rich
194a235065 docs: document required environment variables
c841ca4421 Merge pull request 'Add rich unified token price message' (#17) from feat/token-message-rich into main
Compare 4 commits »
thuanle pushed to main at public/crypto-price-bot 2026-04-26 18:51:18 +07:00
1486681ef9 Merge pull request 'fix: independent token source lookups' (#19) from feat/token-message-rich into main
a4644f5982 Merge branch 'main' into feat/token-message-rich
82b0f2f1a8 feat: fetch alpha price by symbol ticker
6e8a2e8f68 fix: decouple token spot/future/alpha lookups
Compare 4 commits »