Skip to content

v1.0.0-alpha.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 00:55
· 60 commits to main since this release
f105912

Important changes

  • Katana now requires the --dev flag to enable the dev_predeployedAccounts endpoint (previous katana_predeployedAccounts).
  • Walnut (starknet debugger) has been integrated in Dojo and is available for sozo migrate apply --walnut and sozo execute --walnut. If you require an API key working with Dojo, please contact https://walnut.dev founders, they will be happy to share one with you.
  • Katana now returns the events for the pending block.
  • Torii bug fixes.

What's Changed

  • Update devcontainer image: v1.0.0-alpha.9 by @tarrencev in #2372
  • Break on empty events when loading from remote by @kariy in #2376
  • chore; use debug for pending tx log by @Larkooo in #2383
  • fix(katana-rpc): include events from pending block in getEvents by @kariy in #2375
  • refactor(katana): move predeployedAccounts under DevApi and remove KatanaApi by @glihm in #2310
  • opt(torii): avoid re-processing of transactions in certain case by @lambda-0x in #2381
  • feat(docker): add infinite-file-curtailer to image by @steebchen in #2386
  • Bump blockifier to HEAD of cairo-2.7 branch by @kariy in #2389
  • fix system_name in bindgen by @wighawag in #2387
  • fix(torii): offchain messages signature validation on first set by @edisontim in #2390
  • feat(dojo-compiler): add sierra to cairo debug information by @kariy in #2392
  • Bump blockifier to latest rev by @kariy in #2393
  • opt(torii): avoid calculating poseidon hash where possible by @lambda-0x in #2394
  • update default invoke max steps by @notV4l in #2395
  • fix: fix sozo issues with migration on sepolia by @glihm in #2398
  • Add walnut flag to sozo execute and migrate apply commands by @barabanovro in #2333
  • Prepare release: v1.0.0-alpha.10 by @tarrencev in #2399

New Contributors

Full Changelog: v1.0.0-alpha.9...v1.0.0-alpha.10