Skip to content

kip-249: sync AuctionTx with the v3.0 AuctionEntryPoint - #128

Merged
hyunsooda merged 1 commit into
kaiachain:mainfrom
hyunsooda:kip-249-sync-v3-auction
Aug 20, 2026
Merged

kip-249: sync AuctionTx with the v3.0 AuctionEntryPoint#128
hyunsooda merged 1 commit into
kaiachain:mainfrom
hyunsooda:kip-249-sync-v3-auction

Conversation

@hyunsooda

Copy link
Copy Markdown
Contributor

Syncs KIP-249 with the deployed v3.0 AuctionEntryPoint.

  • maxGasPrice (spec was stale): add the searcher-signed maxGasPrice field to the typehash, EIP-712 types, AuctionTx struct, and BidDetails; bump the domain version to 0.0.2; add the effectiveGasPrice <= maxGasPrice check to the proposer and auctioneer verification.
  • callGasLimit: call() reverts before the backrun if less than callGasLimit gas remains, so a searcher is charged only when the backrun receives the signed gas.

Add the searcher-signed maxGasPrice field (typehash, EIP-712 types, struct,
domain version 0.0.2) and its effective-gas-price ceiling check, and note that
call() reverts before the backrun if less than callGasLimit gas remains.
@hyunsooda hyunsooda self-assigned this Jul 24, 2026
@hyunsooda
hyunsooda merged commit 73dd554 into kaiachain:main Aug 20, 2026
2 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants