You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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, huffpubfn find_function_selectors(evm:&VM,assembly:&str) -> HashMap<String,u128>{letmut function_selectors = HashMap::new();letmut handled_selectors = HashSet::new();
The text was updated successfully, but these errors were encountered:
New Codebase TODO
update get_resolved_selectors logic to support vyper, huff
Location
heimdall-rs/common/src/ether/selectors.rs
Line 48 in 9721fe1
The text was updated successfully, but these errors were encountered: