-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(extension): remove old code from extension (#613)
* remove edit route * remove obsolete e2e tests * clean up dependencies * remove usage of fromLegacyConnection helper * remove legacy route migration from extension * increase type-safety
- Loading branch information
1 parent
3ef747e
commit ec132e9
Showing
62 changed files
with
259 additions
and
3,336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 0 additions & 72 deletions
72
deployables/extension/e2e/accountHandling/lockedAccount.spec.ts
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
deployables/extension/e2e/accountHandling/unavailableWallet.spec.ts
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
deployables/extension/e2e/accountHandling/wrongChain.spec.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,14 +28,9 @@ | |
}, | ||
"devDependencies": { | ||
"@depay/web3-mock": "^14.19.1", | ||
"@gnosis.pm/zodiac": "^4.0.3", | ||
"@noble/hashes": "^1.4.0", | ||
"@playwright/test": "^1.48.1", | ||
"@safe-global/api-kit": "2.5.7", | ||
"@safe-global/protocol-kit": "5.2.0", | ||
"@safe-global/safe-apps-sdk": "9.1.0", | ||
"@safe-global/safe-gateway-typescript-sdk": "3.22.7", | ||
"@shazow/whatsabi": "^0.19.0", | ||
"@sentry/esbuild-plugin": "^3.0.0", | ||
"@testing-library/dom": "10.4.0", | ||
"@testing-library/jest-dom": "6.6.3", | ||
"@testing-library/react": "16.2.0", | ||
|
@@ -46,53 +41,41 @@ | |
"@types/react": "19.0.7", | ||
"@types/react-dom": "19.0.3", | ||
"@vitest/coverage-v8": "2.1.8", | ||
"@walletconnect/core": "2.17.3", | ||
"@walletconnect/ethereum-provider": "2.17.3", | ||
"@walletconnect/keyvaluestorage": "^1.1.1", | ||
"@walletconnect/modal": "2.7.0", | ||
"@walletconnect/sign-client": "2.17.3", | ||
"@walletconnect/universal-provider": "2.17.3", | ||
"@zodiac/eslint-config": "workspace:*", | ||
"@zodiac/tailwind-config": "workspace:*", | ||
"@zodiac/test-utils": "workspace:*", | ||
"@zodiac/typescript-config": "workspace:*", | ||
"autoprefixer": "^10.4.20", | ||
"chalk": "^5.4.1", | ||
"classnames": "^2.3.1", | ||
"copy-to-clipboard": "^3.3.1", | ||
"dotenv": "^16.0.1", | ||
"esbuild": "^0.24.0", | ||
"esbuild-style-plugin": "^1.6.3", | ||
"eslint": "^9.7.0", | ||
"ethereum-blockies-base64": "^1.0.2", | ||
"ethers": "6.13.5", | ||
"events": "^3.3.0", | ||
"evm-proxy-detection": "^2.0.1", | ||
"globals": "^15.8.0", | ||
"happy-dom": "^16.0.0", | ||
"isomorphic-fetch": "^3.0.0", | ||
"jsdom-testing-mocks": "^1.13.1", | ||
"madge": "^8.0.0", | ||
"nanoid": "^5.0.0", | ||
"node-stdlib-browser": "^1.2.0", | ||
"postcss": "^8.4.47", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"react-select": "5.9.0", | ||
"rimraf": "6.0.1", | ||
"ser-kit": "1.1.0", | ||
"tailwindcss": "^3.4.14", | ||
"typescript": "^5.5.4", | ||
"vitest": "2.1.8", | ||
"vitest-chrome": "0.1.0", | ||
"zodiac-roles-deployments": "^2.2.2" | ||
"vitest-chrome": "0.1.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"@epic-web/invariant": "^1.0.0", | ||
"@gnosis.pm/zodiac": "^4.0.3", | ||
"@headlessui/react": "^2.2.0", | ||
"@sentry/esbuild-plugin": "^3.0.0", | ||
"@sentry/browser": "^8.50.0", | ||
"@walletconnect/core": "2.17.3", | ||
"@walletconnect/ethereum-provider": "2.17.3", | ||
"@walletconnect/keyvaluestorage": "^1.1.1", | ||
"@walletconnect/modal": "2.7.0", | ||
"@walletconnect/sign-client": "2.17.3", | ||
"@walletconnect/universal-provider": "2.17.3", | ||
"@zodiac/chains": "workspace:*", | ||
"@zodiac/env": "workspace:*", | ||
"@zodiac/form-data": "workspace:*", | ||
|
@@ -101,11 +84,16 @@ | |
"@zodiac/safe": "workspace:*", | ||
"@zodiac/schema": "workspace:*", | ||
"@zodiac/ui": "workspace:*", | ||
"classnames": "^2.3.1", | ||
"date-fns": "^4.1.0", | ||
"lucide-react": "^0.470.0", | ||
"nanoid": "^5.0.0", | ||
"node-stdlib-browser": "^1.2.0", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"react-router": "7.1.3", | ||
"react-stick": "^5.0.6", | ||
"react-toastify": "11.0.3", | ||
"ser-kit": "1.1.0", | ||
"zod": "^3.23.8" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
deployables/extension/src/panel/integrations/zodiac/fetchZodiacModules.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
deployables/extension/src/panel/integrations/zodiac/rolesMultisend.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.