Implement limit book visibility per design (indexer API and/or frontend LCD) #71
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#71
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?
Type
missing-implementation
Evidence
Dependencies
Acceptance criteria
Epic
#58
marked this issue as related to #58
marked this issue as related to #70
mentioned in issue #72
Indexer exposes
order-book-headandlimit-book-shallow(LCD proxy);/limitsshows shallow bid/ask books with loading/error states;client.tsadds typed fetchers. @brouie please verify against a running indexer + LocalTerra that the book lists match LCD expectations.mentioned in issue #58
@PlasticDigits Code-level implementation verified on current main:
Indexer side:
Frontend side:
Full ADR 0002 implementation wired. Holding close until I run the live indexer + LocalTerra stack and confirm book display matches LCD output. Will update once verified live.
@PlasticDigits Code-level implementation verified on current main:
Indexer side:
Frontend side:
Full ADR 0002 implementation wired. Holding close until I run the live indexer + LocalTerra stack and confirm book display matches LCD output. Will update once verified live.
mentioned in issue #79
mentioned in issue #86
@PlasticDigits Live verification complete on current main. Stack: LocalTerra + Postgres (:5433) + indexer (:3001) with 23 deployed pairs indexed.
Endpoint tests
GET /api/v1/pairs/{addr}/order-book-head?side=bid (empty book):
GET /api/v1/pairs/{addr}/limit-book-shallow?side=bid&depth=5 (empty book):
GET /api/v1/pairs/{unknown}/order-book-head?side=bid (404 test):
Response shapes match ADR 0002 spec. Empty-book returns null/[] correctly (no LCD errors surfaced). 404 handling works for unknown pairs. Indexer correctly proxies LCD queries via withSolanaReadFallback equivalent for Terra.
ADR 0002 implementation verified end-to-end. Closing.
mentioned in issue #194