Skip to content

v1.0.11

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 01:34
· 71 commits to main since this release
2c77db4

Important changes

  • Torii fixes for GraphQL queries with filter on nested values.
  • Dojo.js binding generation now properly expands for the user defined enumeration, even if all the variants are using the unit type.
  • Katana fixes related to persistent L3.
  • Katana now enables again the dev api (mostly for the predeployedAccounts) when --dev is used.
  • Sozo should now be less strict on the tags used to compile dojo, by using a SemVer comparison instead of string tag matching.

What's Changed

  • chore(devcontainer): update image: v1.0.10 by @tarrencev in #2889
  • chore: fix wrong keywords in comment by @dashangcun in #2885
  • fix(katana): genesis deprecated declared classes in state updates by @kariy in #2893
  • chore(katana): use workspace dep by @kariy in #2895
  • feat(katana): special block hash registry contract by @kariy in #2894
  • fix(katana-cli): ensure compilation without server feature by @glihm in #2896
  • fix: enable dev api automatically with dev flag by @glihm in #2901
  • feat(sozo): split hash command into 'hash compute' and 'hash find' by @remybar in #2892
  • feat: change enum to CairoCustomEnum by @MartianGreed in #2907
  • refactor: log targets not snakecase by @Larkooo in #2904
  • fix(katana): separate deprecated declared class by @kariy in #2903
  • feat(torii-graphql): filter on nested values by @Larkooo in #2905
  • feat(sozo): apply semver to tag versions by @glihm in #2909
  • Prepare release: v1.0.11 by @tarrencev in #2908

New Contributors

Full Changelog: v1.0.10...v1.0.11