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

check for encoded types, such as arrays, structs, etc. #186

Closed
github-actions bot opened this issue Nov 19, 2023 · 1 comment · Fixed by #188
Closed

check for encoded types, such as arrays, structs, etc. #186

github-actions bot opened this issue Nov 19, 2023 · 1 comment · Fixed by #188
Assignees
Labels
T-todo Type: todo todo

Comments

@github-actions
Copy link
Contributor

New Codebase TODO

check for encoded types, such as arrays, structs, etc.

Location

// 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 calldata
        let decode_call = trace.add_call(
Copy link
Contributor Author

Closed in 3c7a25e

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