-
Notifications
You must be signed in to change notification settings - Fork 36
Add initial Next.js project structure for Noir UH Starter #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
- Created essential files including package.json, TypeScript configuration, and Playwright configuration. - Added global styles and layout components for the application. - Implemented a proof generation component with state management and proof verification logic. - Included a README for setup and usage instructions. - Established a .gitignore to exclude unnecessary files and directories.
* Fix Next.js Playwright tests - Fix JSON import syntax in test file for ES modules compatibility - Simplify API endpoint to avoid WASM loading issues in Next.js server environment - Remove problematic server-side test that was causing failures - Clean up Next.js configuration - All browser tests now pass successfully * Implement working server-side proof verification using Pages Router - Add new Pages Router API endpoint at /api/verify for server-side verification - Update Next.js configuration with proper WASM file tracing for Pages Router - Add server-side test that successfully verifies proofs on the server - Fix proof serialization/deserialization between client and server - All tests now pass: 3 browser tests + 3 server-side tests = 6/6 ✅ Key improvements: - Uses Pages Router (/pages/api/) instead of App Router for better WASM support - Proper outputFileTracingIncludes configuration for @aztec/bb.js WASM files - Robust proof format handling for serialized Uint8Array objects - Demonstrates both client-side and server-side Noir proof verification --------- Co-authored-by: openhands <[email protected]>
|
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
e069d87 to
05d956e
Compare
saleel
reviewed
Jul 3, 2025
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.
Description
Problem*
Resolves AztecProtocol/dev-rel#570
Summary*
Additional Context
PR Checklist*
cargo fmton default settings.