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

refactor(blockifier): clean runnable contract class code #1745

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

noaov1
Copy link
Collaborator

@noaov1 noaov1 commented Nov 3, 2024

No description provided.

@reviewable-StarkWare
Copy link

This change is Reviewable

Copy link

github-actions bot commented Nov 3, 2024

Artifacts upload triggered. View details here

Copy link

codecov bot commented Nov 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.44%. Comparing base (e3165c4) to head (425e5bb).
Report is 218 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1745       +/-   ##
===========================================
+ Coverage   40.10%   59.44%   +19.33%     
===========================================
  Files          26      145      +119     
  Lines        1895    17922    +16027     
  Branches     1895    17922    +16027     
===========================================
+ Hits          760    10653     +9893     
- Misses       1100     6561     +5461     
- Partials       35      708      +673     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@noaov1 noaov1 force-pushed the noa/change_contract_class_to_raw_in_class_info branch 2 times, most recently from 8253a71 to e145ec5 Compare November 3, 2024 11:30
@noaov1 noaov1 changed the base branch from noa/change_contract_class_to_raw_in_class_info to main November 3, 2024 19:51
@noaov1 noaov1 force-pushed the noa/clean_contract_class_code branch from 2d46dbe to 8c20534 Compare November 6, 2024 08:36
Copy link

github-actions bot commented Nov 6, 2024

Artifacts upload triggered. View details here

Copy link
Collaborator

@dorimedini-starkware dorimedini-starkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 3 files at r1, 2 of 2 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ArniStarkware and @noaov1)

a discussion (no related file):
you sure the deleted blockifier public API is unused externally?


@noaov1 noaov1 force-pushed the noa/clean_contract_class_code branch from 8c20534 to 2870f65 Compare November 6, 2024 11:29
Copy link

github-actions bot commented Nov 6, 2024

Artifacts upload triggered. View details here

@noaov1 noaov1 force-pushed the noa/clean_contract_class_code branch from 2870f65 to 425e5bb Compare November 6, 2024 11:53
Copy link

github-actions bot commented Nov 6, 2024

Artifacts upload triggered. View details here

Copy link
Collaborator Author

@noaov1 noaov1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 2 of 4 files reviewed, 1 unresolved discussion (waiting on @ArniStarkware and @dorimedini-starkware)

a discussion (no related file):

Previously, dorimedini-starkware wrote…

you sure the deleted blockifier public API is unused externally?

Opps


Copy link
Collaborator

@dorimedini-starkware dorimedini-starkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r3, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ArniStarkware and @noaov1)

a discussion (no related file):

Previously, noaov1 (Noa Oved) wrote…

Opps

I meant the two from_file functions...
also, please open a py side PR if you touch the native blockifier


Copy link
Collaborator Author

@noaov1 noaov1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ArniStarkware and @dorimedini-starkware)

a discussion (no related file):

Previously, dorimedini-starkware wrote…

I meant the two from_file functions...
also, please open a py side PR if you touch the native blockifier

The two from_file are test utils which are no linger used in the repo.
I don't know if they are used but given the recent change they can be exchanged by the new from_file methods.


Copy link
Collaborator

@dorimedini-starkware dorimedini-starkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @ArniStarkware)

@noaov1 noaov1 merged commit b00e914 into main Nov 6, 2024
12 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Nov 8, 2024
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.

3 participants