Skip to content

Releases: 409H/EtherAddressLookup

Block all punycode domains

09 May 00:25
Compare
Choose a tag to compare
  • Added logic to blacklist all punycode domains. This will help tackle phishing in a big way as we are seeing a lot of IDN homograph attack domains on places such as coinbase, poloniex, mycrypto, and myetherwallet. This means you won't have to worry so much about checking the domain carefully for characters, i.e.: mycrypto.com or mycrypø̄.com)
    • This block is toggable, but by default it's turned on.
  • Adjusted edit distance for myetherwallet.com from 7 to 5 to prevent a lot of false-positives.

Firefox support

26 Apr 00:12
Compare
Choose a tag to compare

EAL is now on the Firefox store: https://addons.mozilla.org/en-US/firefox/addon/etheraddresslookup/

v1.15.1 codebase now works when manually loading for Google Chrome and Mozilla Firefox.

Edit mycrypto edit distance

10 Feb 01:45
Compare
Choose a tag to compare

Fixes too many false-positives being flagged due to a high holistic value on mycrypto edit distance.

False-positive blacklisting

09 Feb 23:37
Compare
Choose a tag to compare

Fixes issue that was sometimes blacklisted when the domain was whitelisted.

.note class styling override fix

11 Jan 21:07
Compare
Choose a tag to compare

See #253

  • Replaced style selector .note with .ext-etheraddresslookup-note to prevent class style overrides on other web pages.

Change RPC node & toggle address lookups on/off

05 Jan 19:27
Compare
Choose a tag to compare

You can now change the RPC node to give you the ability to use something like Quiknode's testnets or a local node - this is an option in the settings view.

You can now toggle the address lookup functionality on/off.
image

image

Testnet explorers are supported!

21 Dec 01:42
Compare
Choose a tag to compare

You can now choose a testnet explorer.

image

Fixed blacklisting race condition issue

13 Dec 19:41
Compare
Choose a tag to compare
v1.13.1

Blacklist race condition fix

Trusted 3rd party blacklists

12 Dec 18:29
Compare
Choose a tag to compare

EAL has now increased its efforts to quickly redirect its users away from phishing attacks by consuming 2 trusted 3rd party blacklists managed by; iosiro and segasec.

The option to use these 3rd party blacklists is up to you, and you can toggle it on/off whenever you like, though it will be beneficial to keep it enabled (they've both fed multiple domains to me directly to blacklist before v1.13.)

image

#206

New quiknode node

11 Dec 22:36
Compare
Choose a tag to compare
  • We are now using a different Quiknode node in this release.