Commit 2a0c526
Pluggable witness calc (#14)
* Witness implementation using tetratelabs/wazero
* fix lint errors
* Update wazero to v1.0.3
* Removed unused constructor parameter sanityCheck from NewCircom2WitnessCalculator
* Rename test_files directory to testdata. It's more goish.
* Make witness calculator pluggable with wasm engine
* Merge fixes
* Upgrade wazero dependency to v1.1.0
* Upgrade wazero dependency to v1.1.0
* Put different wasm implementations into different modules
* add linter and tests for witness calc
* fix test commands
* rename lint and test ci jobs
* Increate timeout for testing witness
* Simplify interface for witness calculator implamentation. Do all serialization and formatting logic in one place.
* go mod tidy
* Update dependencies
* upgrade dependencies
* refactor names
* upgrade dependencies
* go mod tidy
* Dump v2 for witness
* dump wasmer/wazero versions to v2
* fix wazero/wasmer versions
---------
Co-authored-by: Oleksandr Brezhniev <[email protected]>1 parent caf247d commit 2a0c526
File tree
22 files changed
+667
-688
lines changed- .github/workflows
- witness
- test_wasm_impls
- testdata
- circom2_1_0
- circom2
- wasmer
- wazero
22 files changed
+667
-688
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments