Skip to content

v1.0.0-alpha.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 00:47
· 272 commits to main since this release
d08c461

Mostly bug fixes in this release

  • Controller integration with Sozo.
  • Fix bug when testing contracts where TEST_CLASS_HASH wasn't found.
  • Katana internal refactoring and hash computation fixes.

What's Changed

  • Update devcontainer image: v1.0.0-alpha.3 by @tarrencev in #2211
  • refactor(katana-rpc): move API implementations from Sequencer to their dedicated server struct by @kariy in #2209
  • refactor(katana): remove unneccessary level of abstraction due to KatanaSequencer by @kariy in #2214
  • fix: ensure event messages are emitted with the correct selector by @glihm in #2217
  • feat(dojo-core): add selector_from_names for cairo runtime by @glihm in #2219
  • tests: unit tests for hash computations in transaction.rs by @g4titanx in #2216
  • refactor(katana): flatten the logic of starting the node by @kariy in #2232
  • update permission api by @remybar in #2224
  • fix calldata issue by @ponderingdemocritus in #2213
  • fix(sozo): events subcommand by @lambda-0x in #2215
  • fix: ensure correct compilation unit is picked up by @glihm in #2220
  • feat(katana-db): database stats by @kariy in #2235
  • fix(sozo): upgrade_contract use selector instead of contract_address by @notV4l in #2234
  • refactor(cli): katana cli module by @kariy in #2236
  • feat(katana): db stats cli by @kariy in #2237
  • refactor(sozo): fetch writes from events and calculate diff for that + some refactor by @lambda-0x in #2203
  • Bump account_sdk to rev 512ff89 by @kariy in #2240
  • chore(katana-primitives): pleasing clippy by @kariy in #2241
  • katana: include freelist in stats by @kariy in #2243
  • Export setup module under test-utils feature by @kariy in #2247
  • fix(sozo): block can contain multiple event of same type for same address by @lambda-0x in #2245
  • refactor(sozo): deploy controller account if not exist by @kariy in #2242
  • feat(torii-core): store update member by @Larkooo in #2182
  • Prepare release: v1.0.0-alpha.4 by @tarrencev in #2249

Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4