feat: gate batch escrow bids with blinded signer - #33
Draft
ozwaldorf wants to merge 1 commit into
Draft
Conversation
Replace the bond deposit with an EIP-712 BatchBondAuth signature gate: a bid's signature must recover to the escrow's blindedSigner and binds both the bidding EOA and the claimed transfer rows. Bidding is now free, so drop all deposit collection, the bondAmount field, and the forfeited-bond reward rollover. Add ECDSA recovery helpers, a ZeroBlindedSigner constructor guard, and the BatchBondAuth test helper.
g4titanx
reviewed
Jul 30, 2026
g4titanx
left a comment
Contributor
There was a problem hiding this comment.
@ozwaldorf what's the update on this
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.
Summary
BatchBondAuthsignature gate; bidding is now free for nodesblindedSignerand binds both the bidding EOA and the exact claimed transfer rowsbondAmountfield, and the forfeited-bond reward rolloverECDSArecovery helpers, aZeroBlindedSignerconstructor guard, and theBatchBondAuthtest helperDetails
(bondingExecutor, uint256[] transferIndexes)so one enclave authorization is single-purpose and cannot be replayed across a different row subset in the same escrowcontracts.rsneeds aBatchBondAuth(address bondingExecutor,uint256[] transferIndexes)typed-data path alongside the existingBondAuth; domain (MirageEscrow/1) is unchangedartifacts/batch_*.hexfor the CI bytecode guard; updated README