-
Notifications
You must be signed in to change notification settings - Fork 995
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
[Bug]: Vyper Example Contract Fails - send function #2190
Comments
Thanks for testing out Vyper support and opening this issue! We're missing slither/slither/core/declarations/solidity_variables.py Lines 91 to 117 in e3dcf1e
And the accompanying test https://github.com/crytic/slither/blob/dev/tests/e2e/vyper_parsing/test_data/builtins.vy For builtins, there's still some work to follow up on the initial implementation #2099. Some of this will follow addressing vyperlang/vyper#3581 so that return types are accurate for generic ones |
Describe the issue:
I tried the new vyper feature with the vyper example BlindAuction contract (https://docs.vyperlang.org/en/v0.3.7/vyper-by-example.html). I get the error:
https://docs.vyperlang.org/en/v0.3.7/built-in-functions.html#send
Code example to reproduce the issue:
Version:
0.10.0
Relevant log output:
No response
The text was updated successfully, but these errors were encountered: