-
Notifications
You must be signed in to change notification settings - Fork 193
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
Update blockifier #2397
base: main
Are you sure you want to change the base?
Update blockifier #2397
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2397 +/- ##
==========================================
+ Coverage 73.13% 73.27% +0.14%
==========================================
Files 142 142
Lines 17095 17211 +116
==========================================
+ Hits 12503 12612 +109
- Misses 3718 3719 +1
- Partials 874 880 +6 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First round of review. Will do another pass later. Overall, everything looks good to me.
bcbc529
to
ee0a9a3
Compare
Up to the above comments the PR ltgm |
132a67b
to
28c81ec
Compare
Co-authored-by: Rodrigo <[email protected]> Signed-off-by: Daniil Ankushin <[email protected]>
c3c7be6
to
d9adf27
Compare
This pull request includes several changes to the
vm
module, primarily focusing on extending the class information invm/class.go
, updating dependencies inCargo.toml
.Class Information Extension:
marshalClassInfo
function invm/class.go
to includeClassVersion
andSierraVersion
fields for bothCairo0Class
andCompiledClass
. [1] [2]Dependency Updates:
vm/rust/Cargo.toml
to newer versions, includingblockifier
,cairo-lang-starknet-classes
,cairo-lang-runner
,starknet_api
, andstarknet-types-core
.