erhant
987e293291
update patch, fix formattings, pnpm update
v0.3.2
2024-12-01 16:11:34 +03:00
Ben Green
49ab4c8e1e
WitnessTester.compute supports multiple output signals ( #104 )
...
* WitnessTester.compute supports multiple output signals
* Missed test circuit source
2024-12-01 16:06:52 +03:00
erhant
98725e6946
example: Bun + SHA256 ( #102 )
...
* added bun example
* add cmdline docs
* added witness test
* add path check to workflows
2024-10-25 22:48:53 +03:00
erhant
7e02f54166
Merge pull request #100 from numtel/optimization_default_skip_argument
...
Optimization level null uses Circom default
2024-10-25 21:36:57 +03:00
numtel
e3426e6869
Use undefined instead of null as default
2024-10-17 15:16:44 -07:00
numtel
f5611ff315
Error when optimization is not null or number
2024-10-17 15:15:26 -07:00
numtel
ae0a89c269
Optimization level null uses Circom default
2024-10-16 17:05:28 -07:00
erhant
37c16af8e1
bump patch [skip ci]
v0.3.1
2024-10-06 19:22:27 +03:00
erhant
ea48e2539d
Merge pull request #96 from ScreamingHawk/terminate
...
Add teardown to cli commands
2024-10-06 19:18:51 +03:00
erhant
f8fa9eb3cc
use async, respecting the function decl itself
2024-10-06 19:17:46 +03:00
erhant
57b56b2812
use postAction hook
2024-10-06 19:13:37 +03:00
erhant
acf1bbdcf6
typo fix [skip ci]
2024-10-06 19:03:24 +03:00
Michael Standen
054592e96e
Add teardown to cli commands
2024-10-03 14:33:55 +13:00
erhant
48bc6b91bb
bump minor ver + small lint fix [skip ci]
v0.3.0
2024-09-10 00:14:45 +03:00
Erhan
ace200f629
Update README.md [skip ci]
...
Resolves #92
2024-09-10 00:09:47 +03:00
Erhan
14d9ca0318
Merge pull request #89 from erhant/erhant/c-tester
...
Add C testing support to `WitnessTester` (WIP)
2024-09-10 00:02:39 +03:00
erhant
b655f7c0fb
fix doc
2024-09-10 00:01:06 +03:00
Erhan
f50667283e
Merge pull request #91 from numtel/circom_default_optmization
...
Change default optimization level (1 --> 2)
2024-09-02 09:21:02 +03:00
numtel
4cfbfadfd7
Fix tests and add note about default value
2024-09-01 18:21:15 -04:00
numtel
6f6bd055a3
Default optimization level matches circom compiler
2024-08-29 01:22:16 -04:00
erhant
d6746a8b1c
first attempts, stuck at arm64 errors
2024-08-06 00:13:25 +03:00
Erhan
dad6498eec
Merge pull request #87 from numtel/custom_templates
...
Auto-detect pragma custom_templates for main component instantiation
2024-08-05 22:47:39 +03:00
erhant
6cfa054478
small edits, bumped version as well
2024-08-05 22:46:22 +03:00
erhant
4f6e73b17f
smol doc fix for ProofTester
2024-08-05 20:52:18 +03:00
numtel
c4b8fe4960
Pass through usesCustomTemplates value from circuits.json too
2024-07-29 12:46:10 +02:00
numtel
111104d3a4
Move useCustomTemplates to the circuit config
2024-07-29 11:32:59 +02:00
numtel
1e40dc6310
Auto-detect pragma custom_templates for main component instantiation
...
Supercedes #86
2024-07-26 14:52:10 +02:00
erhant
37d5288ed1
fix version
v0.2.1
2024-05-18 22:37:55 +03:00
erhant
ff90bb3722
fix build
2024-05-18 22:37:44 +03:00
Erhan
95678ffc81
Workflows fix ( #83 )
...
* tmp test
* fix scripts
v0.2.0
2024-05-18 22:14:59 +03:00
Erhan
f210e06030
Major Refactors ( #82 )
...
* migrate tests under their own folder
* more refactors + `pkgroll` added
* todo commander
* migrate CLI to `commander`
* fixed proof tester types
* added `list` command
* use jest, use pnpm, more refactors & renames & typings
* remove redundant hardhats, better jest
* up version
2024-05-18 22:02:47 +03:00
Erhan
c9f951a895
fixes & new version ( #77 )
...
* fixes & new version
* comments
v0.1.0
2024-04-26 22:19:10 +03:00
Erhan
18266fba71
Merge pull request #76 from 0xjei/feat/r1cs-info
...
Optimize `r1cs` info reader
2024-04-26 21:37:32 +03:00
Jeeiii
e5816c3850
refactoring: optimize r1cs info extraction
2024-04-26 17:31:35 +02:00
Erhan
1fe25b3466
Merge pull request #74 from numtel/circomPath_config
...
Add circomPath configuration parameter
2024-04-23 22:27:21 +03:00
numtel
7c09a4af1f
Add circomPath configuration parameter
2024-04-17 16:09:30 -07:00
Erhan
3db92f13bd
Bump version
v0.0.25
2024-04-15 23:22:36 +03:00
Erhan
9612a1b6a8
Merge pull request #73 from erhant/erhant/hardhat-concise
...
fix skipLibCheck, add plonk optim check, formatting
2024-04-15 23:11:54 +03:00
erhant
ab0f9d7e4e
fix skipLibCheck, add plonk optim check, formatting
2024-04-15 21:10:56 +03:00
Erhan
e1f8c8c84a
Merge pull request #72 from numtel/fflonk_calldata
...
Fix missing elements in fflonk calldata
2024-04-15 20:54:30 +03:00
numtel
ed443234b9
Fix missing elements in fflonk calldata
...
* Also tests that the calldata works on the verifier
2024-04-14 21:49:09 -07:00
erhant
0af1603b31
Minor fixes ( #69 )
...
* add more tests for error catching
* calldata fixes as well
* bump version
v0.0.24
2024-02-17 13:12:40 +03:00
erhant
1a787a4521
Fix input length checks ( #66 )
...
* fix input length check
* Update package.json
* add unhandled error check
v0.0.23
2024-02-15 22:48:41 +03:00
erhant
b290175699
Prettier calldata ( #64 )
...
* prettier calldata
* fix test, add docs
2024-02-07 23:05:15 +03:00
erhant
4a1e998122
added more primes, calldata export todos ( #61 )
2024-02-05 22:29:36 +03:00
erhant
93c7cf91d6
Refactor & prettify tests ( #55 )
...
* refactored and prettified tests
* new version with the code reorg
v0.0.22
2024-01-27 21:26:45 +03:00
erhant
6c25545659
Update README.md
2024-01-27 11:02:46 +03:00
wp-lai
cf93798f1b
fix: vkey typo ( #53 )
2024-01-27 11:01:10 +03:00
erhant
2f8fc3ff7b
remove duplicate test about c witness
v0.0.21
2024-01-24 15:59:10 +03:00
erhant
219cc394d3
docs for vkey & v0.0.21
2024-01-24 15:47:35 +03:00