Important changes
Sozo
- Sozo build now have stats option to help you monitor the size of your contracts before deploying on public networks.
Torii
- Enhance the support for configuration file for Torii, where different part of the configs can be only partially given. All the other values will be the default.
- Model upgradeability has been merged into Torii (as a reminder, model upgradeability is append only).
- ERC indexing has been optimized in this release and support for union type.
- Torii gRPC client has now a keep alive, which should reduce the reconnections experienced in the client for long time usage.
- You can now specify which namespace(s) Torii can index, totally discarding all the events related to other namespaces.
What's Changed
- Update devcontainer image: v1.0.0 by @tarrencev in #2678
- chore: cleanup deps by @glihm in #2680
- Initialize katana grpc api by @tarrencev in #2682
- refactor: move cli args to separate crates by @glihm in #2681
- feat; use graphiql & upgrade version by @Larkooo in #2683
- feat: add sozo stats back by @glihm in #2684
- feat(torii): model upgrades by @Larkooo in #2637
- feat(torii-core): specify namespaces to exclusively index by @Larkooo in #2687
- refactor(torii-core): upgrade model silent if not in namespace by @Larkooo in #2688
- fix(torii/graphql): use borrowed_any instead of owned_any by @lambda-0x in #2689
- feat: add keepalive to Torii client gRPC connections by @edisontim in #2690
- fix: cli args for torii and katana with serde default by @glihm in #2692
- Prepare release: v1.0.1 by @tarrencev in #2693
Full Changelog: v1.0.0...v1.0.1