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: check for encoded types, such as arrays, structs, etc.
}if matches.is_empty(){
logger.warn("couldn't find any matches for the given function selector.");// attempt to decode calldata regardless// TODO: check for encoded types, such as arrays, structs, etc.// TODO: decode potential types that fit each input// build a trace of the calldatalet decode_call = trace.add_call(
The text was updated successfully, but these errors were encountered:
New Codebase TODO
check for encoded types, such as arrays, structs, etc.
Location
heimdall-rs/core/src/decode/mod.rs
Line 260 in f9264cc
The text was updated successfully, but these errors were encountered: