v1.4.1
Important changes
- Torii client is now usable outside of web browser environment which should allow applications using runtime like nodejs for Torii.
- Torii optimizations and events batching for faster indexing.
- Torii now verifies if the contracts registered for indexing exist before indexing them.
What's Changed
- feat(torii-indexer): correctly handle multiple outside calls by @Larkooo in #3138
- fix: ensure correct usage of cartridge feature in all places by @glihm in #3139
- opt(torii-indexer): batch requests contract events & block timestamps reqs by @Larkooo in #3130
- opt(torii-runner): verify contracts deployment in parallel by @Larkooo in #3140
- feat(torii-cli): dump-config arg by @Larkooo in #3141
- opt(torii-indexer): reduce get_events reqs & batch transactions by @Larkooo in #3136
- feat(torii): torii version in proxy response by @Larkooo in #3146
- feat(torii-libp2p): add dns resolver by @Larkooo in #3148
- feat(torii-grpc): pagination for tokens & order by & next cursor by @Larkooo in #3143
- fix(Dockerfile): add curl installation and copy step by @steebchen in #3152
- ci(release): change preview tag format in release by @steebchen in #3153
- chore(katana): bump explorer by @steebchen in #3156
- ci(release): adjust conditions for Docker build and push by @steebchen in #3155
- chore(torii-sqlite): add entities_historical_idx by @Larkooo in #3151
- fix(torii-indexer): recursive fetch events by @Larkooo in #3150
- docs: update dev docs for running tests by @cwkang1998 in #3157
- feat(torii): deduped concurrent metadata updates by @Larkooo in #3154
- feat(katana): trace gas usage by @notV4l in #3133
- refactor(torii-libp2p): non browser environments without webrtc by @Larkooo in #3159
- Prepare release: v1.4.1 by @tarrencev in #3163
Full Changelog: v1.4.0...v1.4.1