eigerco / beerus

A stateless trustless Starknet light client in Rust 🦀
MIT License
250 stars 88 forks source link

chore(deps): bump katana-primitives from v1.0.0-alpha.9 to v1.0.0-alpha.11 #763

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps katana-primitives from v1.0.0-alpha.9 to v1.0.0-alpha.11.

Release notes

Sourced from katana-primitives's releases.

v1.0.0-alpha.11

Reason

  • Small fix to avoid spurious logs on the pending block that slows down Torii.

What's Changed

Full Changelog: https://github.com/dojoengine/dojo/compare/v1.0.0-alpha.10...v1.0.0-alpha.11

v1.0.0-alpha.10

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

New Contributors

Full Changelog: https://github.com/dojoengine/dojo/compare/v1.0.0-alpha.9...v1.0.0-alpha.10

Commits
  • fbff45b Prepare release: v1.0.0-alpha.11 (#2402)
  • ad9f960 refactor: use debug for process pendign logs (#2401)
  • f105912 Prepare release: v1.0.0-alpha.10 (#2399)
  • 76458a3 Add walnut flag to sozo execute and migrate apply commands (#2333)
  • 4d34bc5 fix: fix sozo issues with migration on sepolia (#2398)
  • 28d843f update default invoke max steps (#2395)
  • 6b9da83 opt(torii): avoid calculating poseidon hash where possible (#2394)
  • f8784c4 Bump blockifier to latest rev (#2393)
  • ecab100 feat(dojo-compiler): add sierra to cairo debug information (#2392)
  • dd4cd5f fix(torii): offchain messages signature validation on first set (#2390)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.