Skip to content

v1.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 18:10
· 39 commits to main since this release
e9f286c

Important changes

  • Torii has now been reworked at the database level. Hence, the SQL queries to get raw data from the database may have changed. gRPC and GraphQL interfaces haven't changed and were updated to support the new SQL schemas. ⚠️ This is a breaking change you will need to restart syncing Torii ⚠️
  • Fix bug when torii required restart to show indexed world data.

What's Changed

  • chore(devcontainer): update image: v1.0.3 by @tarrencev in #2736
  • fix: fix graphql playground URL by @glihm in #2737
  • opt-refactor(torii-core): engine start health_check_provider by @847850277 in #2729
  • feat(katana): sequencer feeder gateway client by @kariy in #2732
  • refactor(katana): dont run sequencing task inside of pipeline by @kariy in #2740
  • feat(katana): pipeline execution loop with checkpointing by @kariy in #2741
  • refactor(katana): include config in the node struct by @kariy in #2742
  • feat(katana): implement more feeder gateway types by @kariy in #2744
  • fix(torii): avoid panic on fetch token URI fail by @glihm in #2750
  • fix(torii): add erc20 patch for eth mainnet token by @lambda-0x in #2733
  • fix(torii/graphql): wait to query db after getting broker update by @lambda-0x in #2751
  • refactor(torii-graphql): move away from external url by @Larkooo in #2753
  • opt-refactor(torii-core): complete sql schema refactor by @Larkooo in #2718
  • fix(torii): handle failed metadata fetch and empty metadata in db by @lambda-0x in #2755
  • chore: remove redundant words in comment by @rusttech in #2752
  • Prepare release: v1.0.4 by @tarrencev in #2756
  • fix: remove dbg by @glihm in #2757

New Contributors

Full Changelog: v1.0.3...v1.0.4