Releases
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 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
📜 All Changes
feat: all in one local setup (#55 )
You can’t perform that action at this time.