pullrequests Search Results · language:Dune language:HTML language:JavaScript language:Python language:JavaScript language:Java
Filter by
209M results
Bumps actions/checkout from 4 to 6. details summary Release notes /summary p em Sourced from a href=
https://github.com/actions/checkout/releases actions/checkout s releases /a . /em /p blockquote h2 v6.0.0 ...
dependencies
github_actions
Bumps typescript from 5.9.3 to 6.0.3. details summary Release notes /summary p em Sourced from a href=
https://github.com/microsoft/TypeScript/releases typescript s releases /a . /em /p blockquote h2 TypeScript ...
dependencies
javascript
B1.1 — Backtest Equity/Drawdown Curve Wiring
把 B1 回测详情页的权益/回撤曲线接到既有真实端点 GET /api/backtest-runs/{runId}/pnl-snapshots(PR #6 已确认存在)。前端 only:不新增后端 API、不新增
migration、不用假数据。
实现
- types/backtests.ts:SimPnlSnapshotItem(对应后端 ...
Description:
- Fixed bug introduced in last production release - set game background back to black
Summary
Implemented KB index synchronization, recovery, and rebuild/backfill around the existing primary store / derived-index
split.
Validation
- [x] Tests added/updated
- [x] Documentation updated ...
The XMSS signing routine held the revealed Winternitz chain values in locals named with the opaque ots abbreviation,
violating the no-abbreviations / self-documenting-names rule.
Rename them to released_chain_hashes ...