Skip to content

Releases: scroll-tech/zkevm-circuits

v0.5.15

14 Aug 13:41
Compare
Choose a tag to compare

What's Changed

  • Fix precompile issue.

Full Changelog: v0.5.12...v0.5.15

v0.5.13

12 Aug 15:22
Compare
Choose a tag to compare

What's Changed

  • More verbose agg debugging; checks pairing during circuit generation by @zhenfeizhang in #743
  • Use start_l1_queue_index to calculate data_hash of ChunkHash.

Full Changelog: v0.5.12...v0.5.13

v0.5.12

10 Aug 08:45
554bdcf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.10...v0.5.12

v0.5.10

08 Aug 10:39
87cae11
Compare
Choose a tag to compare

Full Changelog: v0.5.9...v0.5.10

v0.5.8

07 Aug 13:17
Compare
Choose a tag to compare

Full Changelog: v0.5.6...v0.5.8

v0.5.7

07 Aug 10:00
fb86b74
Compare
Choose a tag to compare

Fix OOM.

Full Changelog: v0.5.5...v0.5.7

v0.5.6

07 Aug 02:57
Compare
Choose a tag to compare

Main feature: fix queue_index vs nonce problem.

v0.5.3

05 Aug 16:27
2c8c749
Compare
Choose a tag to compare

What's Changed

  • LastCalleeReturnDataLength value for precompile calls by @lispc in #723
  • [Fix] caller account not exist in l1msg by @noel2004 in #729
  • add create2 deploy to non-zero balance address test by @lightsing in #727

Full Changelog: v0.5.2...v0.5.3

v0.5.2

05 Aug 08:41
225db80
Compare
Choose a tag to compare

What's Changed

  • [feat] Precompile MODEXP by @noel2004 in #520
  • feat: refactor sig_circuit and ecc_circuit row capacity estimation by @darth-cy in #669
  • full implementation of PUSHn by @lightsing in #684
  • [feat] Update mpt and poseidon circuit with new hash scheme by @noel2004 in #667
  • [feat] unify u8 u16 lookup table by @lightsing in #694
  • [opt] reduce the cost of min_num_rows_block in poseidon_circuit by @noel2004 in #700
  • speedup ci using verify_at_rows by @lispc in #703
  • update super circuit row estimation API by @lispc in #695
  • remove num_of_chunks in aggregation circuit's instance column by @lispc in #704
  • Fix: lost tx_type when doing type conversion by @kunxian-xia in #710
  • fix condition by @lightsing in #708
  • fix: upgrade snark-verifier for verify_evm_calldata by @silathdiir in #715
  • fix: min_num_rows_block of pi_circuit by @kunxian-xia in #716
  • fix: small upgrade snark-verifier to make verify_evm_calldata public by @silathdiir in #720
  • misc fix for mainnet by @lispc in #717
  • Feat: update the configuration params for sig circuit as we increase max_num_sig to be greater than 100 by @kunxian-xia in #722
  • #711 + #713 remove num chunks from public input; relax the constraints for the dummy chunk proofs to avoid dummy chunk proofgen time by @zhenfeizhang in #712
  • fix returndatacopy len by @lispc in #724
  • Fix: sig circuit's capacity checker does not take account of ecrecover precompile by @kunxian-xia in #725
  • [Fix] Set l1fee to zero for l1msg by @noel2004 in #714

Full Changelog: v0.4.0...v0.5.2

v0.4.0

01 Aug 03:09
7bca679
Compare
Choose a tag to compare

What’s Changed

Changes in the bus-mapping

Changes in circuit-benchmarks

Changes in eth-types

Changes in external-tracer

Changes in gadgets

Changes in geth-utils

Changes in integration-tests

Read more