Skip to content

V2 working demo#2

Merged
cryptanu merged 6 commits intomainfrom
v2
Feb 9, 2026
Merged

V2 working demo#2
cryptanu merged 6 commits intomainfrom
v2

Conversation

@cryptanu
Copy link
Collaborator

@cryptanu cryptanu commented Feb 9, 2026

  • Align test and deployment hook mining with the contract permissions so hook address validation passes.
  • Add StealthAuctionFlow.s.sol for full auction lifecycle simulation (create auction, submit bids, settle, reveal) using CoFheTest mocks
  • Use vm.startPrank instead of vm.startBroadcast to avoid forge's on-chain replay phase which rejects mock-signed FHE inputs
  • Document the vm.startPrank vs vm.startBroadcast requirement in README with explanation of why mock signatures fail on-chain verification
  • Update project structure in README to include the new script

smartman873 and others added 6 commits February 5, 2026 14:51
Align test and deployment hook mining with the contract permissions so hook address validation passes.

Tests: forge test
Co-authored-by: Cursor <cursoragent@cursor.com>
- Add StealthAuctionFlow.s.sol for full auction lifecycle simulation
  (create auction, submit bids, settle, reveal) using CoFheTest mocks
- Use vm.startPrank instead of vm.startBroadcast to avoid forge's
  on-chain replay phase which rejects mock-signed FHE inputs
- Document the vm.startPrank vs vm.startBroadcast requirement in README
  with explanation of why mock signatures fail on-chain verification
- Update project structure in README to include the new script

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@cryptanu cryptanu merged commit b11bbc3 into main Feb 9, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants