-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Synchronise address book and name controller #21084
Conversation
Create associated unit tests.
Update proposed names from name details component. Truncate in name component. Truncate in name details component. Sort proposed names by source label.
Normalize values in hook.
Add unit tests.
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. |
Move name detail metric logic into separate file.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #21084 +/- ##
===========================================
+ Coverage 68.57% 68.65% +0.08%
===========================================
Files 1013 1015 +2
Lines 40615 40753 +138
Branches 10854 10875 +21
===========================================
+ Hits 27848 27976 +128
- Misses 12767 12777 +10
☔ View full report in Codecov by Sentry. |
Builds ready [b96d99c]
Page Load Metrics (1234 ± 397 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [1bdbece]
Page Load Metrics (641 ± 329 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [ab443a3]
Page Load Metrics (880 ± 377 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [d6ab9d0]
Page Load Metrics (1354 ± 349 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Description
Add a migration to copy all existing address book entries in the
AddressBookController
to theNameController
.Add listeners to both controllers to synchronise all new, updated, or deleted entries going forward.
Manual Testing Steps
Synchronisation
Connect
.Sign Typed Data V4 > Sign
.Send form
of test dApp.Submit
.Settings > Contacts > [Click Entry] > Delete
.Migration
develop
.Related Issues
Fixes #1367
Pre-merge Author Checklist
Pre-merge Reviewer Checklist