vyperlang / vyper

Pythonic Smart Contract Language for the EVM
https://vyperlang.org
Other
4.85k stars 791 forks source link

feat[codegen]: remove returndatasize check in external_call.py #4093

Closed charles-cooper closed 3 months ago

charles-cooper commented 4 months ago

it is redundant now with the make_setter checks!

depends on https://github.com/vyperlang/vyper/pull/4091

What I did

How I did it

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

![Put a link to a cute animal picture inside the parenthesis-->]()

charles-cooper commented 3 months ago

changed integrated directly into #4091