Skip to content
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[test]: fix call graph stability fuzzer #4064

Merged
merged 1 commit into from
May 29, 2024

Conversation

charles-cooper
Copy link
Member

@charles-cooper charles-cooper commented May 29, 2024

the call graph stability fuzzer could generate an internal function named foo(), which is the same name as the entry function in the test contract.

What I did

fix #4061

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-->

the call graph stability fuzzer could generate an internal function
named `foo()`, which is the same name as the entry function in the test
contract.
@cyberthirst
Copy link
Collaborator

maybe we rather care about the selector than the name?

@charles-cooper
Copy link
Member Author

maybe we rather care about the selector than the name?

addressed offline but to recap -- call graph stability fuzzer is concerned with internal function calls, not selector table

@charles-cooper charles-cooper merged commit 81b48b7 into vyperlang:master May 29, 2024
156 checks passed
@charles-cooper charles-cooper changed the title fix[test]: fix fuzzer test setup failure fix[test]: fix call graph stability fuzzer May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fuzzer error
3 participants