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 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 vyperpubfn resolve_entry_point(evm:&VM,selector:&str) -> u128{letmut vm = evm.clone();letmut handled_jumps = HashSet::new();
The text was updated successfully, but these errors were encountered:
New Codebase TODO
update resolve_entry_point logic to support vyper
Location
heimdall-rs/common/src/ether/selectors.rs
Line 101 in 9721fe1
The text was updated successfully, but these errors were encountered: