-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into pb/circle-w3s
- Loading branch information
Showing
533 changed files
with
6,777 additions
and
7,494 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
* text=auto |
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
10 changes: 5 additions & 5 deletions
10
.github/workflows/check-build.yml → .github/workflows/build.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Lint | ||
|
||
on: pull_request | ||
|
||
jobs: | ||
lint: | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.ref }} | ||
|
||
- name: Set up Node.js | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: "18" | ||
cache: "yarn" | ||
|
||
- name: Install dependencies | ||
run: yarn install | ||
|
||
- name: Run lint | ||
run: yarn lint |
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
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 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 |
---|---|---|
@@ -1 +1 @@ | ||
--ignore-engines true | ||
--ignore-engines true |
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 |
---|---|---|
|
@@ -21,9 +21,9 @@ | |
"start:run": "node --experimental-specifier-resolution=node ./dist/index.js", | ||
"start:docker": "docker compose --profile engine --env-file ./.env up --remove-orphans", | ||
"start:docker-force-build": "docker compose --profile engine --env-file ./.env up --remove-orphans --build", | ||
"lint:fix": "eslint --fix 'src/**/*.ts'", | ||
"test:unit": "vitest", | ||
"test:coverage": "vitest run --coverage", | ||
"lint": "yarn biome lint", | ||
"copy-files": "cp -r ./src/prisma ./dist/" | ||
}, | ||
"dependencies": { | ||
|
@@ -32,7 +32,6 @@ | |
"@cloud-cryptographic-wallet/cloud-kms-signer": "^0.1.2", | ||
"@cloud-cryptographic-wallet/signer": "^0.0.5", | ||
"@ethersproject/json-wallets": "^5.7.0", | ||
"@fastify/basic-auth": "^5.1.1", | ||
"@fastify/swagger": "^8.9.0", | ||
"@fastify/type-provider-typebox": "^3.2.0", | ||
"@fastify/websocket": "^8.2.0", | ||
|
@@ -67,10 +66,10 @@ | |
"pg": "^8.11.3", | ||
"prisma": "^5.14.0", | ||
"prom-client": "^15.1.3", | ||
"prool": "^0.0.16", | ||
"superjson": "^2.2.1", | ||
"thirdweb": "5.61.3", | ||
"thirdweb": "^5.71.0", | ||
"uuid": "^9.0.1", | ||
"viem": "^2.21.54", | ||
"winston": "^3.14.1", | ||
"zod": "^3.23.8" | ||
}, | ||
|
@@ -84,34 +83,26 @@ | |
"@types/pg": "^8.6.6", | ||
"@types/uuid": "^9.0.1", | ||
"@types/ws": "^8.5.5", | ||
"@typescript-eslint/eslint-plugin": "^5.55.0", | ||
"@typescript-eslint/parser": "^5.55.0", | ||
"@vitest/coverage-v8": "^2.0.3", | ||
"eslint": "^9.3.0", | ||
"eslint-config-prettier": "^8.7.0", | ||
"openapi-typescript-codegen": "^0.25.0", | ||
"prettier": "^2.8.7", | ||
"prool": "^0.0.16", | ||
"typescript": "^5.1.3", | ||
"vitest": "^2.0.3" | ||
}, | ||
"lint-staged": { | ||
"*.{js,ts}": "eslint --cache --fix", | ||
"*.{js,ts,md}": "prettier --write" | ||
}, | ||
"prisma": { | ||
"schema": "./src/prisma/schema.prisma" | ||
}, | ||
"resolutions": { | ||
"@thirdweb-dev/auth/**/axios": ">=1.7.4", | ||
"@thirdweb-dev/auth/**/axios": ">=1.7.8", | ||
"@thirdweb-dev/auth/**/web3-utils": ">=4.2.1", | ||
"ethers-gcp-kms-signer/**/protobufjs": ">=7.2.5", | ||
"fastify/**/find-my-way": ">=8.2.2", | ||
"@grpc/grpc-js": ">=1.8.22", | ||
"body-parser": ">=1.20.3", | ||
"cookie": ">=0.7.0", | ||
"elliptic": ">=6.6.0", | ||
"micromatch": ">=4.0.8", | ||
"secp256k1": ">=4.0.4", | ||
"ws": ">=8.17.1" | ||
} | ||
"ws": ">=8.17.1", | ||
"cross-spawn": ">=7.0.6" | ||
}, | ||
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" | ||
} |
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
Oops, something went wrong.