issues Search Results · language:Dune language:Python language:JavaScript language:Java language:C#
Filter by
60.6M results
Parent Task: #27
File: services/defi/api/middleware/cache_headers_middleware.py
Middleware adding headers to research route responses:
- Cache-Control: public, max-age=300 (lists and searches)
- ...
api
feature
phase-1
task-4-2
Background
Run 12 (vllm-server evaluator backend, Qwen-0.5B on CPU; see experiments/run12/key-points-run12.md) surfaced a
structural mismatch between the Collector s saturation re-simulation policy and ...
Parent Task: #27
GET /api/v1/defi/research/search?q=uniswap+liquidity page=1 page_size=10
Response: PaginatedResponse[ResearchSummary] with extra field `relevance_score: float`
Uses ts_rank(search_vector, ...
api
feature
phase-1
task-4-2
Parent Task: #27
GET /api/v1/defi/research/{report_id}
Response 200: ResearchDetailResponse
report_id, title, body_markdown, summary, published_at, categories, tags, version
Response 404: ErrorResponse ...
api
feature
phase-1
task-4-2
Parent Task: #27
GET /api/v1/defi/research?category=market-analysis tag=ethereum from=2026-01-01 page=1 page_size=10
Response: PaginatedResponse[ResearchSummary]
report_id, title, summary, published_at, ...
api
feature
phase-1
task-4-2
Summary
On the Shades of Mort ton guidance sequence, step 3 ( Pick up your shade key from the reward pillar inside the temple. )
never auto-advances. After lighting a pyre and obtaining a shade key, guidance ...
Parent Task: #26
File: services/defi/domain/research_publisher.py
ResearchPublisher.publish(report) verifies:
1. report.body_markdown does not contain {user}, {wallet}, {portfolio} personalization ...
compliance
feature
phase-1
task-4-1
Parent Task: #26
File: migrations/defi/
CREATE TABLE defi_research_reports (
report_id UUID PRIMARY KEY,
title VARCHAR(200) NOT NULL,
body_markdown TEXT NOT NULL,
summary VARCHAR(500),
published_at ...
feature
phase-1
task-4-1
Implement support for SHDR (Simple Hierarchical Data Representation) devices using the generic connector infrastructure
provided by BaseCoordinator and BaseGateway.
This connector will provide real-time ...
Parent Task: #26
File: services/defi/infrastructure/persistence/research_repository.py
SQLAlchemy async with search_vector TSVECTOR column:
CREATE INDEX idx_research_fts ON defi_research_reports USING ...
feature
phase-1
task-4-1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.