Skip to content

Commit

Permalink
chore: update modules (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
TejasvOnly authored Nov 22, 2024
1 parent 738262a commit f035b71
Show file tree
Hide file tree
Showing 22 changed files with 231 additions and 248 deletions.
28 changes: 4 additions & 24 deletions .github/workflows/build-early.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Install Protoc
run: |
PB_REL="https://github.com/protocolbuffers/protobuf/releases"
curl -LO $PB_REL/download/v22.2/protoc-22.2-linux-x86_64.zip
unzip protoc-22.2-linux-x86_64.zip -d $HOME/.local
export PATH="$PATH:$HOME/.local/bin"
- name: Check protoc installation
run: protoc --version

- name: Setup pnpm store path
run: pnpm config set store-dir ~/.pnpm-store

Expand All @@ -76,7 +66,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: pnpm install
run: pnpm inheritance-install
run: pnpm install

- name: Setup turbo cache
env:
Expand Down Expand Up @@ -125,16 +115,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Install Protoc
run: |
PB_REL="https://github.com/protocolbuffers/protobuf/releases"
curl -LO $PB_REL/download/v22.2/protoc-22.2-linux-x86_64.zip
unzip protoc-22.2-linux-x86_64.zip -d $HOME/.local
export PATH="$PATH:$HOME/.local/bin"
- name: Check protoc installation
run: protoc --version

- name: Setup pnpm store path
run: pnpm config set store-dir ~/.pnpm-store

Expand All @@ -150,7 +130,7 @@ jobs:
run: sudo apt-get install fakeroot dpkg rpm -y

- name: pnpm install
run: pnpm inheritance-install
run: pnpm install

- name: Setup turbo cache
env:
Expand Down Expand Up @@ -229,7 +209,7 @@ jobs:
run: pnpm fix:hashbang

- name: pnpm install
run: pnpm inheritance-install
run: pnpm install

- name: Setup turbo cache
env:
Expand Down Expand Up @@ -301,7 +281,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: pnpm install
run: pnpm inheritance-install
run: pnpm install

- name: Setup turbo cache
env:
Expand Down
13 changes: 1 addition & 12 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Install Protoc
run: |
PB_REL="https://github.com/protocolbuffers/protobuf/releases"
curl -LO $PB_REL/download/v22.2/protoc-22.2-linux-x86_64.zip
unzip protoc-22.2-linux-x86_64.zip -d $HOME/.local
export PATH="$PATH:$HOME/.local/bin"
- name: Check protoc installation
run: protoc --version


- name: Setup pnpm store path
run: pnpm config set store-dir ~/.pnpm-store

Expand All @@ -69,7 +58,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: pnpm install
run: pnpm inheritance-install
run: pnpm install

- name: Setup turbo cache
env:
Expand Down
13 changes: 1 addition & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Install Protoc
run: |
PB_REL="https://github.com/protocolbuffers/protobuf/releases"
curl -LO $PB_REL/download/v22.2/protoc-22.2-linux-x86_64.zip
unzip protoc-22.2-linux-x86_64.zip -d $HOME/.local
export PATH="$PATH:$HOME/.local/bin"
- name: Check protoc installation
run: protoc --version


- name: Setup pnpm store path
run: pnpm config set store-dir ~/.pnpm-store

Expand All @@ -59,7 +48,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: pnpm install
run: pnpm inheritance-install
run: pnpm install

- name: Setup turbo cache
env:
Expand Down
10 changes: 5 additions & 5 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"@cypherock/cysync-utils": "workspace:^",
"@cypherock/database": "workspace:^",
"@cypherock/db-interfaces": "workspace:^",
"@cypherock/sdk-app-manager": "^0.0.31",
"@cypherock/sdk-hw-hid": "^0.0.22",
"@cypherock/sdk-hw-serialport": "^0.0.19",
"@cypherock/sdk-interfaces": "^0.0.15",
"@cypherock/sdk-utils": "^0.0.18",
"@cypherock/sdk-app-manager": "^0.0.32",
"@cypherock/sdk-hw-hid": "^0.0.23",
"@cypherock/sdk-hw-serialport": "^0.0.20",
"@cypherock/sdk-interfaces": "^0.0.16",
"@cypherock/sdk-utils": "^0.0.19",
"@inquirer/checkbox": "^1.3.5",
"@inquirer/input": "^1.2.5",
"@inquirer/prompts": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@
"@cypherock/cysync-utils": "workspace:^",
"@cypherock/database": "workspace:^",
"@cypherock/db-interfaces": "workspace:^",
"@cypherock/sdk-core": "^0.0.25",
"@cypherock/sdk-hw-hid": "^0.0.22",
"@cypherock/sdk-hw-serialport": "^0.0.19",
"@cypherock/sdk-interfaces": "^0.0.15",
"@cypherock/sdk-core": "^0.1.0",
"@cypherock/sdk-hw-hid": "^0.0.23",
"@cypherock/sdk-hw-serialport": "^0.0.20",
"@cypherock/sdk-interfaces": "^0.0.16",
"buffer": "^6.0.3",
"electron-playwright-helpers": "^1.5.5",
"electron-updater": "^6.1.9",
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@
"clean:force": "node scripts/clean.js -f && bash ./scripts/clean.sh",
"build:submodules": "node scripts/submodules.js build",
"ci:publish": "pnpm publish -r --access public --no-git-checks --filter \"@cypherock/coins\"",
"ci:version": "pnpm changeset version && pnpm inheritance-install --no-frozen-lockfile",
"ci:version": "pnpm changeset version && pnpm i --no-frozen-lockfile",
"storybook": "turbo storybook --no-daemon",
"build:storybook": "turbo build:storybook --no-daemon",
"fix:hashbang": "bash scripts/hashBangFix.sh",
"erc20-diff": "turbo run erc20-diff --no-daemon",
"gen-erc20-list": "turbo run gen-erc20-list --no-daemon",
"download-erc20-images": "turbo run download-erc20-images --no-daemon",
"gen-translations": "turbo run gen-translations --no-daemon",
"inheritance-install": "node scripts/inheritanceSetup.js"
"gen-translations": "turbo run gen-translations --no-daemon"
},
"keywords": [],
"license": "AGPL-3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/app-support-inheritance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"dependencies": {
"@cypherock/cysync-interfaces": "workspace:^",
"@cypherock/cysync-utils": "workspace:^",
"@cypherock/sdk-app-inheritance": "^0.0.0",
"@cypherock/sdk-interfaces": "^0.0.15",
"@cypherock/sdk-utils": "^0.0.18",
"@cypherock/sdk-app-inheritance": "^1.0.0",
"@cypherock/sdk-interfaces": "^0.0.16",
"@cypherock/sdk-utils": "^0.0.19",
"lodash": "^4.17.21",
"rxjs": "^7.8.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/coin-support-btc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"@cypherock/cysync-interfaces": "workspace:^",
"@cypherock/cysync-utils": "workspace:^",
"@cypherock/db-interfaces": "workspace:^",
"@cypherock/sdk-app-btc": "^0.0.36",
"@cypherock/sdk-interfaces": "^0.0.15",
"@cypherock/sdk-utils": "^0.0.18",
"@cypherock/sdk-app-btc": "^0.0.37",
"@cypherock/sdk-interfaces": "^0.0.16",
"@cypherock/sdk-utils": "^0.0.19",
"axios": "^1.4.0",
"coinselect": "^3.1.13",
"lodash": "^4.17.21",
Expand Down
6 changes: 3 additions & 3 deletions packages/coin-support-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"@cypherock/cysync-interfaces": "workspace:^",
"@cypherock/cysync-utils": "workspace:^",
"@cypherock/db-interfaces": "workspace:^",
"@cypherock/sdk-app-evm": "^0.0.32",
"@cypherock/sdk-interfaces": "^0.0.15",
"@cypherock/sdk-utils": "^0.0.18",
"@cypherock/sdk-app-evm": "^0.0.33",
"@cypherock/sdk-interfaces": "^0.0.16",
"@cypherock/sdk-utils": "^0.0.19",
"lodash": "^4.17.21",
"multicoin-address-validator": "^0.5.12",
"rxjs": "^7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/coin-support-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@cypherock/db-interfaces": "workspace:^",
"@cypherock/sdk-interfaces": "^0.0.15",
"@cypherock/sdk-interfaces": "^0.0.16",
"rxjs": "^7.8.1"
}
}
6 changes: 3 additions & 3 deletions packages/coin-support-near/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"@cypherock/cysync-interfaces": "workspace:^",
"@cypherock/cysync-utils": "workspace:^",
"@cypherock/db-interfaces": "workspace:^",
"@cypherock/sdk-app-near": "^0.0.30",
"@cypherock/sdk-interfaces": "^0.0.15",
"@cypherock/sdk-utils": "^0.0.18",
"@cypherock/sdk-app-near": "^0.0.31",
"@cypherock/sdk-interfaces": "^0.0.16",
"@cypherock/sdk-utils": "^0.0.19",
"axios": "^1.4.0",
"lodash": "^4.17.21",
"rxjs": "^7.8.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/coin-support-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"@cypherock/cysync-interfaces": "workspace:^",
"@cypherock/cysync-utils": "workspace:^",
"@cypherock/db-interfaces": "workspace:^",
"@cypherock/sdk-app-solana": "^0.0.6",
"@cypherock/sdk-interfaces": "^0.0.15",
"@cypherock/sdk-utils": "^0.0.18",
"@cypherock/sdk-app-solana": "^0.0.7",
"@cypherock/sdk-interfaces": "^0.0.16",
"@cypherock/sdk-utils": "^0.0.19",
"axios": "^1.4.0",
"lodash": "^4.17.21",
"multicoin-address-validator": "^0.5.12",
Expand Down
6 changes: 3 additions & 3 deletions packages/coin-support-tron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"@cypherock/cysync-interfaces": "workspace:^",
"@cypherock/cysync-utils": "workspace:^",
"@cypherock/db-interfaces": "workspace:^",
"@cypherock/sdk-app-tron": "^0.0.1",
"@cypherock/sdk-interfaces": "^0.0.15",
"@cypherock/sdk-utils": "^0.0.18",
"@cypherock/sdk-app-tron": "^0.0.2",
"@cypherock/sdk-interfaces": "^0.0.16",
"@cypherock/sdk-utils": "^0.0.19",
"lodash": "^4.17.21",
"multicoin-address-validator": "^0.5.12",
"rxjs": "^7.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/coin-support-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@cypherock/cysync-interfaces": "workspace:^",
"@cypherock/cysync-utils": "workspace:^",
"@cypherock/db-interfaces": "workspace:^",
"@cypherock/sdk-interfaces": "^0.0.15",
"@cypherock/sdk-utils": "^0.0.18",
"@cypherock/sdk-interfaces": "^0.0.16",
"@cypherock/sdk-utils": "^0.0.19",
"axios": "^1.4.0",
"lodash": "^4.17.21",
"rxjs": "^7.8.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/coin-support-xrp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"@cypherock/cysync-interfaces": "workspace:^",
"@cypherock/cysync-utils": "workspace:^",
"@cypherock/db-interfaces": "workspace:^",
"@cypherock/sdk-app-xrp": "^1.0.0",
"@cypherock/sdk-interfaces": "^0.0.15",
"@cypherock/sdk-utils": "^0.0.18",
"@cypherock/sdk-app-xrp": "^1.0.1",
"@cypherock/sdk-interfaces": "^0.0.16",
"@cypherock/sdk-utils": "^0.0.19",
"lodash": "^4.17.21",
"multicoin-address-validator": "^0.5.12",
"rxjs": "^7.8.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/core-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"@cypherock/cysync-interfaces": "workspace:^",
"@cypherock/cysync-utils": "workspace:^",
"@cypherock/db-interfaces": "workspace:^",
"@cypherock/sdk-app-manager": "^0.0.31",
"@cypherock/sdk-interfaces": "^0.0.15",
"@cypherock/sdk-utils": "^0.0.18",
"@cypherock/sdk-app-manager": "^0.0.32",
"@cypherock/sdk-interfaces": "^0.0.16",
"@cypherock/sdk-utils": "^0.0.19",
"lodash": "^4.17.21",
"rxjs": "^7.8.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/cysync-core-constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
]
},
"dependencies": {
"@cypherock/sdk-app-manager": "^0.0.31",
"@cypherock/sdk-interfaces": "^0.0.15",
"@cypherock/sdk-app-manager": "^0.0.32",
"@cypherock/sdk-interfaces": "^0.0.16",
"@cypherock/coins": "workspace:^"
}
}
16 changes: 8 additions & 8 deletions packages/cysync-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@
"@cypherock/cysync-ui": "workspace:^",
"@cypherock/cysync-utils": "workspace:^",
"@cypherock/db-interfaces": "workspace:^",
"@cypherock/sdk-app-btc": "^0.0.36",
"@cypherock/sdk-app-evm": "^0.0.32",
"@cypherock/sdk-app-manager": "^0.0.31",
"@cypherock/sdk-app-near": "^0.0.30",
"@cypherock/sdk-app-solana": "^0.0.6",
"@cypherock/sdk-core": "^0.0.25",
"@cypherock/sdk-interfaces": "^0.0.15",
"@cypherock/sdk-utils": "^0.0.18",
"@cypherock/sdk-app-btc": "^0.0.37",
"@cypherock/sdk-app-evm": "^0.0.33",
"@cypherock/sdk-app-manager": "^0.0.32",
"@cypherock/sdk-app-near": "^0.0.31",
"@cypherock/sdk-app-solana": "^0.0.7",
"@cypherock/sdk-core": "^0.1.0",
"@cypherock/sdk-interfaces": "^0.0.16",
"@cypherock/sdk-utils": "^0.0.19",
"@reduxjs/toolkit": "^1.9.5",
"@solana/web3.js": "^1.87.6",
"@walletconnect/core": "2.10.0",
Expand Down
4 changes: 3 additions & 1 deletion packages/cysync-core/src/services/inheritance/common.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { z } from 'zod';

export const inheritanceBaseUrl = 'https://api-inheritance-dev.cypherock.com';
import { config } from '../../config';

export const inheritanceBaseUrl = `${config.API_CYPHEROCK}/inheritance`;

export const otpDetailSchema = z.object({
maskedEmail: z.string(),
Expand Down
2 changes: 1 addition & 1 deletion packages/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
},
"dependencies": {
"@cypherock/db-interfaces": "workspace:^",
"@cypherock/sdk-interfaces": "^0.0.15"
"@cypherock/sdk-interfaces": "^0.0.16"
}
}
Loading

0 comments on commit f035b71

Please sign in to comment.