Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
996f7e6
Merge pull request #778 from enkryptcom/develop
kvhnuke Dec 18, 2025
913a107
feat: enhance wallet connection and transaction verification UI with …
kvhnuke Dec 23, 2025
3cb6249
feat: improve unlock keyring UI with enhanced layout and styling
kvhnuke Dec 24, 2025
b6d5e00
feat: enhance sign typed data UI with loading state, improved layout,…
kvhnuke Dec 24, 2025
1b48e7e
feat: enhance sign message UI with loading state, improved layout, an…
kvhnuke Dec 24, 2025
909f94e
feat: add loading state and security notice to message decryption and…
kvhnuke Dec 24, 2025
36846d0
feat: enhance network assets item UI with improved layout, styling, a…
kvhnuke Dec 24, 2025
f90f8c9
feat: enhance asset detail view UI with improved layout, styling, and…
kvhnuke Dec 24, 2025
8ada02e
refactor: enhance UI components for send transaction flow
kvhnuke Dec 24, 2025
5d4885d
feat: add loading state to send transaction UI with spinner and loadi…
kvhnuke Dec 24, 2025
4941de4
feat: enhance send transaction UI with improved styling, animations, …
kvhnuke Dec 24, 2025
2d769dc
style: improve styling and animation delays in send transaction UI
kvhnuke Dec 24, 2025
a0c1315
style: enhance UI components for transaction verification with improv…
kvhnuke Dec 24, 2025
637ea11
style: enhance UI components with improved animations, layout, and st…
kvhnuke Dec 24, 2025
e21e137
feat: enhance network activity and account info components with token…
kvhnuke Dec 29, 2025
0465e7f
style: remove linear gradient backgrounds from various send transacti…
kvhnuke Jan 4, 2026
0d1b1fd
style: update border and box-shadow styles for send transaction compo…
kvhnuke Jan 4, 2026
0793244
feat: add RWA filter list and IP comply URL to swap configuration
kvhnuke Jan 6, 2026
93def53
fix: streamline RWA filter logic in token list processing
kvhnuke Jan 6, 2026
5d502fe
fix(signers): rename test suite from Ethereum to Bitcoin signing
jack-dev-crypto Jan 17, 2026
7de2f86
Refactor code structure for improved readability and maintainability
kvhnuke Jan 26, 2026
f58388a
Refactor code structure for improved readability and maintainability
kvhnuke Jan 27, 2026
cdd1338
chore: update version to 0.0.14 in package.json
kvhnuke Jan 27, 2026
e379163
chore: update package versions and remove unused yarn version files
kvhnuke Jan 27, 2026
a15e26f
fix: update version to 0.0.16 and improve TrezorConnect initializatio…
kvhnuke Jan 28, 2026
e17d128
fix: update version to 0.0.6 in package.json
kvhnuke Jan 28, 2026
84314c6
fix: update version to 0.0.7 in package.json for swap and utils packages
kvhnuke Jan 28, 2026
e4ed504
fix: update version to 0.0.8 in package.json and improve formatting i…
kvhnuke Jan 28, 2026
f4966ce
Merge branch 'devop/disable-rwa-us' into ui/improvements
kvhnuke Feb 9, 2026
e987ea1
Merge pull request #784 from jack-dev-crypto/main
kvhnuke Feb 9, 2026
88e59ea
Refactor code structure for improved readability and maintainability
kvhnuke Feb 10, 2026
3face97
feat: enhance UI components with improved styles and loading state
kvhnuke Feb 10, 2026
1ade021
feat: enhance UI components with loading states and improved styles
kvhnuke Feb 10, 2026
63367a8
fix: update expected address in ENS and Name Resolver tests
kvhnuke Feb 10, 2026
a714b5e
fix: update ETC node URL to use Rivet link
kvhnuke Feb 10, 2026
c9210b4
fix: update referrer addresses in FEE_CONFIGS and format URL constants
kvhnuke Feb 10, 2026
bc12f63
fix: update ETC node URL to use WebSocket connection
kvhnuke Feb 10, 2026
8448c53
fix: enhance error handling in request method and improve document in…
kvhnuke Feb 11, 2026
17e8f35
Refactor code structure and remove redundant sections for improved re…
kvhnuke Feb 17, 2026
7dddfd6
fix: add currencySettingsState to defaultSettings in Ethereum tests
kvhnuke Feb 17, 2026
c9b64a4
refactor: remove 5ire network integration and update asset hub RPC URLs
kvhnuke Feb 17, 2026
a94ace1
refactor: remove Godwoken network integration and related references
kvhnuke Feb 17, 2026
cff6131
refactor: remove Quartz network integration and related references
kvhnuke Feb 17, 2026
87c75a9
chore: update version to 2.16.0 in package.json
kvhnuke Feb 19, 2026
24113f6
fix: update OKX API URL and adjust parameter names for consistency
kvhnuke Feb 19, 2026
1ae24aa
fix: update test script to run all tests instead of specific ones
kvhnuke Feb 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .yarn/versions/81e941ed.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .yarn/versions/8cbbf8cb.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ enableGlobalCache: false

nodeLinker: node-modules

npmRegistryServer: "https://registry.yarnpkg.com/"

yarnPath: .yarn/releases/yarn-4.5.1.cjs
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
"watch-ts": "nodemon --exec 'yarn run build:all && node scripts/compile-done.js'",
"upgrade": "yarn upgrade-interactive",
"version:bump:patch": "yarn workspaces foreach --worktree -pv --exclude @enkryptcom/extension exec 'yarn version --immediate patch'",
"publish": "yarn workspaces foreach --worktree -pv --exclude @enkryptcom/extension exec 'yarn npm publish --access public --otp 312003'",
"publish": "yarn workspaces foreach --worktree -pv --exclude @enkryptcom/extension exec 'yarn npm publish --access public --otp 151351'",
"version:apply": "yarn version apply --all",
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@swc/core": "^1.15.3",
"@commitlint/cli": "^20.4.1",
"@commitlint/config-conventional": "^20.4.1",
"@swc/core": "^1.15.11",
"concurrently": "^9.2.1",
"husky": "^9.1.7",
"node-notifier": "^10.0.1",
"nodemon": "^3.1.11",
"ultra-runner": "^3.10.5",
"vite-plugin-node-polyfills": "0.24.0"
"vite-plugin-node-polyfills": "0.25.0"
},
"resolutions": {
"@zondax/ledger-cosmos-js/vue": "^3.5.12",
Expand Down
18 changes: 9 additions & 9 deletions packages/extension-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,28 @@
],
"dependencies": {
"nanoevents": "^9.1.0",
"serialize-error": "12.0.0",
"serialize-error": "13.0.1",
"tiny-uid": "^1.1.2",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@types/node": "^22.19.2",
"@types/node": "^22.19.11",
"@types/webextension-polyfill": "^0.12.4",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"bumpp": "^10.3.2",
"eslint": "^9.39.1",
"@typescript-eslint/eslint-plugin": "^8.56.0",
"@typescript-eslint/parser": "^8.56.0",
"bumpp": "^10.4.1",
"eslint": "^9.39.2",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-module-resolver": "^1.5.0",
"prettier": "^3.7.4",
"prettier": "^3.8.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^8.5.1",
"type-fest": "^5.3.1",
"type-fest": "^5.4.4",
"typescript": "^5.9.3",
"typescript-eslint": "8.49.0"
"typescript-eslint": "8.56.0"
}
}
1 change: 1 addition & 0 deletions packages/extension/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ declare let __BUILD_TIME__: string;
interface Window {
// Declare your custom global variable here
readonly __PACKAGE_VERSION__: string;
enkrypt: any;
}
66 changes: 33 additions & 33 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enkryptcom/extension",
"version": "2.15.0",
"version": "2.16.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"watch:firefox": "yarn prebuild && cross-env BROWSER='firefox' vite"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.32.0",
"@amplitude/analytics-browser": "^2.35.0",
"@enkryptcom/extension-bridge": "workspace:^",
"@enkryptcom/hw-wallets": "workspace:^",
"@enkryptcom/keyring": "workspace:^",
Expand All @@ -38,12 +38,12 @@
"@ethereumjs/wallet": "^2.0.4",
"@kadena/client": "^1.18.3",
"@kadena/pactjs-cli": "^1.18.3",
"@ledgerhq/hw-transport-webusb": "^6.29.13",
"@ledgerhq/hw-transport-webusb": "^6.30.0",
"@massalabs/massa-web3": "^5.3.0",
"@metamask/eth-sig-util": "^8.2.0",
"@metaplex-foundation/mpl-bubblegum": "^5.0.2",
"@metaplex-foundation/umi": "^1.4.1",
"@metaplex-foundation/umi-bundle-defaults": "^1.4.1",
"@metaplex-foundation/umi": "^1.5.1",
"@metaplex-foundation/umi-bundle-defaults": "^1.5.1",
"@polkadot/api": "^16.5.4",
"@polkadot/extension-inject": "^0.62.6",
"@polkadot/keyring": "^14.0.1",
Expand All @@ -67,21 +67,21 @@
"echarts": "^6.0.0",
"ethereum-cryptography": "^2.2.1",
"ethereumjs-abi": "^0.6.8",
"eventemitter3": "^5.0.1",
"eventemitter3": "^5.0.4",
"jdenticon": "^3.3.0",
"lodash": "^4.17.21",
"lodash": "^4.17.23",
"memoize-one": "^6.0.0",
"moment": "^2.30.1",
"nanoevents": "^9.1.0",
"pact-lang-api": "^4.3.6",
"pinia": "^3.0.4",
"qrcode.vue": "^3.6.0",
"qrcode.vue": "^3.8.0",
"switch-ts": "^2.0.0",
"url-parse": "^1.5.10",
"uuid": "^13.0.0",
"vue": "^3.5.25",
"vue": "^3.5.28",
"vue-echarts": "8.0.1",
"vue-router": "^4.6.3",
"vue-router": "^4.6.4",
"vue3-lottie": "^3.3.1",
"vuedraggable": "^4.1.0",
"web3-eth": "^1.10.4",
Expand All @@ -98,48 +98,48 @@
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.3.0",
"@tsconfig/node20": "^20.1.8",
"@tsconfig/node20": "^20.1.9",
"@types/bs58": "^5.0.0",
"@types/chrome": "^0.1.32",
"@types/chrome": "^0.1.36",
"@types/ethereumjs-abi": "^0.6.5",
"@types/events": "^3.0.3",
"@types/fs-extra": "^11.0.4",
"@types/less": "^3.0.8",
"@types/lodash": "^4.17.21",
"@types/node": "^22.19.2",
"@types/lodash": "^4.17.23",
"@types/node": "^22.19.11",
"@types/semver": "^7.7.1",
"@types/url-parse": "^1.4.11",
"@types/utf-8-validate": "^5.0.2",
"@types/uuid": "^11.0.0",
"@types/wif": "^2.0.5",
"@types/zxcvbn": "^4.4.5",
"@vitejs/plugin-vue": "^6.0.2",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.8.1",
"@vueuse/core": "^14.1.0",
"@vueuse/core": "^14.2.1",
"cross-env": "^10.1.0",
"eslint": "^9.39.1",
"eslint-plugin-vue": "^10.6.2",
"fs-extra": "^11.3.2",
"jsdom": "^27.3.0",
"less": "^4.4.2",
"less-loader": "^12.3.0",
"eslint": "^9.39.2",
"eslint-plugin-vue": "^10.8.0",
"fs-extra": "^11.3.3",
"jsdom": "^27.4.0",
"less": "^4.5.1",
"less-loader": "^12.3.1",
"npm-run-all2": "^8.0.4",
"prettier": "^3.7.4",
"rimraf": "^6.1.2",
"rollup": "^4.53.3",
"prettier": "^3.8.1",
"rimraf": "^6.1.3",
"rollup": "^4.57.1",
"rollup-plugin-visualizer": "^6.0.5",
"semver": "^7.7.3",
"systeminformation": "^5.27.14",
"semver": "^7.7.4",
"systeminformation": "^5.31.1",
"tsup": "^8.5.1",
"typescript": "~5.9.3",
"url": "^0.11.4",
"vite": "^7.2.7",
"vite-plugin-node-polyfills": "0.24.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.15",
"vue-tsc": "^3.1.8",
"vite": "^7.3.1",
"vite-plugin-node-polyfills": "0.25.0",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.0.18",
"vue-tsc": "^3.2.4",
"webextension-polyfill": "^0.12.0"
},
"installConfig": {
Expand Down
2 changes: 0 additions & 2 deletions packages/extension/src/libs/dapp-list/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ const lists: Partial<Record<NetworkNames, string>> = {
'https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/nova.json',
[NetworkNames.Forma]:
'https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/forma.json',
[NetworkNames.Godwoken]:
'https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/godwoken.json',
[NetworkNames.ImmutableZkevm]:
'https://raw.githubusercontent.com/enkryptcom/dynamic-data/main/dapps/imx.json',
[NetworkNames.MantaPacific]:
Expand Down
Loading
Loading