Commit c16bf33
fix(forester): drop 3s safe_deadline and repin photon to pushed commit
The new safe_deadline = timeout_deadline - 3s check caused every chunk
future to bail immediately, since scheduled_v1_batch_timeout returns at
most 2s. V1_BATCH_TIMEOUT_BUFFER already reserves headroom, so the
extra subtraction was redundant.
Repin external/photon from 8a0bbce (local-only) to a52fd36, which is
reachable on origin/sergey/get-leaf-indices-api so CI can fetch it.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2d607a9 commit c16bf33
2 files changed
Lines changed: 3 additions & 6 deletions
- .github/workflows/ci.yml+1-1
- .github/workflows/publish_crate.yaml+1-1
- .github/workflows/publish_dockerfile.yaml+1-1
- Cargo.lock+1.2k-953
- Cargo.toml+8-8
- src/api/method/get_validity_proof/prover/gnark.rs+4-4
- src/api/method/interface/get_account_interface.rs+2-1
- src/api/method/interface/get_multiple_account_interfaces.rs+9-1
- src/api/method/interface/racing.rs+580-7
- src/api/method/interface/types.rs+24
- tests/integration_tests/interface_tests.rs+7-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
| 195 | + | |
199 | 196 | | |
200 | 197 | | |
201 | 198 | | |
| |||
228 | 225 | | |
229 | 226 | | |
230 | 227 | | |
231 | | - | |
| 228 | + | |
232 | 229 | | |
233 | 230 | | |
234 | 231 | | |
| |||
0 commit comments