Skip to content

v0.6.0-alpha.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 02:51
· 641 commits to main since this release
c595fc9

What's Changed

Full Changelog: v0.6.0-alpha.11...v0.6.0-alpha.12

This release should fix the following:

  1. Torii is now indexing transactions only once, and no duplication should be observed.
  2. The world's ABI and models ABIs are now included into the generated manifests files. The next release will add a better UX to obtain those manifests. For now, you should:
    • sozo build
    • sozo migrate
    • At this point, you should have the KATANA.toml / KATANA.json files into deployments. The folder structure of manifest will be re-worked totally in the next pre-release ⚠️.
  3. Querying the models with same keys should be fixed again.
  4. The output of the loggers is now following the structured logging, to enable filtering the logs.