1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test
PeterYinusa ceab2a0b11 Update the PhishingController to v2 and update phishing warning page (#17835)
The PhishingController has been updated to v2. This release should
dramatically reduce network traffic and double the update speed of the
phishing list.

This was accomplished by combining both of our phishing configurations
into one list (the "stalelist"), then creating a separate list of the
changes just the past few days (the "hotlist"). Now users will download
a smaller list more frequently (every 30 minutes rather than every
hour), whereas the full list is only updated every 4 days.

The combined configuration means that we no longer know which list was
responsible for each block. The phishing warning page has been updated
to dynamically look this information up, to ensure users are still
directed to the correct place to dispute a block. This update to the
phishing warning page also includes the recent redesign.
2023-03-06 18:34:18 +00:00
..
data fix(17857): show correctly converted account balance in sign&encrypt windows (#17973) 2023-03-06 11:24:14 +00:00
e2e Update the PhishingController to v2 and update phishing warning page (#17835) 2023-03-06 18:34:18 +00:00
helpers
jest Expand network controller unit test coverage (#17498) 2023-02-08 13:10:04 -07:00
lib
mocks
stub
unit-global
env.js
merge-coverage.js
run-unit-tests.js
setup.js