Important change
sozo execute
now supports multi call, and breaking change⚠️ the argument format has slightly changed. Now it's:
sozo execute <CONTRACT> <ENTRYPOINT> [calldata_1 calldata_2 calldata_3]
No more commas. Doc has been updated: https://book.dojoengine.org/toolchain/sozo/world-commands/execute#sozo-execute
- Torii optimization by parallelizing the processing of events.
- Sozo will now raise an error if the keys of a model/event are not placed before any other non-key fields.
What's Changed
- chore(devcontainer): update image: v1.0.11 by @tarrencev in #2910
- refactor(torii): max conns to tasks & dont use sqlite acquire by @Larkooo in #2911
- ci(docker): add missing ca-certificates and SSL certs copy by @steebchen in #2914
- fix(dojo-lang): remove restriction for u256 as keys in models by @bengineer42 in #2890
- feat(sozo): support multicall for execute command by @remybar in #2897
- fix(dojo-lang): raise an error on value before key in model by @bengineer42 in #2891
- feat(torii-indexer): parallelize models & event messages by @Larkooo in #2912
- Prepare release: v1.0.12 by @tarrencev in #2915
Full Changelog: v1.0.11...v1.0.12