Skip to content

Releases: dojoengine/dojo

v0.6.0-alpha.12

03 Apr 02:51
c595fc9
Compare
Choose a tag to compare
v0.6.0-alpha.12 Pre-release
Pre-release

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.

v0.6.0-alpha.11

02 Apr 11:07
da60403
Compare
Choose a tag to compare
v0.6.0-alpha.11 Pre-release
Pre-release

What's Changed

  • feat(katana-rpc): rpc server metrics by @kariy in #1726
  • fix: ensure free function are not impacted by the injection of world and self by @glihm in #1733
  • feat: use the manifest for dojo bindgen by @glihm in #1732
  • Saya Prove and Verify by @neotheprogramist in #1708
  • fix(katana-core): dont use optional dep in non-feature specific code by @kariy in #1746
  • fix(katana): block env wrongly updated with cli value by @kariy in #1744
  • refactor(katana): make genesis and gas price cli args conflicting by @kariy in #1745
  • fix: duplicate indexation of transactions by @Larkooo in #1748
  • Prepare release: v0.6.0-alpha.11 by @tarrencev in #1751

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

v0.6.0-alpha.10

29 Mar 21:38
c0da5b4
Compare
Choose a tag to compare
v0.6.0-alpha.10 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.0-alpha.9...v0.6.0-alpha.10

Restore the same event syntax with the support of dojo event.
Add sozo auth revoke support.

v0.6.0-alpha.9

28 Mar 05:11
57fa2dc
Compare
Choose a tag to compare
v0.6.0-alpha.9 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.0-alpha.8...v0.6.0-alpha.9

v0.6.0-alpha.8

25 Mar 21:13
4af8b03
Compare
Choose a tag to compare
v0.6.0-alpha.8 Pre-release
Pre-release

What's Changed

Full Changelog: v0.6.0-alpha.7...v0.6.0-alpha.8

⚠️ BREAKING CHANGES ⚠️
In this release, the emit! macro is expecting a Model and not a regular event.
This is being discussed and should be reworked before this version is stabilized.

v0.6.0-alpha.7

20 Mar 23:22
f4c8111
Compare
Choose a tag to compare
v0.6.0-alpha.7 Pre-release
Pre-release

What's Changed

  • feat(relay): persist and expose messages through grpc by @Larkooo in #1526
  • fix(torii): Added timezone informations to naive datetime strings by @akhercha in #1668
  • refactor: write manifest file even if migration failed by @lambda-0x in #1652
  • feat(sozo): add seed to manifest by @lambda-0x in #1674
  • fix(sozo): don't upload to ipfs if in offline mode by @lambda-0x in #1678
  • Torii fix queries with keys regex by @broody in #1609
  • [sozo] Detect and manage manifests and artifacts discrepancies by @remybar in #1672
  • Prepare release: v0.6.0-alpha.7 by @tarrencev in #1680

Full Changelog: v0.6.0-alpha.6...v0.6.0-alpha.7

v0.6.0-alpha.6

14 Mar 14:25
cfdd170
Compare
Choose a tag to compare
v0.6.0-alpha.6 Pre-release
Pre-release

What's Changed

  • fix: handle primitive and custom types for enum introspect by @remybar in #1643
  • fix: remove old reference to submodule by @RareSecond in #1612
  • fix(sozo): ensure warnings don't stop tests build by @glihm in #1648
  • fix: [torii/graphql] Added timezone information to timestamps strings by @akhercha in #1657
  • Check model exists on sozo auth by @remybar in #1644
  • fix: error on world.model() call gets mapped wrongly by @kariy in #1661
  • sozo: check existing class-hashes before registering model by @kwkr in #1576
  • feat: add transaction_hash and block_number in the manifest file by @remybar in #1651
  • refactor(sozo): make event parsing logic modular and reusable by @Matth26 in #1556
  • feat(sozo): add --receipt transaction option by @remybar in #1647
  • feat(katana): add simulate transactions by @greged93 in #1590
  • Prepare release: v0.6.0-alpha.6 by @tarrencev in #1666

New Contributors

Full Changelog: v0.6.0-alpha.5...v0.6.0-alpha.6

v0.6.0-alpha.5

11 Mar 02:24
fdaf0ac
Compare
Choose a tag to compare
v0.6.0-alpha.5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.0-alpha.4...v0.6.0-alpha.5

v0.6.0-alpha.4

06 Mar 07:42
8bfd5ad
Compare
Choose a tag to compare
v0.6.0-alpha.4 Pre-release
Pre-release

What's Changed

  • fix(katana): non-query-version fee estimates by @xJonathanLEI in #1610
  • Add a script to declare standard ArgentX account contract classes by @kariy in #1579
  • refactor: migrate to using toml manifest instead of json manifest by @lambda-0x in #1577
  • fix: typescript plugin for non struct fields by @Larkooo in #1608
  • Prepare release: v0.6.0-alpha.4 by @tarrencev in #1614

Full Changelog: v0.6.0-alpha.3...v0.6.0-alpha.4

v0.6.0-alpha.3

04 Mar 00:08
9b2bf3e
Compare
Choose a tag to compare
v0.6.0-alpha.3 Pre-release
Pre-release

What's Changed

  • fix(sozo): ensure bindgen works for unity even with felts by @glihm in #1587
  • Feat(torii-grpc): support Events query by @gianalarcon in #1567
  • Bump blockifier rev for supporting higher fee transfer gas by @kariy in #1598
  • fix(katana): search the inner state when sierra class not found in the cache by @kariy in #1602
  • Prepare release: v0.6.0-alpha.3 by @tarrencev in #1599

Full Changelog: v0.6.0-alpha.2...v0.6.0-alpha.3