Skip to content

NFT: Replaced all the instances of collectibles with NFTs #17741

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 16 commits into from
Feb 16, 2023
Merged

Conversation

NidhiKJha
Copy link
Member

@NidhiKJha NidhiKJha commented Feb 14, 2023

Fixes: #14502

We're moving from using the term "collectible" to always using "NFT". This PR updates the associated variables and instances of collectibles to NFT.

TODO: Update the TestDappCollectibles change once this PR is merged.

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 the 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.

@NidhiKJha NidhiKJha requested review from a team and kumavis as code owners February 14, 2023 09:38
@NidhiKJha NidhiKJha added area-NFTs team-extension-client team-extension-ux DEPRECATED: please use "team-wallet-ux" label instead labels Feb 14, 2023
@metamaskbot
Copy link
Collaborator

Builds ready [5bc87e6]
Page Load Metrics (1308 ± 115 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint913191244722
domContentLoaded99317971274253121
load102217981308240115
domInteractive99317971274253121
Bundle size diffs [🚀 Bundle size reduced!]
  • background: -48 bytes
  • ui: -1296 bytes
  • common: 0 bytes

@metamaskbot
Copy link
Collaborator

Builds ready [f535fcd]
Page Load Metrics (1331 ± 113 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint952491353316
domContentLoaded104117991301226109
load104219101331236113
domInteractive104117991301226109
Bundle size diffs [🚀 Bundle size reduced!]
  • background: -48 bytes
  • ui: -1295 bytes
  • common: 0 bytes

@metamaskbot
Copy link
Collaborator

Builds ready [f535fcd]
Page Load Metrics (1370 ± 138 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint97158125178
domContentLoaded101118561335280134
load108118721370287138
domInteractive101118561335280134
Bundle size diffs [🚀 Bundle size reduced!]
  • background: -48 bytes
  • ui: -1295 bytes
  • common: 0 bytes

@metamaskbot
Copy link
Collaborator

Builds ready [f535fcd]
Page Load Metrics (1494 ± 148 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint105185128189
domContentLoaded110219401464297143
load110219651494308148
domInteractive110219401464297143
Bundle size diffs [🚀 Bundle size reduced!]
  • background: -48 bytes
  • ui: -1295 bytes
  • common: 0 bytes

@NidhiKJha NidhiKJha requested a review from darkwing February 14, 2023 14:33
@metamaskbot
Copy link
Collaborator

Builds ready [30eb9a3]
Page Load Metrics (1574 ± 47 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint98137114115
domContentLoaded1291165715259746
load1329171715749847
domInteractive1291165715259746
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 894 bytes
  • ui: -1295 bytes
  • common: 0 bytes

@metamaskbot
Copy link
Collaborator

Builds ready [57bcd3b]
Page Load Metrics (1668 ± 96 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint1011901262411
domContentLoaded13152041164018790
load13152097166820196
domInteractive13152041163918790
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: 894 bytes
  • ui: -1287 bytes
  • common: 0 bytes

@NidhiKJha NidhiKJha merged commit 33cc8d5 into develop Feb 16, 2023
@NidhiKJha NidhiKJha deleted the fix-14502-c branch February 16, 2023 19:23
@github-actions github-actions bot locked and limited conversation to collaborators Feb 16, 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.

Update all instances of Collectible to NFT in both Extension and Controller's repos
4 participants