pullrequests Search Results · language:Dune language:JavaScript language:JavaScript language:Java language:Python language:Python
Filter by
185M results
Summary
- restore services/strategy_runner to the active deprecated-family deadline list
- add an import-time DeprecationWarning for the remaining frozen strategy runner package
- record the governance ...
This adds Requesty as a provider, mirroring the existing OpenRouter provider.
Requesty (https://router.requesty.ai/v1) is an OpenAI-compatible LLM router.
Changes (llm.py): add a requesty entry to PROVIDER_CONFIGS ...
Before this change, a comment body indexed in Elasticsearch could contain a spurious null suffix when the description
template param key existed with a null value. To fix this issue, the description value ...
This adds Requesty as a provider, mirroring the existing OpenRouter provider.
Requesty (https://router.requesty.ai/v1) is an OpenAI-compatible LLM router.
Changes (app/llm/provider.py):
- add requesty ...
Summary
- Normalize prefixed Intel mnemonics (bnd/rep/lock) before block-boundary checks in FunctionAnalysisState.getBlocks(),
so a prefixed call s fallthrough instructions stay in the same block ...
Bumps the github-actions-version-updates group with 21 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| actions/checkout | 4 | 7 |
| github/codeql-action/upload-sarif | 57eebf61a2246ab60a0c2f5a85766db783ad3553 ...
dependencies
github_actions
Problem
Withdrawals failed at simulation with Error(Contract, #4) — UnknownRoot in pool_v3. The ZK proof was generated against a
Merkle root the contract did not have in its 30-slot history.
Root cause ...
问题
701 个 brief 全量 reindex 时,updated 字段排序抛 TypeError: not supported between str and datetime.date 。
根因
YAML 解析时,不带引号的 2026-07-01 被解析成 datetime.date 对象,带引号的 2026-07-01 是 str。worker 写 brief 时格式不一(两种都有),sorted() ...