-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump deps * Bump deps * Switch to tsx * Enable corepack * Bump yarn * Update yarn-managed package locks and settings * Tweak gitignore * Add yarn cache * Fix dockerignore * Fix docker builds * Update yarn packages and settings * Install deps for all platforms * Switch to debian * Properly copy yarn cache into docker * Final fix * Add git lfs * Use lfs at CI
- Loading branch information
Showing
252 changed files
with
3,437 additions
and
866 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,8 @@ | ||
# Logs | ||
logs | ||
*.log | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directory | ||
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git | ||
node_modules | ||
|
||
server/*.spec.js | ||
kubernetes | ||
* | ||
|
||
!src | ||
!.yarn | ||
!package.json | ||
!yarn.lock | ||
!.yarnrc.yml | ||
!tsconfig.json |
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 @@ | ||
*.zip filter=lfs diff=lfs merge=lfs -text |
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 |
---|---|---|
@@ -1,133 +1,11 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
lerna-debug.log* | ||
.pnpm-debug.log* | ||
/node_modules | ||
|
||
# Diagnostic reports (https://nodejs.org/api/report.html) | ||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json | ||
.yarn/* | ||
!.yarn/cache | ||
!.yarn/patches | ||
!.yarn/plugins | ||
!.yarn/releases | ||
!.yarn/sdks | ||
!.yarn/versions | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
*.lcov | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# Snowpack dependency directory (https://snowpack.dev/) | ||
web_modules/ | ||
|
||
# TypeScript cache | ||
*.tsbuildinfo | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional stylelint cache | ||
.stylelintcache | ||
|
||
# Microbundle cache | ||
.rpt2_cache/ | ||
.rts2_cache_cjs/ | ||
.rts2_cache_es/ | ||
.rts2_cache_umd/ | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variable files | ||
.env | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
.env.local | ||
|
||
# parcel-bundler cache (https://parceljs.org/) | ||
.cache | ||
.parcel-cache | ||
|
||
# Next.js build output | ||
.next | ||
out | ||
|
||
# Nuxt.js build / generate output | ||
.nuxt | ||
dist | ||
|
||
# Gatsby files | ||
.cache/ | ||
# Comment in the public line in if your project uses Gatsby and not Next.js | ||
# https://nextjs.org/blog/next-9-1#public-directory-support | ||
# public | ||
|
||
# vuepress build output | ||
.vuepress/dist | ||
|
||
# vuepress v2.x temp and cache directory | ||
.temp | ||
.cache | ||
|
||
# Docusaurus cache and generated files | ||
.docusaurus | ||
|
||
# Serverless directories | ||
.serverless/ | ||
|
||
# FuseBox cache | ||
.fusebox/ | ||
|
||
# DynamoDB Local files | ||
.dynamodb/ | ||
|
||
# TernJS port file | ||
.tern-port | ||
|
||
# Stores VSCode versions used for testing VSCode extensions | ||
.vscode-test | ||
|
||
# yarn v2 | ||
.yarn/cache | ||
.yarn/unplugged | ||
.yarn/build-state.yml | ||
.yarn/install-state.gz | ||
.pnp.* | ||
|
||
# production | ||
/build | ||
/build |
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@esbuild-darwin-arm64-npm-0.21.5-62349c1520-10c0.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@esbuild-darwin-x64-npm-0.21.5-491c2ae06c-10c0.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@esbuild-linux-arm64-npm-0.21.5-c6a54cd648-10c0.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@esbuild-linux-x64-npm-0.21.5-88079726c4-10c0.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@esbuild-win32-arm64-npm-0.21.5-d0ef444aab-10c0.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@esbuild-win32-x64-npm-0.21.5-eddc2b5ad6-10c0.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@isaacs-cliui-npm-8.0.2-f4364666d5-b1bf42535d.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@noble-curves-npm-1.3.0-e6ed020ee6-704bf8fda8.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@noble-hashes-npm-1.3.3-f7374e6cdf-23c020b33d.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@npmcli-agent-npm-2.2.2-e2f559d6c0-325e0db7b2.zip
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@opentelemetry-api-npm-1.7.0-6263fad98a-b5468115d1.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@pkgjs-parseargs-npm-0.11.0-cd2a3fe948-5bd7576bb1.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-api-augment-npm-12.2.1-2c7823b1ed-2ee641f509.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-api-base-npm-12.2.1-428664e0ab-ce24142479.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-api-derive-npm-12.2.1-bb60605de6-acca9f0f13.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-api-json-rpc-provider-npm-0.0.1-f654bbb282-90dc86693e.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-api-json-rpc-provider-proxy-npm-0.0.1-1bf57f7a3e-2e18848c36.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-api-metadata-builders-npm-0.0.1-61c800bac5-15cee1c05f.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-api-npm-12.2.1-e3e9b7bcc9-e13c72b022.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-api-observable-client-npm-0.1.0-619e39090c-e2557d1875.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-api-substrate-bindings-npm-0.0.1-6225eecf80-1993706a4f.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-api-substrate-client-npm-0.0.1-ee19ef3eaf-92dbe76ea4.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-api-utils-npm-0.0.1-b186f4ef1e-531de2bfe0.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-keyring-npm-13.0.2-9554401439-102fb4007b.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-networks-npm-13.0.2-8dfe710869-33fd834863.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-rpc-augment-npm-12.2.1-85afbcac7e-f30d51b3d6.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-rpc-core-npm-12.2.1-95830dd905-decb31457e.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-rpc-provider-npm-12.2.1-b48c8e9350-a99150b482.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-types-augment-npm-12.2.1-01f827fd9c-f4fb32d3a7.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-types-codec-npm-12.2.1-48e8c492e8-1c31390444.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-types-create-npm-12.2.1-dc147eadbc-d76d6f01d4.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-types-known-npm-12.2.1-72b1b94c56-ba0ee2f68b.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-types-npm-12.2.1-f37f41c587-9773c8bbe5.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-types-support-npm-12.2.1-c653ff7558-9827416128.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-util-crypto-npm-13.0.2-d099dc15dc-01c4f59279.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-util-npm-13.0.2-8789784a95-2dabe88a6d.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-wasm-bridge-npm-7.3.2-893bff13cb-8becfcd4ef.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-wasm-crypto-asmjs-npm-7.3.2-266cd75ddc-c4eb0b2c6b.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-wasm-crypto-init-npm-7.3.2-0efc591164-4813a87bf4.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-wasm-crypto-npm-7.3.2-916f26ef8b-ff3ef6a2a4.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-wasm-crypto-wasm-npm-7.3.2-9198331f4d-546ebc5c42.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-wasm-util-npm-7.3.2-eee37000a7-58ef58d357.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-x-bigint-npm-13.0.2-53c60ea477-506dca890f.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-x-fetch-npm-13.0.2-f0bef83625-4f597769cd.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-x-global-npm-13.0.2-b2c1f9edbf-68e1e1f15a.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-x-randomvalues-npm-13.0.2-5491a9af48-81b7e88105.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-x-textdecoder-npm-13.0.2-f4d7113f60-c77054ba8c.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-x-textencoder-npm-13.0.2-8be6861060-a84d230975.zip
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
.yarn/cache/@polkadot-x-ws-npm-13.0.2-fd6ffd61e1-87b01c6eb5.zip
Git LFS file not shown
Git LFS file not shown
Oops, something went wrong.