-
Notifications
You must be signed in to change notification settings - Fork 90
Trace API #1175
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
Trace API #1175
Conversation
…rknet.py into tomek/981-trace-api
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## development #1175 +/- ##
===============================================
+ Coverage 97.08% 97.51% +0.42%
===============================================
Files 92 92
Lines 4489 4661 +172
===============================================
+ Hits 4358 4545 +187
+ Misses 131 116 -15
☔ View full report in Codecov by Sentry. |
DelevoXDG
left a comment
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.
Nice work! 👍🏻 Added some comments, some of them are subjective, so someone please TAL.
DelevoXDG
left a comment
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.
Left few suggestions, otherwise looks good
DelevoXDG
left a comment
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.
lgtm 🔥
@drknzz could you please TAL?
drknzz
left a comment
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.
giga job 💯
docs/development.rst
Outdated
| Setup | ||
| ----- | ||
|
|
||
| In order to compile contracts, you need to create ``manifest-path`` file in ``starknet_py/tests/e2e/`` directory and pass the path to Cairo compiler. |
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.
Could we have a message redirecting to the docs about this or directly in the message say about the manifest-path file? I mean to check before the manifest-path is fetched from the file, whether it's even set and if not just throw an error with some information
Closes #981
Introduced changes