Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cairo-lang from 0.10.0 to 0.13.3 #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps cairo-lang from 0.10.0 to 0.13.3.

Release notes

Sourced from cairo-lang's releases.

v0.13.3

Starknet

  • OS: compress the state diff.
  • Package zip: include all OS cairo files.

v0.13.2

Starknet

  • API changes:
    • Block hash calculation has changed and is now implemented in Rust
    • Starknet block:
      • receipt_commitment, state_diff_commitment, and state_diff_length are added to the block (only for new blocks)
      • execution_resources in transaction receipt now contains the total gas consumed
    • Block signature: sign the block hash instead of the block hash and the state diff commitment
    • get_block_traces and get_transaction_trace are deprecated from version 0.13.2
  • New syscall: sha256
  • New builtins: add_mod, mul_mod, range_check96
  • Applicative-recursion: Until now, we have had a state update on L1 for every L2 block. Applicative recursion enables breaking this coupling by aggregating block proofs offchain and sending onchain a single state update proof per many blocks
  • Performance:
    • Compute block commitment in Rust
    • Execute transactions concurrently (implement a variant of block-STM)
  • Bug fixes:
    • StateUpdate: exclude empty storage diff lists

For more info: https://community.starknet.io/t/starknet-v0-13-2-pre-release-notes/114223

v0.13.2a0

Starknet

  • API changes:
    • Block hash calculation has changed and is now implemented in Rust
    • Starknet block:
      • receipt_commitment, state_diff_commitment, and state_diff_length are added to the block (only for new blocks)
      • execution_resources in transaction receipt now contains the total gas consumed
    • Block signature: sign the block hash instead of the block hash and the state diff commitment
    • get_block_traces and get_transaction_trace are deprecated from version 0.13.2
  • New syscall: sha256
  • New builtins: add_mod, mul_mod, range_check96
  • Applicative-recursion: Until now, we have had a state update on L1 for every L2 block. Applicative recursion enables breaking this coupling by aggregating block proofs offchain and sending onchain a single state update proof per many blocks
  • Performance:
    • Compute block commitment in Rust
    • Execute transactions concurrently (implement a variant of block-STM)
  • Bug fixes:
    • StateUpdate: exclude empty storage diff lists

For more info: https://community.starknet.io/t/starknet-v0-13-2-pre-release-notes/114223

v0.13.1

Starknet

  • Use EIP 4844 for cheaper data availability
  • Time-related syscalls when called from account contract's __validate__:
    • timestamp will return the hour, rounded down

... (truncated)

Commits

Dependabot compatibility score

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 <dependency name> 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)

Bumps [cairo-lang](https://github.com/starkware-libs/cairo-lang) from 0.10.0 to 0.13.3.
- [Release notes](https://github.com/starkware-libs/cairo-lang/releases)
- [Commits](starkware-libs/cairo-lang@v0.10.0...v0.13.3)

---
updated-dependencies:
- dependency-name: cairo-lang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants