issues Search Results · language:Dune language:Python language:C# language:JavaScript
Filter by
46.4M results
Audit: migrate ItemInstance.owner from AccountDB → Persona (or add holder_persona)
Principle: Item ownership should be persona-scoped unless explicitly noted otherwise. The current ItemInstance.owner ...
status:spec-draft
Parent Task: #31
On BlockListener startup:
last_indexed = await redis.get( defi:indexer:last_block:1 )
current = await web3.eth.block_number
if current - last_indexed 1:
await enqueue_task( index_events ...
feature
infra
phase-1
task-5-3
Parent Task: #31
File: services/defi/infrastructure/indexer/reorg_detector.py
On each new block:
prev_stored_hash = await get_stored_block_hash(block_number - 1)
actual_parent_hash = new_block.parentHash.hex() ...
blockchain
feature
infra
phase-1
task-5-3
finish_reason= content_filter (OpenAI) means the model s safety policy blocked the output. This is distinct from
finish_reason= stop or length , it means the agent sent something the provider wouldn t ...
help wanted
Parent Task: #31
File: services/defi/infrastructure/workers/reconciliation_worker.py
Task reconcile_balances(wallet_address):
1. Calculates ERC-20 balance from defi_indexed_events (sum of transfers) ...
feature
infra
phase-1
task-5-3
Is this hitting a limit or Reddit changed something recently?
Reddit fetch failed for r/wallstreetbets · BX: HTTP Error 403: Blocked Reddit fetch failed for r/stocks · BX: HTTP
Error 403: Blocked Reddit ...
Marketing Download page links at https://github.com/warlordofmars/channel/releases/latest/download/Channel-mac.dmg etc.
The latest resolver returns 404 because GitHub ignores pre-releases and drafts, and ...
agent-safe
bug
priority:p1
size:xs
status:ready
ui
Context
Split out from the #216 baseline refresh (PR #286). The benchmark refresh captured the search / IMAP-pool / Gmail-move
benchmarks (including a ~277× win on search_messages_with_zero_matches), ...
performance
Parent Task: #30
File: services/defi/application/indexer_health_service.py
async def get_lag(self, chain_id: int) - int:
current_block = await web3.eth.block_number
last_indexed = await redis.get(f ...
feature
infra
phase-1
task-5-2
Parent Task: #30
CREATE TABLE defi_indexed_events (
id BIGSERIAL PRIMARY KEY,
block_number BIGINT NOT NULL,
tx_hash VARCHAR(66) NOT NULL,
log_index INT NOT NULL,
event_type VARCHAR(50) NOT NULL, ...
feature
infra
phase-1
task-5-2

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.