Skip to content

Releases: dojoengine/dojo

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

v0.6.0-alpha.2

27 Feb 14:18
db0c4d7
Compare
Choose a tag to compare
v0.6.0-alpha.2 Pre-release
Pre-release

What's Changed

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

v0.6.0-alpha.1

25 Feb 20:55
82a5bb8
Compare
Choose a tag to compare
v0.6.0-alpha.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.0-alpha.0...v0.6.0-alpha.1

⚠️ BREAKING CHANGES ⚠️
This version now uses the 0.6.0 RPC version, and only this version.

v0.6.0-alpha.0

18 Feb 15:46
afa4e93
Compare
Choose a tag to compare
v0.6.0-alpha.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0-alpha.0

⚠️ Breaking changes ⚠️

This version introduces breaking changes at two levels:

  1. The world now deploys the model to realize a contract_call instead of using the class hash to do a library_call. For this reason, the models are deployed. This introduces a new API for the function model in the world and the ModelRegistered event.
  2. The toolchain has been updated to support this new event and management of the models, which makes this version not backward compatible for operation like sozo migrate.

However, the world's storage is backward compatible with previous version.

v0.5.1

07 Feb 18:53
4a6cad5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.1-alpha.5

04 Feb 18:30
dfe390a
Compare
Choose a tag to compare
v0.5.1-alpha.5 Pre-release
Pre-release

What's Changed

  • feat(dojo-bindgen): fs & unity plugin for codegen by @Larkooo in #1498
  • Torii bind default addr to 0.0.0.0 by @broody in #1509
  • Prepare release: v0.5.1-alpha.5 by @tarrencev in #1510
  • refactor(katana): include class artifact in genesis file + base64 encoding by @kariy in #1508

Full Changelog: v0.5.1-alpha.3...v0.5.1-alpha.5

v0.5.1-alpha.4

01 Feb 21:38
b6a4333
Compare
Choose a tag to compare
v0.5.1-alpha.4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.1-alpha.2...v0.5.1-alpha.4