Skip to content

Conversation

@wryonik
Copy link
Collaborator

@wryonik wryonik commented Aug 27, 2025

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.

  • CI/Build:
    • Migrate Playwright workflow to Bun (setup-bun, bun install/build), add envfile generation, set environment: staging.
    • Switch local scripts to Turbopack; disable browser source maps; add Next image formats.
  • Dependencies:
    • Upgrade Next (~15.3.x) and @zk-email/sdk (1.4.1-2); add Noir/SP1-related libs; remove package-lock, add bun.lock.
  • App/SDK integration:
    • Introduce client/server zk framework support (Circom/Noir/SP1) and combined status handling across views (cards, versions, detail).
    • Enable local proving and verification for Noir via initNoirWasm; improve proof download payload.
    • Revamp download page into client/server circuit downloads.
  • Email flow & caching:
    • Add IndexedDB-backed EML store and Gmail results cache; incremental email fetching/validation; preserve mode (upload/connect).
  • UI/UX:
    • New Help FAB, Satoshi font, navbar tweaks, responsive truncation; parameters page shows frameworks.
  • Tests:
    • Update/expand Playwright tests; add utilities; extend expect timeouts.

Written by Cursor Bugbot for commit d51e86f. This will update automatically on new commits. Configure here.

DimiDumo and others added 30 commits May 5, 2025 13:15
…total-proofs

feat: sort blueprints by total proofs
@Divide-By-0
Copy link
Member

@cursor review

Copy link

@cursor cursor bot left a 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();
}, []);
Copy link

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.

Fix in Cursor Fix in Web

node-version: lts/*
bun-version: 1.1.25
- name: echo env
run: echo ${{ secrets.GOOGLE_CLIENT_ID }}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Secrets Exposed in GitHub Actions Logs

The workflow is logging the GOOGLE_CLIENT_ID secret directly to the console. This exposes sensitive credentials in the GitHub Actions logs, creating a security vulnerability.

Fix in Cursor Fix in Web

@wryonik wryonik changed the base branch from main to dev October 12, 2025 12:41
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.

7 participants