-
Notifications
You must be signed in to change notification settings - Fork 261
[ETHEREUM-CONTRACTS] update SuperTokenV1Library #2048
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
880c7de
added createPoolWithCustomERC20Metadata and added changed return valu…
d10r 71bca90
update CHANGELOG
d10r 45d2545
removed unused helper fn
d10r dde95bc
preserve expected revert behaviour
d10r 04a9f61
fix lib natspec
d10r eea8849
added claimAll() for msg.sender
d10r ec9bbde
added flowWithCtx and flowFromWithCtx
d10r aa01376
added detailed description of edge cases encountered when used in fou…
d10r 7d626b2
getFlowRate and getFlowInfo now also support querying the flowrate fr…
d10r cb199cc
updated CHANGELOG
d10r 7b6d8c4
pin runner image to Ubuntu 22.04
d10r 64a71c9
changelog
d10r File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.