Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 13:04
· 71 commits to main since this release
e980375

0.6.0 (2023-10-03)

📋 Summary

New Features

  • Code migrated from CommonJS to ECMAScript
  • Introduced a shared /lib folder which allows to create "custom" Modules
  • Introduced new set of commands zksync-cli dev - All-in-one tool for local zkSync development
    • zksync-cli dev start - start all-in-one local setup (will ask to configure if starting for the first time)
    • zksync-cli dev stop - stop currently running modules
    • zksync-cli dev restart - restart config modules
    • zksync-cli dev clean - clean data for all modules
    • zksync-cli dev config - setup new config for local setup (select modules)
    • zksync-cli dev install - Install module with NPM
    • zksync-cli dev update - Update installed module
    • zksync-cli dev uninstall - Uninstall module with NPM
    • zksync-cli dev modules - Displays list of installed modules

⚠️ Breaking Changes

  • Temporarily removed unit tests environment

🐛 Bug Fixes

  • None

📜 All Changes

  • feat: all in one local setup (#55)