-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bug fix/sync import time #2554
Merged
Merged
Bug fix/sync import time #2554
Conversation
This file contains 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
sethkfman
added
needs-dev-review
PR needs reviews from other engineers (in order to receive required approvals)
needs-qa
Any New Features that needs a full manual QA prior to being added to a release.
labels
Apr 20, 2021
ibrahimtaveras00
added
QA in Progress
QA has started on the feature.
and removed
needs-qa
Any New Features that needs a full manual QA prior to being added to a release.
labels
Apr 20, 2021
rickycodes
approved these changes
Apr 20, 2021
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.
LGTM
ibrahimtaveras00
approved these changes
Apr 20, 2021
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.
QA Passed 👍🏽
ibrahimtaveras00
added
QA Passed
A successful QA run through has been done
and removed
QA in Progress
QA has started on the feature.
labels
Apr 20, 2021
rickycodes
added a commit
to ScreamingHawk/metamask-mobile
that referenced
this pull request
Apr 30, 2021
…tch-1 * 'develop' of github.com:MetaMask/metamask-mobile: (51 commits) Feature/confusables (MetaMask#2464) fix typeface on login text field (MetaMask#2610) Replace controller context (MetaMask#2416) Fix adding custom token in custom network (MetaMask#2590) only add custom tokens if not in mainnet (MetaMask#2470) Address yarn lints (MetaMask#2524) Upgrade .nvmrc to node v14 (MetaMask#2588) Swaps: Add cache thresholds configuration (MetaMask#2514) Swaps: BSC Support (MetaMask#2468) Use node 14 (MetaMask#2539) resolve isENS without case sensitivity (MetaMask#2545) (MetaMask#2568) Revert "resolve isENS without case sensitivity (MetaMask#2545)" (MetaMask#2566) resolve isENS without case sensitivity (MetaMask#2545) Bump versioncode (MetaMask#2558) v2.2.0 (MetaMask#2555) Include decimalsToShow in balanceToFiatNumber (MetaMask#2547) Bug fix/sync import time (MetaMask#2554) bundle update (MetaMask#2549) Fix analytics try catch (MetaMask#2546) Only get nonce from the network if the feature is enabled (MetaMask#2543) ...
rickycodes
pushed a commit
that referenced
this pull request
Jan 31, 2022
* added sort order on transactions before filtering * added import date to preferences coming from sync data of the extension * correct variable spelling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
needs-dev-review
PR needs reviews from other engineers (in order to receive required approvals)
QA Passed
A successful QA run through has been done
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.
Description
Bug fix to display sync/add account time in txs view when syncing.
Checklist
Issue
Resolves #2460