Commit a8ffc66
Chore: adding test utils crate (#23)
* wip: refactor to use commit pointers
* wip: permutation trace from partitioned main
* wip: fix previous rebase
* wip
* wip: show new interface
* chore: rename ChipsetProver to MultiTraceStarkProver
* test: added ListChip and a test involving RangeCheckerChip and ListChip
* chore: changed to using determinstic seed
* feat: quotient refactor done
* feat: prover done
* chore: split out prove function into general post-trace part
* feat: finished verifier
* feat: keygen builder
* chore: move fib triple test into same file
* test: testing thread safety and other improvements
* test: testing thread safety and other improvements
* test: generating traces in parallel
* feat: preliminary docs on STARK backend scope/support (#16)
* feat: add backend readme
* fix: link
* fix: link
* fix: latex
* chore: fix typo
* chore: add code references
---------
Co-authored-by: Yi Sun <yi-sun@users.noreply.github.com>
* chore: make DebugBuilder `after_challenge` consistent with other builders
* chore: clean up if statement
* test: testing RangeCheckerChip
* chore: fix fmt
* chore: fix previous merge and remove tracing
No need for tracing on non-benchmark tests
* chore: fix lint
* fix: `eval_permutation_constraints` must handle partitioned_main
* feat: integration test with cached trace
* fix: forgot to add test files
* chore: rename folder to `partitioned_sum_air`
* chore: add test utils module
* feat: added XorChip
* chore: small fix
* feat: add indexless cached lookup test for partitioned Air with interactions
* feat: Partitioned Air Builder (#17)
* fix: `eval_permutation_constraints` must handle partitioned_main
* feat: integration test with cached trace
* fix: forgot to add test files
* chore: rename folder to `partitioned_sum_air`
* chore: add test utils module
* feat: add indexless cached lookup test for partitioned Air with interactions
* chore: fix typo
* feat: `add_main_matrix(width)` placeholder with mat width
* chore: switch from RefCell to Arc Mutex
* feat: added relative indexing and some documentation
* wip
* chore: simplifying trace.rs
* chore: rename crates `afs-stark-backend, afs-derive`
- `afs-middleware` -> `afs-stark-backend`
- `afs-middleware-derive` -> `afs-derive`
Imports can be handled by global find/replace.
* chore: fix github workflow
* chore: fix workflow name
* chore: set up concurrency for workflow
* chore: added test-utils crate
* chore: removing the xor chip
* wip
* chore: moving the tests to a tests/ directory in test-utils crate
* chore: fixing imports and moving cached_lookup to stark-backend
---------
Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
Co-authored-by: Yi Sun <yi-sun@users.noreply.github.com>1 parent 32934e2 commit a8ffc66
File tree
14 files changed
+212
-106
lines changed- chips/tests
- list
- stark-backend
- tests
- cached_lookup
- interaction
- test-utils
- src
- config
- interaction
14 files changed
+212
-106
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | 6 | | |
9 | | - | |
10 | 7 | | |
| 8 | + | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 20 | | |
34 | 21 | | |
35 | 22 | | |
| |||
0 commit comments