v0.6.0-alpha.12
Pre-release
Pre-release
github-actions
released this
03 Apr 02:51
·
641 commits
to main
since this release
What's Changed
- Update loggers to be namespaced and use structured logging by @Jonatan-Chaverri in #1702
- refactor: non mutable self references on libp2p by @Larkooo in #1750
- fix(torii): query models by @Larkooo in #1752
- feat: write world and model Abi and embed in json manifest by @lambda-0x in #1734
- Prepare release: v0.6.0-alpha.12 by @tarrencev in #1755
Full Changelog: v0.6.0-alpha.11...v0.6.0-alpha.12
This release should fix the following:
- Torii is now indexing transactions only once, and no duplication should be observed.
- 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⚠️ .
- Querying the models with same keys should be fixed again.
- The output of the loggers is now following the structured logging, to enable filtering the logs.