Releases: matter-labs/zksync-cli
Releases · matter-labs/zksync-cli
v0.6.3
v0.6.2
v0.6.1
v0.6.0
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 developmentzksync-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 moduleszksync-cli dev restart
- restart config moduleszksync-cli dev clean
- clean data for all moduleszksync-cli dev config
- setup new config for local setup (select modules)zksync-cli dev install
- Install module with NPMzksync-cli dev update
- Update installed modulezksync-cli dev uninstall
- Uninstall module with NPMzksync-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)