-
Notifications
You must be signed in to change notification settings - Fork 241
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
[ETHEREUM-CONTRACTS] update SuperTokenV1Library #2048
base: dev
Are you sure you want to change the base?
Conversation
Changelog ReminderReminder to update the CHANGELOG.md for any of the modified packages in this PR.
|
|
||
### Changed | ||
- Fixed deployment of SimpleForwarder (solved an issue which caused batch operation `OPERATION_TYPE_SIMPLE_FORWARD_CALL` to always revert) | ||
- `SuperTokenV1Library.distributeFlow`: return `actualFlowRate` |
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.
it could be breaking change for some; I think I might have a few places doing assert(whateverreturningbool)
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.
but that's an okay breaking change, since it's not at ABI level, and code will not compile for the new function signature if they relying on returning bool.
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.
consider to update CHANGELOG to mark some of the changes BREAKING
createPoolWithCustomERC20Metadata
distribute
/distributeFlow
returnactualAmount
/actualFlowRate