-
Notifications
You must be signed in to change notification settings - Fork 21
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
Conversation
Artifacts upload triggered. View details here |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
8253a71
to
e145ec5
Compare
2d46dbe
to
8c20534
Compare
Artifacts upload triggered. View details here |
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.
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?
8c20534
to
2870f65
Compare
Artifacts upload triggered. View details here |
2870f65
to
425e5bb
Compare
Artifacts upload triggered. View details here |
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.
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
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.
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
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.
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.
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.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @ArniStarkware)
No description provided.