Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
2f60d06
chore: update blueprint proto
DimiDumo Jun 18, 2025
2de3c39
fix: noir max_length
shreyas-londhe Jun 23, 2025
1a75466
chore: renamed 'remove_soft_linebreaks'
shreyas-londhe Jun 24, 2025
3474022
feat: updated circom template to support zkregex v2
shreyas-londhe Jul 4, 2025
b8a5562
chore: removed unwanted variable
BornPsych Jul 18, 2025
77895b1
feat: added max header inputs to template
BornPsych Jul 18, 2025
4adb667
fix: circuit import error
BornPsych Jul 18, 2025
c0efc84
feat: updated dependencies and make compilation separate
BornPsych Jul 18, 2025
f4ff0a7
feat: added unit test for compiling circuits
BornPsych Jul 18, 2025
7213d96
chore: update proto type
DimiDumo Jul 18, 2025
c6fd247
chore: update types according to proto
DimiDumo Jul 18, 2025
35378d3
feat: allow manual build and deploy
DimiDumo Jul 21, 2025
ab27ff9
chore: adjust test to cover pascalCase of decomposed_regexes name
DimiDumo Jul 21, 2025
d461419
chore: update cargo.lock
DimiDumo Jul 21, 2025
106b93c
chore: update zk-regex-compiler
DimiDumo Jul 22, 2025
2986b45
chore: update circom version
DimiDumo Jul 22, 2025
5bf93be
debug: payload passed
DimiDumo Jul 23, 2025
022996e
fix: tachyon version
DimiDumo Jul 23, 2025
e26e28b
fix: docker image
DimiDumo Jul 23, 2025
af886de
fix: vm and console fixes
BornPsych Jul 25, 2025
f9f501a
fix: circom version change
BornPsych Jul 25, 2025
5df8c7f
chore: revert circom version
DimiDumo Jul 27, 2025
7759467
fix: snarkjs path error
BornPsych Jul 28, 2025
0323fdf
chore: remove etherscan contract verify
DimiDumo Jul 28, 2025
66bd30e
fix: snarkjs relative path
BornPsych Jul 28, 2025
763999a
fix: docker yarn install
BornPsych Jul 28, 2025
3946fe3
fix: add yarn install to circom repo
BornPsych Jul 28, 2025
08fc227
fix: uuid parsing in upload fn
BornPsych Jul 28, 2025
a77ee2e
feat: added zip for regex json
BornPsych Jul 30, 2025
1485d40
fix: zipping the circom regex
BornPsych Jul 30, 2025
2997b55
feat: added compiler changes which changes circuit
BornPsych Aug 12, 2025
7e4bef9
chore: updates cargo toml files
BornPsych Sep 8, 2025
f46e7ef
fix: output for subject
BornPsych Sep 10, 2025
519993f
chore: small cleanup
BornPsych Sep 10, 2025
8582690
fix: added max match length to circuits
BornPsych Sep 10, 2025
1bd143c
fix: parity in select reveal text
BornPsych Sep 11, 2025
2432191
chore: added input to packout
BornPsych Sep 11, 2025
e5b1bd0
chore: updated cargo toml
BornPsych Sep 11, 2025
0d3bf67
fix: added warning in palce of error in contract verification
BornPsych Sep 15, 2025
31859ad
chore: added error message in unwrap
BornPsych Sep 24, 2025
52e1f87
fix: added retries and delay in contract verification
BornPsych Sep 24, 2025
3007b1e
chore: spelling mistake
BornPsych Sep 24, 2025
1f8b8c6
fix: noir to beta.5 and bb to 0.84.0
benceharomi Sep 22, 2025
38b7a1f
Merge pull request #39 from zkemail/fix/noir-version-updated
BornPsych Sep 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/build-push-deploy-circom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ on:
- 'circom/**'
- 'sdk-utils/**'
- 'Cargo.toml'
workflow_dispatch:
inputs:
branch:
description: 'Branch to build from'
required: false
default: 'dev'
type: choice
options:
- dev
- staging

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-noir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
description: 'Commit SHA to deploy (short form)'
required: false
workflow_run:
workflows: ["Build rnd Push Noir"]
workflows: ["Build and Push Noir"]
branches: [main]
types:
- completed
Expand Down
Loading