From d3aeecc7a11c5f4ebbabe0c6f88f87e63cdcbbe8 Mon Sep 17 00:00:00 2001 From: Andrei O Date: Thu, 27 Jun 2024 00:18:36 +0300 Subject: [PATCH] chore: changes for 1.3.9 --- CHANGELOG.md | 10 + README.md | 4 + eval-sandbox.html | 22 +- package.json | 41 +- public/index.html | 2 - release-scripts/create-release.ts | 1 - src/extension/content.ts | 4 +- src/extension/inject.ts | 157 ++-- src/extension/manifest.json | 4 +- src/extension/serviceWorker.ts | 41 +- src/utils/platform.ts | 1 - src/utils/wallet.ts | 54 +- src/views/AddAccount.vue | 10 +- src/views/AddNetwork.vue | 15 +- src/views/AssetsTab.vue | 10 +- src/views/HomeTab.vue | 11 +- src/views/ReadContract.vue | 46 +- src/views/SignMessage.vue | 9 +- src/views/WriteContract.vue | 39 +- yarn.lock | 1188 +++++++++++++---------------- 20 files changed, 862 insertions(+), 807 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d4b75..01fbeaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## Manifest Version 1.3.9 + +- add an additional throttle on 'eth_chainId' to prevent websites from spamming the wallet with requests +- change inject throttle to only affect UI requests +- updated some core dependencies +- optimized performance for json rpc calls +- disabled assets fetch until new provider is found before yup.io was used +- simplified wallet switching +- added sonarCloud badge to README.md + ## Manifest Version 1.3.8 - improved sign message display to better accomodate SIWE & other messages diff --git a/README.md b/README.md index 7aa2110..ac88906 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ For more info you can check [docs website](https://clear-wallet.flashsoft.eu) [![Clear EVM Wallet (CLW) - Open source EVM wallet that implements meta mask API. | Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=381026&theme=dark)](https://www.producthunt.com/posts/clear-evm-wallet-clw?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-clear-evm-wallet-clw) +### Badges + +[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=andrei0x309_clear-wallet)](https://sonarcloud.io/summary/new_code?id=andrei0x309_clear-wallet) + ### Extended article about this repo [Article on Mirror](https://mirror.xyz/andrei0x309.eth/9nc8UXrGIGOvz694ZY2gouS1JM9L8-Z8ITLNtirqD6Q) diff --git a/eval-sandbox.html b/eval-sandbox.html index 57c0550..cd86369 100644 --- a/eval-sandbox.html +++ b/eval-sandbox.html @@ -1,13 +1,29 @@ - + + + Clear Wallet SandBox + + + + + + + + + + + +

Eval Sandbox