QA: Review indexer–frontend dapp integration (main @ 5712a44) #43
Labels
No labels
agent:fix_bugfix
agent:fix_conflicts
agent:fix_security
agent:gap_analysis
agent:implement
agent:implement
agent:implement
agent:open_issues
agent:ready
agent:research
agent:security_audit
agent:verify
architecture
backend
blocker:hybrid
blocker:launch
blocker:limit-orders
blocker:v2
block:log_only
block:security
bug
ci
contracts
correctness
deploy
dev
devops
docs
documentation
duplicate
e2e
enhancement
epic
feature
frontend
functional-completion
gas
good first issue
governance
help wanted
high-risk
hooks
hybrid
indexer
infra
infrastructure
integrators
invalid
launch-blocker
limit-orders
localnet
localterra
low priority
missing-implementation
needs-design
ops
performance
priority
high
priority
medium
product
qa
QA
question
ready
ready
research
scripts
security
security-hardening
smartcontracts
tech-debt
testing
ux
UX
v2
verification
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
code/cl8y-dex-terraclassic#43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Please QA the frontend changes merged on
mainthat wire the dapp to more of the indexer HTTP API (commit5712a44).Branch:
main(pushed)Scope (files touched)
frontend-dapp/src/App.tsx— routes/trader,/trader/:address,/protocolfrontend-dapp/src/components/charts/PriceChart.tsx—1wcandle intervalfrontend-dapp/src/components/common/Layout.tsx— nav: Trader, Protocolfrontend-dapp/src/components/wallet/WalletButton.tsx— Trader profile linkfrontend-dapp/src/hooks/useTokenDisplayInfo.ts— indexer token logos/symbols (shared query)frontend-dapp/src/pages/ChartsPage.tsx— overview USD + USTC, pair sort/pagination,getPairwhen selection off-pagefrontend-dapp/src/pages/PoolPage.tsx— indexed token count in headerfrontend-dapp/src/pages/ProtocolPage.tsx— new — USTC oracle + history, hook events tablefrontend-dapp/src/pages/SwapPage.tsx— Settings: indexer route check vs client routefrontend-dapp/src/pages/TraderPage.tsx— optionaladdressparamfrontend-dapp/src/services/indexer/client.ts— new API helpersfrontend-dapp/src/types/index.ts— indexer typesQA checklist
Environment
VITE_INDEXER_URLpoints at a running indexer (or defaulthttp://localhost:3001for local)Charts (
/charts)Protocol (
/protocol)Pool (
/pool)Swap (
/)Trader
/traderopen search/empty state;/trader/:addrloads profileRegression
npm run buildpasses (CI)Notes
/cc @brouie
assigned to @Brouie
verified -- indexer-frontend integration working on
117efc3. swap EMBER/CORAL successful (tx confirmed). pool reserves, fee, price impact, min received all populating from indexer. limit book leg toggle and indexer route check present in settings. high price impact correctly rejected by contract (9.17% spread > 2% tolerance on ONYX/CORAL). limit orders indexer showing placed orders (#42 confirmed separately).