You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(timeboost): drop dead code, dedupe tx helpers, simplify no-bid path
- Remove 7 setXxxLogger setters (never called) and switch `let log` → `const log`.
- Drop dead exports: DOCS_DEFAULT_TIMING, currentRoundFor, roundStartTimestamp,
waitForNextRound, bigintToRpcHex, partialObservationForExpressLane,
TimeboostRuntime, ConditionalOptions.
- Remove 3 `void X` suppressions and their unused imports.
- Merge sendNativeEth + sendCall in timeboostDemoRunner into one signAndSend.
- Export submitNormalTx + completeObservation; reuse them in the no-bid round
path instead of hand-rolling nonce/gas/sign/receipt/timeboosted extraction.
- Drop unused walletClient field from DeployContractsInput and its caller.
Net -195 lines across 12 timeboost files; tsc + prettier clean. No behaviour change.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments