starkware-libs / blockifier

Blockifier is a Rust implementation for the transaction-executing component in the StarkNet sequencer, in charge of creating state diffs and blocks.
Apache License 2.0
169 stars 107 forks source link

feat: derive Clone for call info related types #1950

Open odesenfans opened 5 months ago

odesenfans commented 5 months ago

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