Releases: scroll-tech/gkr-backend
Releases · scroll-tech/gkr-backend
v1.0.0-alpha.31
What's Changed
- feat(mpcs): share jagged inner Basefold opening by @hero78119 in #61
Full Changelog: v1.0.0-alpha.30...v1.0.0-alpha.31
v1.0.0-alpha.30
What's Changed
- misc: only invalidate cache in custom padding by @hero78119 in #60
Full Changelog: v1.0.0-alpha.29...v1.0.0-alpha.30
v1.0.0-alpha.29
What's Changed
- bench: add Ceno batched main sumcheck benchmark by @hero78119 in #54
- Optimize frontload worker-bit merge evaluation by @hero78119 in #55
- Feat: jagged pcs by @kunxian-xia in #40
- jagged: group reshaped q prime commitments by @hero78119 in #59
Full Changelog: v1.0.0-alpha.28...v1.0.0-alpha.29
v1.0.0-alpha.28
What's Changed
- fix: handle partial-live frontload phase2 mles by @hero78119 in #53
Full Changelog: v1.0.0-alpha.27...v1.0.0-alpha.28
v1.0.0-alpha.27
What's Changed
- fix frontload bug and follow design rationales in PR 49 by @hero78119 in #51
Full Changelog: v1.0.0-alpha.26...v1.0.0-alpha.27
v1.0.0-alpha.26
What's Changed
- Add frontload CPU sumcheck prover by @hero78119 in #49
Full Changelog: v1.0.0-alpha.25...v1.0.0-alpha.26
v1.0.0-alpha.25
ci: add CLAUDE.md and Claude Code settings (#46) ci: add CLAUDE.md and .claude/settings.json for Claude Code integration Configure project context (key types, build commands, domain rules, review checklist) and allow-list common read-only cargo/git commands to reduce permission prompts. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
add device-backing buffer in RMM
witness: add optional device backing metadata to RowMajorMatrix (#33) * witness: add optional device backing metadata to RowMajorMatrix * test and documentation * docs(witness): clarify device backing is not auto-synced with host mutations Agent-Logs-Url: https://github.com/scroll-tech/gkr-backend/sessions/b2424953-9b2e-4a0c-90b7-95fff6ff7006 Co-authored-by: kunxian-xia <1082586+kunxian-xia@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: kunxian-xia <1082586+kunxian-xia@users.noreply.github.com>
v1.0.0-alpha.23
Highlights:
- sumcheck prover update to build h1(x) without fixed MLEs at r0 from the first round, including reduced-peak-memory flow changes
- optional parallelism dependency migration from rayon to plonky3 maybe-rayon across core crates
- new sumcheck memory benchmark coverage and related test updates
Included commits:
v1.0.0-alpha.22
misc: transcript forked interface