Skip to content

v0.6.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 15:46
· 580 commits to main since this release
afa4e93

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0-alpha.0

⚠️ Breaking changes ⚠️

This version introduces breaking changes at two levels:

  1. The world now deploys the model to realize a contract_call instead of using the class hash to do a library_call. For this reason, the models are deployed. This introduces a new API for the function model in the world and the ModelRegistered event.
  2. The toolchain has been updated to support this new event and management of the models, which makes this version not backward compatible for operation like sozo migrate.

However, the world's storage is backward compatible with previous version.