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 zk_toolbox 0.1.3 #2692

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zksync-era-bot
Copy link
Collaborator

@zksync-era-bot zksync-era-bot commented Aug 20, 2024

🤖 I have created a release beep boop

0.1.3 (2024-10-10)

Features

  • Add gateway_url to EN config (#2698) (cfdda01)
  • add update-token-multiplier-setter command (#2688) (0275435)
  • add dapp-portal support to zk_inception (#2659) (835d2d3)
  • added seed_peers to consensus global config (#2920) (e9d1d90)
  • allow specifying what tests to run with zks (#2841) (57f56fb)
  • attester committees data extractor (BFT-434) (#2684) (92dde03)
  • Bump crypto and protocol deps (#2825) (a5ffaf1)
  • configs: Add port parameter to ConsensusConfig (#2986) (25112df)
  • consensus: Support for syncing blocks before consensus genesis over p2p network (#3040) (d3edc3d)
  • da-clients: add secrets (#2954) (f4631e4)
  • deployment of multicall3 on L2 by zk_toolbox (#2872) (6d4090f)
  • en: periodically fetch bridge addresses (#2949) (e984bfb)
  • Expose http debug page (#2952) (e0b6488)
  • Increased the timeout of waiting for db in tests (#3007) (eeb1c2a)
  • Move prover data to /home/popzxc/workspace/current/zksync-era/prover/data (#2778) (62e4d46)
  • Provide easy prover setup (#2683) (30edda4)
  • vm: EVM emulator support – base (#2979) (deafa46)
  • zk_inception: Add ecosystem ports scanner (#2849) (802b4e1)
  • zk_toolbox command for setting attester committee (#2900) (2dc65f0)
  • zk_toolbox: zk_supervisor prover subcommand (#2820) (3506731)
  • zk_toolbox: add zki ecosystem build subcommand (#2787) (73c0b7c)
  • zk_toolbox: Add block explorer support to zk_toolbox (#2768) (1559afb)
  • zk_toolbox: Add external_node consensus support (#2821) (4a10d7d)
  • zk_toolbox: add fees integration test to toolbox (#2898) (e7ead76)
  • zk_toolbox: Add holesky testnet as layer1 network (#2632) (d9266e5)
  • zk_toolbox: add multi-chain CI integration test (#2594) (05c940e)
  • zk_toolbox: Add options for selective installation of zk_inception and zk_supervisor (#2934) (9b63817)
  • zk_toolbox: Add setup keys step to prover init (#2811) (0a9e096)
  • zk_toolbox: Add SQL format for zk supervisor (#2950) (540e5d7)
  • zk_toolbox: Add subcommands and flags for chain registration (#2946) (057705e)
  • zk_toolbox: Add zk toolbox unit tests to zks test (#2935) (7026637)
  • zk_toolbox: Add zk_supervisor config-writer command (#2866) (80b37b2)
  • zk_toolbox: Add zks contracts (#2781) (19ca512)
  • zk_toolbox: added support for setting attester committee defined in a separate file (#2992) (6105514)
  • zk_toolbox: Allow running docker images for provers (#2800) (bcb176b)
  • zk_toolbox: Deploy ConsensusRegistry (BFT-504) (#2713) (cab13b8)
  • zk_toolbox: deploy legacy bridge (#2837) (93b4e08)
  • zk_toolbox: Ease requirements, add option to download setup keys (#2784) (4a4d87e)
  • zk_toolbox: improved wallet handling (#3058) (da9f645)
  • zk_toolbox: Migrate CI unit tests to zk_toolbox (#2759) (da5cafe)
  • zk_toolbox: Migrate db during update (#2995) (eed8198)
  • zk_toolbox: Move check sql to the lint step (#2757) (dcd3727)
  • zk_toolbox: Update lint CI with zk_toolbox (#2694) (7e122e9)
  • zk_toolbox: Update rust for zk_toolbox (#2730) (30e072b)
  • zk_toolbox: Verbose version message (#2884) (438c820)

Bug Fixes

  • api: tx.gas_price field (#2734) (aea3726)
  • count SECP256 precompile to account validation gas limit as well (#2859) (fee0c2a)
  • eth-sender: print better error message in case of missing blob prices (#2927) (38fc824)
  • ignore unknown fields in rpc json response (#2962) (692ea73)
  • lint: Move ignore files out from the code (#2756) (bf03274)
  • token multiplier setter is taken from chain config (#2893) (f848d93)
  • zk_toolbox: allow hyphens after zks test rust --options (#3043) (9450c50)
  • zk_toolbox: Clone era observability (#2892) (413856f)
  • zk_toolbox: Correct secrets (#3004) (b7ba428)
  • zk_toolbox: Do not panic if mint is not successful (#2973) (57b99d4)
  • zk_toolbox: fix port offset for new chains (#2803) (9821a20)
  • zk_toolbox: increase confirmations in testing (#2878) (f985e41)
  • zk_toolbox: Remove prover db from server init (#3009) (092eed9)
  • zk_toolbox: secrets path, artifacts path (#2850) (3b5e4a6)
  • zk_toolbox: show readable log (#2911) (ab898e7)
  • zk_toolbox: various ways of writing zksync (#2752) (ca9d56b)
  • zk_toolbox: wrong configs path for prover binaries (#2922) (f57719c)
  • zk-toolbox: Make token multiplier optional (#2843) (89fcb3a)
  • zk-toolbox: use chain admin for bridgehub (#2857) (ccf1b63)
  • zkstack_cli: Fix contract verifier init rate limit (#3034) (40bded5)
  • zkstack_cli: Fix fmt --check (#3027) (57d658e)

Reverts


This PR was generated with Release Please. See documentation.

@zksync-era-bot zksync-era-bot force-pushed the release-please--branches--main--components--zk_toolbox branch 11 times, most recently from 0e35720 to 02010c6 Compare August 27, 2024 08:17
@zksync-era-bot zksync-era-bot force-pushed the release-please--branches--main--components--zk_toolbox branch from 02010c6 to 367f609 Compare August 27, 2024 19:07
@zksync-era-bot zksync-era-bot requested a review from a team as a code owner August 27, 2024 19:07
@zksync-era-bot zksync-era-bot force-pushed the release-please--branches--main--components--zk_toolbox branch 10 times, most recently from 9c77ffa to a4d0723 Compare September 3, 2024 15:58
@zksync-era-bot zksync-era-bot force-pushed the release-please--branches--main--components--zk_toolbox branch from a4d0723 to 4d28af1 Compare September 4, 2024 07:04
@zksync-era-bot zksync-era-bot force-pushed the release-please--branches--main--components--zk_toolbox branch 16 times, most recently from c958b41 to f7e6ba7 Compare October 3, 2024 10:32
@zksync-era-bot zksync-era-bot force-pushed the release-please--branches--main--components--zk_toolbox branch 12 times, most recently from 32a9aa3 to 677a8a4 Compare October 10, 2024 05:57
@zksync-era-bot zksync-era-bot force-pushed the release-please--branches--main--components--zk_toolbox branch from 677a8a4 to 51a998d Compare October 10, 2024 13:49
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.

1 participant