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

update resolve_entry_point logic to support vyper #281

Closed
github-actions bot opened this issue Jan 8, 2024 · 1 comment · May be fixed by #542
Closed

update resolve_entry_point logic to support vyper #281

github-actions bot opened this issue Jan 8, 2024 · 1 comment · May be fixed by #542
Assignees
Labels
T-todo Type: todo todo

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2024

New Codebase TODO

update resolve_entry_point logic to support vyper

Location

// TODO: update resolve_entry_point logic to support vyper

}

/// resolve a selector's function entry point from the EVM bytecode
// TODO: update resolve_entry_point logic to support vyper
pub fn resolve_entry_point(evm: &VM, selector: &str) -> u128 {
    let mut vm = evm.clone();
    let mut handled_jumps = HashSet::new();
Copy link
Contributor Author

Closed in fc8e124

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-todo Type: todo todo
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant