Important changes
- Cairo
2.13and Starknet Foundry0.51are 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
abiskey 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