-
Notifications
You must be signed in to change notification settings - Fork 0
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
Coverage increase executor #22
base: dev
Are you sure you want to change the base?
Conversation
1c4baf2
to
bce8056
Compare
executor.commitBatches(genesisStoredBatchInfo, wrongNewCommitBatchInfoArray); | ||
} | ||
|
||
function hashSlice(bytes memory data, uint256 start, uint256 end) internal pure returns (bytes32) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe move it up to the top of the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or to the ExecutorTest
contract
@@ -256,61 +398,199 @@ contract CommittingTest is ExecutorTest { | |||
executor.commitBatches(genesisStoredBatchInfo, wrongNewCommitBatchInfoArray); | |||
} | |||
|
|||
function _getCommitInfoWithLogs(bytes[] memory logs) internal returns (IExecutor.CommitBatchInfo[] memory) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as #22 (comment)
What ❔
Increased coverage in Executor test
Why ❔
Checklist