Skip to content

v1.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Oct 22:04
· 15 commits to main since this release
843d276

Important changes

  • Cairo 2.13 and Starknet Foundry 0.51 are now used for the world and resources contracts to benefit Cairo compiler and scarb optimizations.
  • The world has a new constructor to simplify its deployment. Nothing else has changed in the world's API, so it is safe to upgrade existing worlds.
  • New manifest format with an abis key that regroup deduplicated ABI entries for all the contracts in the project. The members are now correctly set for events and models, which eases the parsing and ABI matching.

What's Changed

  • feat(dojo-world): change manifest format including members for events and models by @glihm in #3370
  • chore: bump to cairo 2.13 and update world constructor by @glihm in #3372
  • release-macros(prepare): v1.8.0 by @tarrencev in #3373
  • release(prepare): v1.8.0 by @tarrencev in #3374

Full Changelog: v1.7.2...v1.8.0