Skip to content
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

Merged
merged 5 commits into from
Sep 18, 2023
Merged

Conversation

0xdavinchee
Copy link
Contributor

No description provided.

@0xdavinchee 0xdavinchee added Tag: TechDebt Technical debt that needs to be addressed Project: PROTOCOL-EVMv1 Superfluid protocol EVM v1 implementation in Solidity labels Sep 18, 2023
@0xdavinchee 0xdavinchee self-assigned this Sep 18, 2023
@0xdavinchee 0xdavinchee requested review from hellwolf and a team as code owners September 18, 2023 09:42
@github-actions
Copy link

Changelog Reminder

Reminder to update the CHANGELOG.md for any of the modified packages in this PR.

  • CHANGELOG.md modified
  • Double check before merge

@@ -4,7 +4,7 @@
"UUPSProxiable",
"IERC20",
"IERC777",
"TokenInfo", "ERC20WithTokenInfo",
"IERC20Metadata",
Copy link
Contributor

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.

Copy link
Contributor

@hellwolf hellwolf left a 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

@hellwolf hellwolf enabled auto-merge September 18, 2023 09:53
@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (73eec25) 88.28% compared to head (9d7c7b0) 88.28%.

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           
Flag Coverage Δ
ethereum-contracts 97.76% <ø> (ø)
sdk-core 79.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
...reum-contracts/contracts/superfluid/SuperToken.sol 98.64% <ø> (ø)
...ntracts/contracts/superfluid/SuperTokenFactory.sol 100.00% <ø> (ø)
packages/sdk-core/src/ERC20Token.ts 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hellwolf hellwolf added this pull request to the merge queue Sep 18, 2023
Merged via the queue into dev with commit 5a52b1a Sep 18, 2023
21 checks passed
@hellwolf hellwolf deleted the remove-token-info branch September 18, 2023 11:34
@github-actions
Copy link

XKCD Comic Relif

Link: https://xkcd.com/1679
https://xkcd.com/1679

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Project: PROTOCOL-EVMv1 Superfluid protocol EVM v1 implementation in Solidity Tag: TechDebt Technical debt that needs to be addressed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ETHEREUM-CONTRACTS] Deprecate TokenInfo in favor of OZ's IERC20Metadata
2 participants