Skip to content

Releases: scroll-tech/gkr-backend

v1.0.0-alpha.31

20 May 05:56
8b847f4

Choose a tag to compare

v1.0.0-alpha.31 Pre-release
Pre-release

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

19 May 06:53
8ef2189

Choose a tag to compare

v1.0.0-alpha.30 Pre-release
Pre-release

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

18 May 09:02
2222cf2

Choose a tag to compare

v1.0.0-alpha.29 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha.28...v1.0.0-alpha.29

v1.0.0-alpha.28

09 May 06:07
eda8eab

Choose a tag to compare

v1.0.0-alpha.28 Pre-release
Pre-release

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

08 May 12:17
17c7f59

Choose a tag to compare

v1.0.0-alpha.27 Pre-release
Pre-release

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

07 May 08:11
17e9a59

Choose a tag to compare

v1.0.0-alpha.26 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha.25...v1.0.0-alpha.26

v1.0.0-alpha.25

30 Apr 07:29
f56aea6

Choose a tag to compare

v1.0.0-alpha.25 Pre-release
Pre-release
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

21 Apr 10:32
a3538e3

Choose a tag to compare

Pre-release
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

21 Apr 08:34
a187eee

Choose a tag to compare

v1.0.0-alpha.23 Pre-release
Pre-release

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:

  • feat(sumcheck): build h1(x) without fix mles at r0 from first round (#29)
  • feat: using plonky3 maybe-rayon instead of rayon for optional parallelism (#8)
  • copilot review instruction (#35)
  • [ci] add no-edit in custom-review plan (#36)

v1.0.0-alpha.22

09 Feb 14:21
a140b93

Choose a tag to compare

v1.0.0-alpha.22 Pre-release
Pre-release

misc: transcript forked interface