Skip to content

Releases: wallet-guard/wallet-guard-extension

Version 0.9.2

05 Sep 17:31
fa4389c

Choose a tag to compare

Commits

  • Rel/0.9.2 - fix unsupported chains (#93)

Fixed

  • Version 0.9.0 broke transactions on unsupported chains. This hotfix reverts this.

Version 0.9.1

04 Sep 23:48
0eaa757

Choose a tag to compare

Commits

  • Fix issue with phishing detection blocks (#91)

Fixed

  • Fixed issue where some phishing websites would not block

Version 0.9.0

03 Sep 21:48
d4c3222

Choose a tag to compare

Commits

  • New simulator UI & risk score calculator (#88)
  • Add min-width to verification badge (#89)
  • Bump version to 0.9.0 (#90)

Added

  • New transaction simulator UI! This includes several changes such as showing a gas estimation, contract name you are interacting with, improved way to show warnings and risk factors, and many bug fixes.
    image

Version 0.8.7

04 Aug 17:33
1079203

Choose a tag to compare

Commits

  • Add unsupported signature UI (#83)
  • add website scan status to unsupported signature (#85)
  • bump version to 0.8.7 (#86)

Added

  • Unsupported Signatures UI

Version 0.8.6

16 Jul 21:00
34098fc

Choose a tag to compare

Commits

  • Feat/chatweb3 #74
  • fix height and margin related issues + show 1155 amounts correctly #75
  • Fix/chatweb3 #76
  • small posthog fix for chatweb3 #77
  • Fix bypass warning & update data model #78
  • update readme for beta env #80

Added

  • Implemented ChatWeb3 within the extension via hotkey support and the transaction simulator

Fixed

  • a few small visual bugs within the transaction simulator
  • fixed bypass warning on verified websites

Version 0.8.5

11 Jun 23:53
91ff288

Choose a tag to compare

Commits

  • Optimize package (#70)
  • bump version to 0.8.5 (#72)

Fixed

  • Removed 4MB from the bundle size by hosting large pngs and gifs on the CDN
  • Optimize our name for chrome store

Version 0.8.4

09 Jun 22:54
4b830da

Choose a tag to compare

Commits

  • New endpoints (#20)
  • Better request type safety (#58)
  • feat: sign in UI update (#54)
  • Refactor fetching in popup and cdn requests (#61)
  • bump version to 0.8.4 (#65)
  • fix: adding mapping for drainer detection in dashboard (#66)
  • fix simulation confirmation buttons (#67)
  • fix simulation buttons once and for all (#68)
  • fix build step (#69)

Added

  • New API URLs
  • New personal_sign UI
new personal_sign UI

Fixed

  • Better signature coverage and error handling
  • Drainer detection alerts weren't showing properly in dashboard

Version 0.8.3

06 Jun 06:50
46fcc15

Choose a tag to compare

Commits

  • fix validation on ethereum requests (#63)
  • add error type for 429 too many requests (#62)

Added

  • Error screen for exceeded rate limit

Fixed

  • Poor validation on ethereum requests

Version 0.8.2

11 May 20:29
78db51a

Choose a tag to compare

Commits

  • add polygon support (#55)
  • bump version & update feedback form url (#56)

Added

  • Transaction Simulation support for Polygon Mainnet

Fixed

  • Dashboard feedback form URL

Version 0.8.1

01 May 05:03
be22b0a

Choose a tag to compare

Commits

  • Update share button tweet text (#49)
  • fix version checking bugs (#50)
  • add type safety to bypassed (#51)

Fixed

  • Fix null reference exception when checking wallet versions
  • Fix null reference exception with the bypassed component when args was undefined