Important changes
- Torii now supports subscriptions for token balances.
- Queries in gRPC now supports
In
andNotIn
comparison operators. - Katana's default class hash for pre-deployed ERC20 has been updated.
- Torii bug fixes.
What's Changed
- chore(devcontainer): update image: v1.0.8 by @tarrencev in #2815
- feat(torii-grpc): IN operator for comparison by @Larkooo in #2812
- Feat/bindgen improve types by @MartianGreed in #2816
- feat(katana): dedup fork request by @cwkang1998 in #2001
- feat(torii-core): add indices to speed up queries by @Larkooo in #2824
- Fix/bindgen types improvements by @MartianGreed in #2832
- fix(katana): update default erc20 class hash by @kariy in #2836
- refactor(dojo): change usage of trace! to avoid path prefix by @847850277 in #2830
- feat(torii-grpc): start rework to use 1 single query by @Larkooo in #2817
- feat(torii-grpc): add list to member value enum for usage in sdk by @Larkooo in #2828
- refactor(torii-gql): get rid of world indexing error by @Larkooo in #2827
- feat(torii): token balances subscription by @Larkooo in #2831
- refactor(torii-grpc): chunk schema joins to avoid sqlite join limit by @Larkooo in #2839
- fix(torii-core): client negative i128 conversion by @Larkooo in #2840
- Prepare release: v1.0.9 by @tarrencev in #2841
New Contributors
- @cwkang1998 made their first contribution in #2001
Full Changelog: v1.0.8...v1.0.9