bcnmy / bcnmy/composability

Tests re appending `returnData` to the `composedCallData`

Open
#7 0 comments 0 reactions 1 assignee Claimed by @filmakarov View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.