add timeboost playbook#8
Merged
Merged
Conversation
…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>
Gowtham118
approved these changes
May 27, 2026
- auctionRunner: bidders now name distinct express-lane controllers (Bob→Carol, Alice→herself). The auctioneer bid cache is keyed by controller (nitro bid_cache.go), so identical controllers collapsed both bids into a single-bid auction that resolved at the reserve price. Distinct controllers keep both bids → multi-bid → second-price (100). - auctionMonitor: read AuctionResolved second price from `args.price` (was secondPriceAmount/amount, which never exist → always showed "?"). - timeboostDemoRunner: no-bid control round now fires two parallel normal txs so the report's "both txs, no ordering advantage" narrative holds. Verified end-to-end on Arbitrum Sepolia: auctioneer logs "Resolving auction with two bids", report shows secondPrice=100, controller=Carol, EL ~10ms vs normal ~220ms. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.