v0.5.0
What's Changed
- fix(sozo): fix
events
command after Cairo2.3.0
change by @kariy in #1354 - ✨ Cairo 1 Account support by @EvolveArt in #1176
- fix: use module instead of file path for abigen by @glihm in #1339
- Expose order params by @gianalarcon in #1332
- refactor(sozo): change priority order for arguments by @lambda-0x in #1358
- Change model query field to camel case by @JunichiSugiura in #1410
- fix(katana-core): replace compiled class hash with class hash by @kariy in #1404
- fix: make devcontainer standalone for rust toolchain version by @glihm in #1411
- tests: refactor and add new tests by @lambda-0x in #1405
- Update devcontainer image hash: 136a67a by @tarrencev in #1412
- feat(sozo/account): legacy bool flag to use old calldata encoding by @lambda-0x in #1419
- feat(katana): write katana logs to tempdir and print log file path to stderr by @lambda-0x in #1427
- fix: ensure local manifest and remote manifest models are comparable by @glihm in #1424
- Prepare release: v0.5.0 by @tarrencev in #1430
Breaking Changes
- Generate graphql attributes are now properly camel cased:
recordsiblingModels
->recordSiblingModels
Note
- Katana does not support RPC v6 yet and us such is incompatible with Starkli
--account katana-x
New Contributors
- @EvolveArt made their first contribution in #1176
Full Changelog: v0.4.4...v0.5.0