Tests re appending `returnData` to the `composedCallData`
Open
- Dominant language
- Solidity
- Stars
- 2
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
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]));
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.