-
Notifications
You must be signed in to change notification settings - Fork 2
Staging rebase #227
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
base: dev
Are you sure you want to change the base?
Staging rebase #227
Conversation
Update prod
…total-proofs feat: sort blueprints by total proofs
…total-proofs feat: sort blueprints by total proofs
|
@cursor review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on October 9
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
|
|
||
| useEffect(() => { | ||
| getDownloadLinks(); | ||
| }, []); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Component Name Mismatch and Loading Indicator Issue
The ClientCircuitDownload component name is inconsistent with its file (ServerCircuitDownload.tsx) and its role in handling server-side downloads. The loading indicator also persists indefinitely because the isLoading state isn't managed, so the UI won't update if getDownloadLinks fails or returns no links.
| node-version: lts/* | ||
| bun-version: 1.1.25 | ||
| - name: echo env | ||
| run: echo ${{ secrets.GOOGLE_CLIENT_ID }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note
Adds client/server zk framework (Circom/Noir/SP1) support with Noir proving, email caching, revamped downloads/UI, and migrates CI/build to Bun/Turbopack with major dependency upgrades.
environment: staging.initNoirWasm; improve proof download payload.Written by Cursor Bugbot for commit d51e86f. This will update automatically on new commits. Configure here.