Skip to content

Commit c27a901

Browse files
ks_node: add TELEGRAM_BOT_TOKEN env to docker compose
* ks_node: rename migration file * ks_node: add TELEGRAM_BOT_TOKEN env to docker compose --------- Co-authored-by: chihunmanse <chihunmanse@gmail.com>
1 parent 92fd64d commit c27a901

56 files changed

Lines changed: 360 additions & 1129 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.syncpackrc.cjs

Lines changed: 0 additions & 13 deletions
This file was deleted.

.syncpackrc.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ over authentication, signing, and key management architecture.
99

1010
Everything is fully open source and Apache-2.0 licensed:
1111

12-
- Non-custodial, based on Multi-Party Computation(MPC)
12+
- Non-custodial, based on Multi-Party Computation (MPC)
1313

14-
- Key Management: Hybrid signing model utilizing TSS(Threshold Signature
15-
Scheming) plus SSS(Shamir’s Secret Sharing)
14+
- Key Management: Hybrid signing model utilizing TSS (Threshold Signature
15+
Scheming) plus SSS (Shamir’s Secret Sharing)
1616

1717
- Key Security: Signatures are generated via distributed key shares; private key
1818
never reconstructed.

apps/customer_dashboard/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"lint": "next lint"
1212
},
1313
"dependencies": {
14-
"@floating-ui/dom": "*",
15-
"@floating-ui/react": "*",
16-
"@oko-wallet/dotenv": "^0.0.2-alpha.26",
14+
"@floating-ui/dom": "^1.7.4",
15+
"@floating-ui/react": "^0.27.16",
16+
"@oko-wallet/dotenv": "0.0.2-alpha.26",
1717
"@oko-wallet/oko-common-ui": "workspace:*",
1818
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
19-
"@tanstack/react-query": "*",
20-
"@tanstack/react-table": "*",
19+
"@tanstack/react-query": "^5.90.12",
20+
"@tanstack/react-table": "^8.21.3",
2121
"next": "^16.0.7",
2222
"react": "^19.2.1",
2323
"react-dom": "^19.2.1",

apps/demo_web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"devDependencies": {
1919
"@cosmjs/proto-signing": "^0.33.1",
2020
"@keplr-wallet/proto-types": "^0.12.250",
21-
"@oko-wallet/dotenv": "^0.0.2-alpha.26",
21+
"@oko-wallet/dotenv": "0.0.2-alpha.26",
2222
"@oko-wallet/oko-common-ui": "workspace:*",
2323
"@oko-wallet/oko-sdk-core": "^0.0.6-rc.124",
2424
"@oko-wallet/oko-sdk-cosmos": "^0.0.6-rc.150",
2525
"@oko-wallet/oko-sdk-eth": "0.0.6-rc.133",
26-
"@oko-wallet/stdlib-js": "^0.0.2-rc.41",
26+
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
2727
"@types/node": "^24.10.1",
2828
"@types/react": "^19.2.7",
2929
"@types/react-dom": "^19.2.3",

apps/email_template_2/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"lint": "next lint"
1212
},
1313
"dependencies": {
14-
"@floating-ui/dom": "*",
15-
"@floating-ui/react": "*",
16-
"@oko-wallet/dotenv": "^0.0.2-alpha.26",
14+
"@floating-ui/dom": "^1.7.4",
15+
"@floating-ui/react": "^0.27.16",
16+
"@oko-wallet/dotenv": "0.0.2-alpha.26",
1717
"@oko-wallet/oko-common-ui": "workspace:*",
1818
"@oko-wallet/stdlib-js": "^0.0.2-rc.41",
19-
"@tanstack/react-query": "*",
20-
"@tanstack/react-table": "*",
19+
"@tanstack/react-query": "^5.90.12",
20+
"@tanstack/react-table": "^8.21.3",
2121
"next": "^16.0.7",
2222
"react": "^19.2.1",
2323
"react-dom": "^19.2.1",

apps/oko_admin_web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"lint": "next lint"
1212
},
1313
"dependencies": {
14-
"@oko-wallet/dotenv": "^0.0.2-alpha.26",
14+
"@oko-wallet/dotenv": "0.0.2-alpha.26",
1515
"@oko-wallet/oko-common-ui": "workspace:*",
1616
"@oko-wallet/oko-pg-interface": "workspace:*",
17-
"@oko-wallet/stdlib-js": "^0.0.2-rc.41",
18-
"@tanstack/react-query": "*",
19-
"@tanstack/react-table": "*",
17+
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
18+
"@tanstack/react-query": "^5.90.12",
19+
"@tanstack/react-table": "^8.21.3",
2020
"next": "^16.0.7",
2121
"react": "^19.2.1",
2222
"react-dom": "^19.2.1",
2323
"react-hook-form": "^7.65.0",
24-
"react-intl": "*",
24+
"react-intl": "^7.1.14",
2525
"zustand": "^5.0.6"
2626
},
2727
"devDependencies": {

apps/user_dashboard/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"lint": "next lint"
1212
},
1313
"dependencies": {
14-
"@floating-ui/dom": "*",
15-
"@floating-ui/react": "*",
16-
"@oko-wallet/dotenv": "^0.0.2-alpha.26",
14+
"@floating-ui/dom": "^1.7.4",
15+
"@floating-ui/react": "^0.27.16",
16+
"@oko-wallet/dotenv": "0.0.2-alpha.26",
1717
"@oko-wallet/oko-common-ui": "workspace:*",
1818
"@oko-wallet/oko-sdk-cosmos": "^0.0.6-rc.150",
1919
"@oko-wallet/oko-sdk-eth": "0.0.6-rc.133",
20-
"@oko-wallet/stdlib-js": "^0.0.2-rc.41",
21-
"@tanstack/react-query": "*",
22-
"@tanstack/react-table": "*",
20+
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
21+
"@tanstack/react-query": "^5.90.12",
22+
"@tanstack/react-table": "^8.21.3",
2323
"next": "^16.0.7",
2424
"react": "^19.2.1",
2525
"react-dom": "^19.2.1",

backend/admin_api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@oko-wallet/oko-pg-interface": "workspace:*",
1919
"@oko-wallet/oko-types": "workspace:*",
2020
"@oko-wallet/postgres-lib": "workspace:*",
21-
"@oko-wallet/stdlib-js": "0.0.2-rc.40",
21+
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
2222
"cors": "^2.8.5",
2323
"dotenv": "^16.4.5",
2424
"express": "^4.21.1",
@@ -38,8 +38,8 @@
3838
"@types/cors": "^2.8.17",
3939
"@types/express": "^5.0.6",
4040
"@types/he": "^1.2.0",
41-
"@types/jest": "^29.5.12",
42-
"@types/jsonwebtoken": "*",
41+
"@types/jest": "^29.5.14",
42+
"@types/jsonwebtoken": "^9.0.7",
4343
"@types/morgan": "^1.9.9",
4444
"@types/multer": "^2.0.0",
4545
"@types/node": "^24.10.1",

backend/ct_dashboard_api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@oko-wallet/oko-pg-interface": "workspace:*",
1717
"@oko-wallet/oko-types": "workspace:*",
1818
"@oko-wallet/postgres-lib": "workspace:*",
19-
"@oko-wallet/stdlib-js": "0.0.2-rc.40",
19+
"@oko-wallet/stdlib-js": "0.0.2-rc.41",
2020
"cors": "^2.8.5",
2121
"dotenv": "^16.4.5",
2222
"express": "^4.21.1",
@@ -34,8 +34,8 @@
3434
"devDependencies": {
3535
"@types/cors": "^2.8.17",
3636
"@types/express": "^5.0.6",
37-
"@types/jest": "^29.5.12",
38-
"@types/jsonwebtoken": "*",
37+
"@types/jest": "^29.5.14",
38+
"@types/jsonwebtoken": "^9.0.7",
3939
"@types/morgan": "^1.9.9",
4040
"@types/multer": "^2.0.0",
4141
"@types/node": "^24.10.1",

0 commit comments

Comments
 (0)