Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

41 lines (28 loc) · 1.56 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.4.15] - 2021-09-015

Changed

  • Upgraded SnarkyJS to 0.6.0. #249
  • Renamed the references of Party to AccountUpdate and parties to zkappCommand in CLI and template/examples to match changes in Mina Protocol and SnarkyJS.

[0.4.7] - 2021-06-14

Added

  • Better error handling on unknown errors. #207
  • Contributing section in README. #215

Changed

  • Upgraded SnarkyJS to 0.4.1. #207
  • Renamed the deploy parameter network to alias. #218
  • Updated template and example file structure to support publishing to npm. #213
  • Fixed bug with CI not cleaning up node_modules after testing. #219

[0.3.7] - 2021-06-03