zksync-era

zkSync era

APACHE-2.0 License

Downloads
41.3K
Stars
2.8K

Bot releases are visible (Hide)

zksync-era - prover: v8.1.0

Published by zksync-era-bot 12 months ago

8.1.0 (2023-11-03)

⚠ BREAKING CHANGES

  • Update to protocol version 17 (#384)

Features

  • boojum: Adding README to prover directory (#189) (c175033)
  • config: Extract everything not related to the env config from zksync_config crate (#245) (42c64e9)
  • fri-prover: In witness - panic if protocol version is not available (#192) (0403749)
  • merkle tree: Snapshot recovery for Merkle tree (#163) (9e20703)
  • Rewrite server binary to use vise metrics (#120) (26ee1fb)
  • Update to protocol version 17 (#384) (ba271a5)
  • vm: Move all vm versions to the one crate (#249) (e3fb489)

Bug Fixes

  • crypto: update snark-vk to be used in server and update args for proof wrapping (#240) (4a5c54c)
  • docs: Add links to setup-data keys (#360) (1d4fe69)
  • prover-fri: Update setup loading for node agg circuit (#323) (d1034b0)
  • prover-logging: tasks_allowed_to_finish set to true for 1 off jobs (#227) (0fac66f)
zksync-era - Server release for boojnet #12

Published by ly0va 12 months ago

zksync-era - core: v16.2.0

Published by zksync-era-bot 12 months ago

16.2.0 (2023-10-26)

Features

  • basic_witness_producer_input: Add Basic Witness Producer Input component (#156) (3cd24c9)
  • core: adding pubdata to statekeeper and merkle tree (#259) (1659c84)

Bug Fixes

  • db: Fix root cause of RocksDB misbehavior (#301) (d6c30ab)
  • en: gracefully shutdown en waiting for reorg detector (#270) (f048485)
zksync-era - core: v16.1.0

Published by zksync-era-bot 12 months ago

16.1.0 (2023-10-24)

Features

  • Add new commitments (#219) (a19256e)
  • arm64 zk-environment rust Docker images and other (#296) (33174aa)
  • config: Extract everything not related to the env config from zksync_config crate (#245) (42c64e9)
  • eth-watch: process governor upgrades (#247) (d250294)
  • merkle tree: Expose Merkle tree API (#209) (4010c7e)
  • merkle tree: Snapshot recovery for Merkle tree (#163) (9e20703)
  • multivm: Remove lifetime from multivm (#218) (7eda27c)
  • Remove fee_ticker and token_trading_volume fetcher modules (#262) (44f7179)
  • reorg_detector: compare miniblock hashes for reorg detection (#236) (2c930b2)
  • Rewrite server binary to use vise metrics (#120) (26ee1fb)
  • types: introduce state diff record type and compression (#194) (ccf753c)
  • vm: Improve tracer trait (#121) (ff60138)
  • vm: Move all vm versions to the one crate (#249) (e3fb489)

Bug Fixes

  • crypto: update snark-vk to be used in server and update args for proof wrapping (#240) (4a5c54c)
  • db: Fix write stalls in RocksDB (#250) (650124c)
  • db: Fix write stalls in RocksDB (again) (#265) (7b23ab0)
  • db: Fix write stalls in RocksDB (for real this time) (#292) (0f15919)
  • Fix TxStage string representation (#255) (246b5a0)
  • fix typos (#226) (feb8a6c)
  • witness-generator: Witness generator oracle with cached storage refunds (#274) (8928a41)
zksync-era - Server release for boojnet #11

Published by ly0va about 1 year ago

zksync-era - core: v16.0.2

Published by zksync-era-bot about 1 year ago

16.0.2 (2023-10-12)

Bug Fixes

  • API: return correct v value for Legacy tx (#154) (ed502ea)
  • API: U256 for chainId in api::Transaction struct (#211) (ca98a1c)
  • prover: Fix statistic query (#193) (5499093)
  • state-keeper: Add L2ToL1LogsCriterion (#195) (64459b2)
zksync-era - core: v16.0.0

Published by zksync-era-bot about 1 year ago

16.0.0 (2023-10-11)

⚠ BREAKING CHANGES

  • vm: Update Refund model (#181)

Features

  • change chainId to u64 (#167) (f14bf68)
  • merkle tree: Provide Merkle proofs for tree entries and entry ranges (#119) (1e30d0b)
  • storage: save enum indices in RocksDB (#162) (bab099d)
  • vm: Update Refund model (#181) (92b6f59)

Bug Fixes

  • db: drop constraint prover_jobs_fri_l1_batch_number_fkey (#173) (fa71650)
  • vm: Make execution status and stop reason public (#169) (f98c4fa)
zksync-era - Server release for boojnet #10

Published by ly0va about 1 year ago

zksync-era - Prover release for boojnet

Published by ly0va about 1 year ago

zksync-era - core: v15.1.1

Published by zksync-era-bot about 1 year ago

15.1.1 (2023-10-05)

Bug Fixes

  • use gauge instead histogram for replication lag metric (#159) (0d952d4)
zksync-era - Server release for boojnet #9

Published by ly0va about 1 year ago

zksync-era - core: v15.1.0

Published by github-actions[bot] about 1 year ago

15.1.0 (2023-10-03)

Features

  • Implement dynamic L2-to-L1 log tree depth (#126) (7dfbc5e)
  • vm: Introduce new way of returning from the tracer #2569 (#116) (cf44a49)
  • vm: Restore system-constants-generator (#115) (5e61bdc)