Commit bb8d36c
committed
chore: bump version 0.8.3-shared-primitive-lift → 0.8.4-primitive-consumer-coverage
Patch bump (semver-compatible — refactor + tests + CI + docs only,
no behaviour or ABI changes) tagging the primitive-consumer
coverage milestone landed across sessions 60-78.
Three cross-cutting work streams in this milestone:
1. Shared primitives 7-10 added to mosaic-zk-primitives:
- fr_horner_eval (s63) — polynomial Horner evaluation
- verify_n_pair_pairing (s66) — N-pair generic pairing
- powers_of (s72) — geometric sequence
- fr_inner_product (s77) — dot product
Plus their per-primitive proptest suites (5-6 properties each
pinning the soundness invariant against a naive implementation).
2. Consumer migrations across 7 sites in mosaic-{hyperplonk,
halo2, nova} replace inline weighted-sum / Horner / pairing /
ν-powers patterns with shared-helper calls. After the
migrations every BN254 polynomial-eval site, every BN254
pairing site, every BN254 ν-powers site, and every BN254
weighted-sum site in the workspace goes through one of the
10 audit-grade shared primitives.
3. Audit infrastructure:
- Session 61: CI workflows wire every sessions-47-59 bench +
fuzz harness into GitHub Actions (PR + nightly matrices).
- Session 70: docs/audit-coverage-runbook.md — entry point
for external review firms with reproduce + extend recipes.
- Session 71: AUDIT.md release entries for v0.8.2 + v0.8.3.
- Session 75: 8th chunked-handlers integration test
`commit_and_verify_dispatches_to_verifier` proves the
post-finalize verifier hand-off works end-to-end.
CHANGELOG promoted [Unreleased] → [0.8.4-primitive-consumer-coverage]
release entry, with the per-session breakdowns + the 10-primitive
inventory + the 7-migration audit table preserved for external
auditors. README badge bumped.
Workspace lib + integration test totals at v0.8.4:
mosaic-core 16
mosaic-zk-primitives 84 (+15 since v0.8.2: horner+5, n-pair+4, powers+5, inner_product+5)
mosaic-groth16 26
mosaic-plonk 32
mosaic-hyperplonk 82
mosaic-halo2 75
mosaic-nova 59
mosaic-stark 117
mosaic-serde 23
mosaic-chunked 20
mosaic-sdk 13
mosaic-program 7 (+8 chunked_handlers integration tests)
───────────────────── ───
total 554 (+10 lib, +1 integration since v0.8.2)1 parent c30e985 commit bb8d36c
4 files changed
Lines changed: 94 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 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 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
10 | 72 | | |
11 | 73 | | |
12 | 74 | | |
| |||
96 | 158 | | |
97 | 159 | | |
98 | 160 | | |
99 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
100 | 164 | | |
101 | 165 | | |
102 | 166 | | |
| |||
Some 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 | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments