Skip to content

Tests re appending returnData to the composedCallData #7

Description

@filmakarov
  1. Test bytes.concat vs abi.encodePacked
  2. Add explicit test to showcase that when the returned data is address it is appended and emitted properly
        for (uint256 i; i < length; i++) {
            composedCalldata = bytes.concat(composedCalldata, processInput(inputParams[i]));
        }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions