Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

feat: derive Clone for call info related types #1950

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

Conversation

odesenfans
Copy link

@odesenfans odesenfans commented Jun 4, 2024

Context: Starknet OS port to Rust.

The current port relies on a fork of Blockifier which implements these traits. If this can go upstream this would make our life easier.


This change is Reviewable

Context: Starknet OS port to Rust.

The current port relies on a fork of Blockifier which implements these
traits. If this can go upstream this would make our life easier.
@odesenfans odesenfans changed the title Feature: derive Clone for call info related types feat: derive Clone for call info related types Jun 4, 2024
odesenfans added a commit to Moonsong-Labs/snos that referenced this pull request Jun 4, 2024
Now that `cairo-vm` supports `cairo-lang` 2.6.x, we can upgrade a few
dependencies.

* Created a new fork of blockifier to use latest stable (0.5.0) + a few
  modifications because we want `Clone` implementations. PRed the fork
  to upstream blockifier (starkware-libs/blockifier#1950).
* Bumped cairo-vm to latest main
* Removed the constraint to 2.5.4 for cairo-lang-* crates.
odesenfans added a commit to Moonsong-Labs/snos that referenced this pull request Jun 4, 2024
Now that `cairo-vm` supports `cairo-lang` 2.6.x, we can upgrade a few
dependencies.

* Created a new fork of blockifier to use latest stable (0.5.0) + a few
  modifications because we want `Clone` implementations. PRed the fork
  to upstream blockifier (starkware-libs/blockifier#1950).
* Bumped cairo-vm to latest main
* Removed the constraint to 2.5.4 for cairo-lang-* crates.
odesenfans added a commit to keep-starknet-strange/snos that referenced this pull request Jun 4, 2024
Now that `cairo-vm` supports `cairo-lang` 2.6.x, we can upgrade a few
dependencies.

* Created a new fork of blockifier to use latest stable (0.5.0) + a few
  modifications because we want `Clone` implementations. PRed the fork
  to upstream blockifier (starkware-libs/blockifier#1950).
* Bumped cairo-vm to latest main
* Removed the constraint to 2.5.4 for cairo-lang-* crates.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant