-
Notifications
You must be signed in to change notification settings - Fork 48
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
feat: refactor batch to revert and return values #1126
base: staging
Are you sure you want to change the base?
Conversation
feat: return results in batch function test: comprehensive testing for batch with Lockup test: move allowToHook call to Integration
This comment was marked as resolved.
This comment was marked as resolved.
Pushed a new commit. Now, I think, we have the most comprehensive tests for |
test: refactor BatchMock test: refactor branches in batch tests test: rename initialize function
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.
great work, made some suggestions
tests/integration/concrete/lockup-base/renounce-multiple/renounceMultiple.t.sol
Show resolved
Hide resolved
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.
great work, left some comments below:
I won't make any edits here, feel free to push a new commit to address the feedback above. |
Co-authored-by: andreivladbrg <[email protected]>
I have included all the suggestions. Let me know if it looks good now. |
Changelog
Regarding tests, because the
batch
function now returns values, I have taken a different approach to test it with Lockup functions. Please let me know if I have missed anything.