Releases: scroll-tech/scroll-prover
Releases · scroll-tech/scroll-prover
v0.13
v0.10.3: support EIP-4844
and a lot of new features:
- sha256
- parallel circuit witness generation and assignment
- reduce trace size
- improve "circuit capacity checking" speed
v0.8.2
What's Changed
- fix to
row_number <= NORMALIZED_ROW_LIMIT
v0.8.1
What's Changed
- test: more accurate ccc time by @lispc in #244
- refactor codes to be compatible with "use scroll l2 trace for super circuit testing in zkevm-circuits" feature by @noel2004 in #249
- Small refactor on
test_util
(will use for mass-testing) by @silathdiir in #251 - fix: check pairing after generates snark of super circuit by @silathdiir in #254
- Feat: add capacity for RLP circuit by @kunxian-xia in #255
- feat: return VKs from chunk and batch provers by @silathdiir in #245
- [FIX] resume bytecode/poseidon circuit dedup in ccc by @noel2004 in #256
- fix: replace to use
serde_json::to_writer
for performance by @silathdiir in #258 - fix: check chunk-hashes with values in chunk-proofs when generates batch-proof by @silathdiir in #257
- upgrade zkevm-circuits to v0.8.0 by @lispc in #259
- fix: add test function
gen_and_verify_normal_proof
by @silathdiir in #261 - fix: replace params download URL to s3 by @silathdiir in #263
Full Changelog: v0.7.5...v0.8.1
v0.8.0
What's Changed
- test: more accurate ccc time by @lispc in #244
- refactor codes to be compatible with "use scroll l2 trace for super circuit testing in zkevm-circuits" feature by @noel2004 in #249
- Small refactor on
test_util
(will use for mass-testing) by @silathdiir in #251 - fix: check pairing after generates snark of super circuit by @silathdiir in #254
- Feat: add capacity for RLP circuit by @kunxian-xia in #255
- feat: return VKs from chunk and batch provers by @silathdiir in #245
- [FIX] resume bytecode/poseidon circuit dedup in ccc by @noel2004 in #256
- fix: replace to use
serde_json::to_writer
for performance by @silathdiir in #258 - fix: check chunk-hashes with values in chunk-proofs when generates batch-proof by @silathdiir in #257
Full Changelog: v0.7.5...v0.8.0
v0.7.5
v0.7.4
v0.7.3
v0.7.2
What's Changed
- check params.s_g2 after loading by @silathdiir in #235
- feat: dump chunk-protocol, and check it when gen batch proof by @silathdiir in #217
- feat: return vk from chunk and batch provers by @silathdiir in #236
- refactor mock prove testnet by @lispc in #229
- v0.7.2: dedup same bytecode row usage in ccc; upgrade to latest zkevm-circuits by @lispc in #240
Full Changelog: v0.6.5...v0.7.2