Skip to content

Releases: matter-labs/zksync-cli

v0.6.3

12 Oct 12:34
c1b13d9
Compare
Choose a tag to compare

0.6.3 (2023-10-12)

Bug Fixes

  • get rid of redundant dependencies (#69) (c1b13d9)

v0.6.2

12 Oct 10:02
a212f05
Compare
Choose a tag to compare

0.6.2 (2023-10-12)

Bug Fixes

  • create project cross-platform compatibility, properly remove git folder (#67) (a212f05)

v0.6.1

06 Oct 15:34
c83d1b5
Compare
Choose a tag to compare

0.6.1 (2023-10-06)

📋 Summary

⚠️ Breaking Changes

  • Change commands structure:
    • deposit, withdraw, withdraw-finalize -> bridge {command}
    • create-project -> create project

New Features

  • None

🐛 Bug Fixes

  • None

📜 All Changes

  • fix: restructure commands (#64)

v0.6.0

03 Oct 13:04
e980375
Compare
Choose a tag to compare

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)

v0.5.0

11 Sep 08:51
44ce06e
Compare
Choose a tag to compare

0.5.0 (2023-09-11)

Features

v0.4.1

08 Sep 11:24
94a2dc9
Compare
Choose a tag to compare

0.4.1 (2023-09-08)

Bug Fixes

  • short options, disable analytics logs (#48) (94a2dc9)

v0.4.0

06 Sep 11:15
632cb36
Compare
Choose a tag to compare

0.4.0 (2023-09-06)

Features

  • refactor the code, improve usability and code structure (#46) (632cb36)