Merge branch 'main' into marketplace-config
Showing
LICENSE
0 → 100644
data/txState.ts
deleted
100644 → 0
docs/ENVS.md
0 → 100644
lib/errors/getErrorCause.tsx
0 → 100644
lib/setLocale.ts
0 → 100644
mocks/txs/state.ts
0 → 100644
... | ... | @@ -16,6 +16,7 @@ |
"build": "next build", | ||
"build:docker": "docker build --build-arg GIT_COMMIT_SHA=$(git rev-parse HEAD) -t blockscout ./", | ||
"start": "next start", | ||
"start:docker:local": "docker run -p 3000:3000 --env-file .env.local blockscout", | ||
"start:docker:poa_core": "docker run -p 3000:3000 --env-file ./configs/envs/.env.common --env-file ./configs/envs/.env.poa_core --env-file ./configs/envs/.env.secrets blockscout", | ||
"lint:eslint": "./node_modules/.bin/eslint . --ext .js,.jsx,.ts,.tsx", | ||
"lint:eslint:fix": "./node_modules/.bin/eslint . --ext .js,.jsx,.ts,.tsx --fix", | ||
... | ... | @@ -24,7 +25,7 @@ |
"format-svg": "./node_modules/.bin/svgo -r ./icons", | ||
"test:pw": "./playwright/make-envs-script.sh && NODE_OPTIONS=\"--max-old-space-size=4096\" playwright test -c playwright-ct.config.ts", | ||
"test:pw:local": "export NODE_PATH=$(pwd)/node_modules && rm -rf ./playwright/.cache && yarn test:pw", | ||
"test:pw:docker": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.31.0-focal ./playwright/run-tests.sh", | ||
"test:pw:docker": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.32.0-focal ./playwright/run-tests.sh", | ||
"test:jest": "jest", | ||
"test:jest:watch": "jest --watch" | ||
}, | ||
... | ... | @@ -57,7 +58,7 @@ |
"js-cookie": "^3.0.1", | ||
"lodash": "^4.0.0", | ||
"monaco-editor": "^0.34.1", | ||
"next": "12.2.5", | ||
"next": "13.3.0", | ||
"nextjs-routes": "^1.0.8", | ||
"node-fetch": "^3.2.9", | ||
"papaparse": "^5.3.2", | ||
... | ... | @@ -78,7 +79,7 @@ |
"wagmi": "^0.10.6" | ||
}, | ||
"devDependencies": { | ||
"@playwright/experimental-ct-react": "1.31.0", | ||
"@playwright/experimental-ct-react": "1.32.3", | ||
"@svgr/webpack": "^6.5.1", | ||
"@testing-library/react": "^13.4.0", | ||
"@total-typescript/ts-reset": "^0.3.7", | ||
... | ... | @@ -99,7 +100,7 @@ |
"css-loader": "^6.7.3", | ||
"dotenv-cli": "^6.0.0", | ||
"eslint": "^8.32.0", | ||
"eslint-config-next": "^12.3.0", | ||
"eslint-config-next": "13.3.0", | ||
"eslint-plugin-es5": "^1.5.0", | ||
"eslint-plugin-import-helpers": "^1.2.1", | ||
"eslint-plugin-jest": "^27.1.6", | ||
... | ... | @@ -112,7 +113,7 @@ |
"lint-staged": ">=10", | ||
"mockdate": "^3.0.5", | ||
"next-transpile-modules": "^10.0.0", | ||
"playwright": "1.31.0", | ||
"playwright": "1.32.3", | ||
"style-loader": "^3.3.1", | ||
"svgo": "^2.8.0", | ||
"ts-jest": "^29.0.3", | ||
... | ... |
types/api/txStateChanges.ts
0 → 100644
types/utils.ts
0 → 100644





110 KB





ui/home/LatestDeposits.tsx
0 → 100644
ui/home/Transactions.tsx
0 → 100644
48.4 KB
48.1 KB
25.8 KB












45.8 KB
45.1 KB
41.2 KB
39.1 KB



















ui/tx/TxState.pw.tsx
0 → 100644
109 KB
39.6 KB
52.7 KB
ui/tx/state/utils.tsx
0 → 100644