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 get_resolved_selectors logic to support vyper, huff #280

Open
github-actions bot opened this issue Jan 8, 2024 · 0 comments
Open

update get_resolved_selectors logic to support vyper, huff #280

github-actions bot opened this issue Jan 8, 2024 · 0 comments
Assignees
Labels
T-todo Type: todo todo

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2024

New Codebase TODO

update get_resolved_selectors logic to support vyper, huff

Location

// TODO: update get_resolved_selectors logic to support vyper, huff

}

/// find all function selectors in the given EVM assembly.
// TODO: update get_resolved_selectors logic to support vyper, huff
pub fn find_function_selectors(evm: &VM, assembly: &str) -> HashMap<String, u128> {
    let mut function_selectors = HashMap::new();
    let mut handled_selectors = HashSet::new();
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

No branches or pull requests

1 participant