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

NFTs: Remove feature flag for release #17401

Merged
merged 9 commits into from
Mar 13, 2023
Merged

NFTs: Remove feature flag for release #17401

merged 9 commits into from
Mar 13, 2023

Conversation

darkwing
Copy link
Contributor

@darkwing darkwing commented Jan 24, 2023

Explanation

Removes the feature flag for the NFT feature.

Pre-merge author checklist

  • I've clearly explained:
    • What problem this PR is solving
    • How this problem was solved
    • How reviewers can test my changes
  • Sufficient automated test coverage has been added

Pre-merge reviewer checklist

  • Manual testing (e.g. pull and build branch, run in browser, test code being changed)
  • PR is linked to the appropriate GitHub issue
  • IF this PR fixes a bug in the release milestone, add this PR to the release milestone

If further QA is required (e.g. new feature, complex testing steps, large refactor), add the Extension QA Board label.

In this case, a QA Engineer approval will be be required.

@darkwing darkwing added DO-NOT-MERGE Pull requests that should not be merged area-NFTs labels Jan 24, 2023
@darkwing darkwing requested review from a team and kumavis as code owners January 24, 2023 23:28
@github-actions
Copy link
Contributor

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@darkwing darkwing force-pushed the unleash-nfts branch 2 times, most recently from ee3457d to 4fa1747 Compare January 25, 2023 20:51
@metamaskbot
Copy link
Collaborator

Builds ready [4fa1747]
Page Load Metrics (1538 ± 111 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint1012441443718
domContentLoaded120119121503226109
load120119321538232111
domInteractive120119121503226109
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 679 bytes
  • ui: 2999 bytes
  • common: 0 bytes

@metamaskbot
Copy link
Collaborator

Builds ready [a617baf]
Page Load Metrics (1366 ± 103 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint103161135167
domContentLoaded101218501327214103
load102919271366215103
domInteractive101218501327214103
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 679 bytes
  • ui: 2999 bytes
  • common: 0 bytes

brad-decker
brad-decker previously approved these changes Feb 3, 2023
@brad-decker
Copy link
Contributor

Needs rebase and then i'll reapprve

@darkwing darkwing force-pushed the unleash-nfts branch 2 times, most recently from bab1919 to f01a796 Compare February 8, 2023 18:49
@metamaskbot
Copy link
Collaborator

Builds ready [8e36317]
Page Load Metrics (1353 ± 133 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint95164118209
domContentLoaded96218331322278134
load99318331353277133
domInteractive96218331322278134
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 679 bytes
  • ui: 1120 bytes
  • common: 0 bytes

@codecov-commenter
Copy link

codecov-commenter commented Feb 8, 2023

Codecov Report

Merging #17401 (ca0d7ef) into develop (11c79dd) will increase coverage by 0.03%.
The diff coverage is 88.89%.

@@             Coverage Diff             @@
##           develop   #17401      +/-   ##
===========================================
+ Coverage    63.92%   63.95%   +0.03%     
===========================================
  Files          908      908              
  Lines        35398    35391       -7     
  Branches      8974     8966       -8     
===========================================
+ Hits         22627    22633       +6     
+ Misses       12771    12758      -13     
Impacted Files Coverage Δ
ui/helpers/constants/settings.js 33.78% <ø> (+1.35%) ⬆️
ui/pages/home/home.component.js 0.00% <0.00%> (ø)
ui/pages/routes/routes.component.js 0.00% <ø> (ø)
...ngs/experimental-tab/experimental-tab.component.js 56.76% <ø> (+9.39%) ⬆️
app/scripts/metamask-controller.js 61.89% <100.00%> (+0.22%) ⬆️
...i/components/app/wallet-overview/token-overview.js 58.33% <100.00%> (ø)
ui/ducks/send/send.js 77.96% <100.00%> (ø)
ui/pages/import-token/import-token.component.js 71.43% <100.00%> (-0.16%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@metamaskbot
Copy link
Collaborator

Builds ready [02a7e49]
Page Load Metrics (2001 ± 282 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint933411628239
domContentLoaded141730861970581279
load141731332001588282
domInteractive141630861970581279
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 679 bytes
  • ui: 1207 bytes
  • common: 0 bytes

@adonesky1
Copy link
Contributor

I'm seeing a few lingering instances of NFTS_V1 on this branch:
Screenshot 2023-03-10 at 9 24 44 AM

@adonesky1
Copy link
Contributor

Is there still an experimental settings tab?

Screen.Recording.2023-03-10.at.11.37.24.AM.mov

@metamaskbot
Copy link
Collaborator

Builds ready [ca0d7ef]
Page Load Metrics (1606 ± 72 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint98148121157
domContentLoaded14302131158215474
load14302131160614972
domInteractive14292131158215474
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 679 bytes
  • ui: 896 bytes
  • common: 0 bytes

@darkwing
Copy link
Contributor Author

I'm seeing a few lingering instances of NFTS_V1 on this branch: Screenshot 2023-03-10 at 9 24 44 AM

Good shout -- those had been added after this PR had been filed.

Is there still an experimental settings tab?

Yep, it's there.

@darkwing darkwing added the team-extension-ux DEPRECATED: please use "team-wallet-ux" label instead label Mar 13, 2023
@darkwing darkwing removed the DO-NOT-MERGE Pull requests that should not be merged label Mar 13, 2023
@darkwing darkwing merged commit 5b1b5dc into develop Mar 13, 2023
@darkwing darkwing deleted the unleash-nfts branch March 13, 2023 19:29
@github-actions github-actions bot locked and limited conversation to collaborators Mar 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-NFTs team-extension-ux DEPRECATED: please use "team-wallet-ux" label instead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants