Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release zkstack_cli 0.2.0 #3086

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

zksync-era-bot
Copy link
Collaborator

@zksync-era-bot zksync-era-bot commented Oct 14, 2024

🤖 I have created a release beep boop

0.2.0 (2025-03-10)

⚠ BREAKING CHANGES

  • V27 update (#3580)
  • contracts: gateway integration (#1934)
  • contracts: integrate protocol defense changes (#2737)

Features

  • add block.timestamp asserter for AA (#3031) (069d38d)
  • add custom DA support in external node (#3445) (1a8546d)
  • Add option to run prover images from tag (#3120) (3b532f5)
  • Add S3 implementation for object_store (#3664) (a848927)
  • base token integration tests (#2509) (8db7e93)
  • Compressor optimizations (#3476) (3e931be)
  • consensus: Added view_timeout to consensus config (#3383) (fc02a8f)
  • consensus: Update consensus dependencies (#3339) (aa9575f)
  • contract-verifier: Adapt contract verifier API for EVM bytecodes (#3234) (4509179)
  • contract-verifier: add Etherscan contract verification (#3609) (a4ea0f2)
  • contract-verifier: Download compilers from GH automatically (#3291) (a10c4ba)
  • contract-verifier: Partial matching & automatic verification (#3527) (bf9fe85)
  • contract-verifier: Support Solidity contracts with EVM bytecode in contract verifier (#3225) (8a3a82c)
  • contracts: gateway integration (#1934) (f06cb79)
  • contracts: integrate protocol defense changes (#2737) (c60a348)
  • eigenda: implement eigenDA client remaining features (#3243) (88fc971)
  • eth-watch: Change protocol upgrade schema (#3435) (2c778fd)
  • FFLONK support for compressor (#3359) (1a297be)
  • gateway preparation (#3006) (16f2757)
  • gateway: add checks that the server version is correct (#3681) (659edaa)
  • gateway: Add methods for token registration (#3629) (abf8d00)
  • gateway: Full indexing for token migration (#3638) (b5fbee6)
  • integrate gateway changes for some components (#3274) (cbc91e3)
  • make zksync_types thinner (#3574) (e7f93e4)
  • Prover e2e test (#2975) (0edd796)
  • ProverJobProcessor & circuit prover (#3287) (98823f9)
  • Support stable compiler for VM (and some other crates) (#3248) (cbee99d)
  • Update EVM emulator feature in zkstack and zk (#3397) (e4848c5)
  • V27 update (#3580) (9e18550)
  • zk_toolbox: Add EVM emulator option to zkstack CLI (#3139) (ffa18e1)
  • zk_toolbox: Redesign zk_toolbox commands (#3003) (114834f)
  • zkstack_cli: Add --dev flag to chain init and genesis (#3152) (0aecae1)
  • zkstack_cli: Add status page (#3036) (dd4b7cc)
  • zkstack_cli: Autocompletion support (#3097) (b29be7d)
  • zkstack_cli: Build dependencies at zkstack build time (#3157) (724d9a9)
  • zkstack_cli: use docker-managed volumes (#3140) (ee73a39)
  • zkstack_cli: Use the same rust toolchain as main repo (#3230) (e69d15b)
  • zkstack: Introduce build and wait subcommands for components (#3240) (e92b806)

Bug Fixes

  • add deploy timestamp asserter command (#3252) (88a8940)
  • consensus: payload encoding protected by protocol_version (#3168) (8089b78)
  • Fix wrong in ERC20 deployment file name (#3395) (18e4307)
  • gateway: correct root hash / chain creation params (#3613) (dd67d28)
  • return back new chain creation/genesis params (#3640) (1781608)
  • revert "fix(gateway): correct root hash / chain creation params" (#3631) (f813f9d)
  • Run zkstack dev lint -t autocompletion to make CI happy. (#3196) (1f8ad26)
  • zk_toolbox: Fix path to prover data handler port (#3542) (e3759a2)
  • zkstack readme update broken links and wording (#3375) (ee117a8)
  • zkstack_cli: default core_object_store path (#3658) (4ee2f55)
  • zkstack_cli: make progress bar optional in non-terminal envs (#3146) (5092031)
  • zkstack: Fix loading genesis before cloning zksync-era repo (#3271) (271033f)
  • zkstack: Fix wrong missing private key message (#3334) (aaca32b)
  • zkstack: Move installation always to .local/bin (#3108) (223e4dd)
  • zkstack: shouldn't attempt to create db on migrate command (#3468) (c156e79)

This PR was generated with Release Please. See documentation.

@zksync-era-bot zksync-era-bot requested a review from a team as a code owner October 14, 2024 10:20
@zksync-era-bot zksync-era-bot force-pushed the release-please--branches--main--components--zkstack_cli branch from ae220f6 to f869a79 Compare October 15, 2024 08:06
@zksync-era-bot zksync-era-bot changed the title chore(main): release zkstack_cli 0.1.3 chore(main): release zkstack_cli 0.2.0 Oct 15, 2024
@zksync-era-bot zksync-era-bot force-pushed the release-please--branches--main--components--zkstack_cli branch 10 times, most recently from 655efef to 29f0df8 Compare October 22, 2024 08:07
@zksync-era-bot zksync-era-bot force-pushed the release-please--branches--main--components--zkstack_cli branch 13 times, most recently from 12054ff to 5f3f0b1 Compare October 29, 2024 10:02
@zksync-era-bot zksync-era-bot force-pushed the release-please--branches--main--components--zkstack_cli branch 2 times, most recently from 8099709 to 06275e9 Compare October 30, 2024 15:44
@zksync-era-bot zksync-era-bot force-pushed the release-please--branches--main--components--zkstack_cli branch 5 times, most recently from 1b06401 to 18f0f3a Compare February 17, 2025 12:08
@antonbaliasnikov antonbaliasnikov force-pushed the release-please--branches--main--components--zkstack_cli branch from a1c141f to 2fb751c Compare February 17, 2025 19:07
@antonbaliasnikov
Copy link
Contributor

@popzxc , I would like to release zkstack 0.2.0 with the binaries, is that ok to do?
I remember we've had some discussion about unifying zkstack and core versions.

@popzxc
Copy link
Member

popzxc commented Feb 18, 2025

Better to ask @Deniallugo

@github-actions github-actions bot force-pushed the release-please--branches--main--components--zkstack_cli branch 8 times, most recently from 54a159a to 5305477 Compare February 25, 2025 11:47
@github-actions github-actions bot force-pushed the release-please--branches--main--components--zkstack_cli branch 8 times, most recently from a4e12d6 to ab82f52 Compare March 5, 2025 10:33
@github-actions github-actions bot force-pushed the release-please--branches--main--components--zkstack_cli branch from 244f3ab to 9d1e41a Compare March 6, 2025 08:56
@zksync-era-bot zksync-era-bot force-pushed the release-please--branches--main--components--zkstack_cli branch 2 times, most recently from d42f57f to 381e291 Compare March 9, 2025 20:11
@zksync-era-bot zksync-era-bot force-pushed the release-please--branches--main--components--zkstack_cli branch from e5969d2 to 0e4a6da Compare March 10, 2025 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants