Closed Vectorized closed 2 weeks ago
Generated at commit : 6b46357cfc1dfa559d3594530d255f37ac6c97a0, Compared to commit : 1c9927e9eb0c280c44c81c943976fe8995b382ed
Contract Name | Test Name | Main Gas | PR Gas | Diff |
---|---|---|---|---|
EfficientHashLibTest | testEfficientHashBytesSlice() | 26824 | 26847 | 23 |
testEfficientHashFree() | 350 | 416 | 66 | |
test__codesize() | 6370 | 6895 | 525 | |
testEfficientHashEq() | - | 288 | - |
Description
abi.decode(a, (bytes32))
costs 90 more gas.Checklist
Ensure you completed all of the steps below before submitting your pull request:
forge fmt
?forge test
?Pull requests with an incomplete checklist will be thrown out.