-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
fix: issues causing dev messages from working on vyper 0.3.9 [APE-1320] #1625
Conversation
|
||
|
||
@geth_process_test | ||
def test_dev_revert(owner, reverts_contract_instance, geth_provider): |
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.
i had to move the dev messages check to ape-vyper
since they now utilize the actual CompilerAPI
methods for tracing a source; it makes sense they live there anyway, as they will differ from compiler to compiler a lot and this feature doesn't come with Core out of the box. That being said, it'd be nice to have a really simple source tracers for interfaces that treats each call as a single statement (just an idea)
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.
Hmm. Yeah I like that idea
What I did
fixes: #
How I did it
How to verify it
Checklist