-
Notifications
You must be signed in to change notification settings - Fork 242
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
[TECHDEBT][ETHEREUM-CONTRACTS] Remove token info #1679
Conversation
Changelog ReminderReminder to update the CHANGELOG.md for any of the modified packages in this PR.
|
@@ -4,7 +4,7 @@ | |||
"UUPSProxiable", | |||
"IERC20", | |||
"IERC777", | |||
"TokenInfo", "ERC20WithTokenInfo", | |||
"IERC20Metadata", |
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.
a breaking change that's need to be documented in CHANGELOG.
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.
Revise changelog for this breaking change.
Fwiw: here are the internal references to it: https://github.com/search?q=org%3Asuperfluid-finance%20ERC20WithTokenInfo&type=code
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## dev #1679 +/- ##
=======================================
Coverage 88.28% 88.28%
=======================================
Files 90 90
Lines 4448 4448
Branches 186 186
=======================================
Hits 3927 3927
Misses 475 475
Partials 46 46
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
XKCD Comic RelifLink: https://xkcd.com/1679 |
No description provided.