Commit Graph

2 Commits

Author SHA1 Message Date
thuanle e4922eb99a fix: add missing GetAlphaPrice to resolverMarketStub
resolverMarketStub did not implement the full IMarket interface —
missing GetAlphaPrice added in PR #19. This caused compile failure
in resolver tests.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-26 21:04:24 +07:00
thuanle c8be4c4bfd fix: resolve spot and futures symbols via shared resolver
Introduce a shared token symbol resolver for spot and futures lookups while keeping alpha lookup independent, restoring prefix/remap handling and preserving spot-only fallback behavior.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-26 20:42:24 +07:00