Important changes
- Walnut update to support the fork of Scarb of Dojo until proc macros are fully supported.
- Torii now has a runner like Katana has to setup tests, re-use in applications.
- Torii
StoreUpdateMember
processor has been updated, which allow member of models to be updated correctly. - Torii bug fixes on graphQL and gRPC.
- Katana fixes on starknet messaging and trie computation for SNOS.
- Sozo bindgen update for
dojo.js
SDK.
What's Changed
- chore(devcontainer): update image: v1.0.9 by @tarrencev in #2842
- feat: split calldata and provider call by @MartianGreed in #2852
- feat: add events in typescript bindgen + sort functions by name by @MartianGreed in #2853
- Merge
katana/dev
by @kariy in #2854 - chore(katana): hide init subcommand for now by @kariy in #2857
- refactor(katana): make gas oracle a critical task by @kariy in #2859
- fix(torii-core): correct parallelized task hash by @Larkooo in #2860
- fix(torii-core): remove old check for StoreUpdateMember processor by @glihm in #2858
- docs: readme by @Olexandr88 in #2861
- ci: add constraints on jobs to start based on linters by @glihm in #2866
- feat(sozo): introduce walnut verify command + execute "--walnut" flag enabled by @mobycrypt in #2734
- fix(katana-rpc-types): proofs types serde by @kariy in #2872
- feat(katana): classes trie hash by @kariy in #2876
- refactor(torii): fragment into different modules by @Larkooo in #2856
- chore: fix some typos in comment by @longxiangqiao in #2880
- refactor(libp2p): typed data crate + client server feature set by @Larkooo in #2877
- fix(torii-graphql): nullable array is empty string by @Larkooo in #2882
- refactor(torii): torii-runner by @Larkooo in #2881
- refactor(katana-messaging): remove message execution and fix hashing by @glihm in #2884
- Prepare release: v1.0.10 by @tarrencev in #2886
New Contributors
- @mobycrypt made their first contribution in #2734
- @longxiangqiao made their first contribution in #2880
Full Changelog: v1.0.9...v1.0.10