Missed this when cashtab-faucet was split out of token-server
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABC65d2f97eda3b: [cashtab-faucet] Patch CI for correct project root
proofread, CI
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Build Bitcoin ABC Diffs / Diff Testing (cashtab-faucet-tests) failed.
Tail of the build log:
37 packages are looking for funding run `npm fund` for details 7 vulnerabilities (1 low, 5 moderate, 1 high) To address all issues, run: npm audit fix Run `npm audit` for details. > ecash-lib@4.3.1 build > tsc && tsc -p ./tsconfig.build.json && cp -r ./src/ffi ./dist /work/apps/cashtab-faucet /work/abc-ci-builds/cashtab-faucet-tests added 513 packages, and audited 1722 packages in 6s 171 packages are looking for funding run `npm fund` for details 21 vulnerabilities (4 low, 12 moderate, 3 high, 2 critical) To address issues that do not require attention, run: npm audit fix To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. CI configured to test build. Building... > cashtab-faucet@0.0.0 build > tsc -p ./tsconfig.build.json ../../modules/ecash-wallet/src/wallet.ts(40,8): error TS2307: Cannot find module 'ecash-lib' or its corresponding type declarations. ../../modules/ecash-wallet/src/wallet.ts(41,54): error TS2307: Cannot find module 'chronik-client' or its corresponding type declarations. ../../modules/ecash-wallet/src/wallet.ts(884,10): error TS7006: Parameter 'output' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1328,9): error TS7006: Parameter 'action' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1419,40): error TS7006: Parameter 'output' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1445,46): error TS7006: Parameter 'output' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1463,9): error TS7006: Parameter 'output' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1488,13): error TS7006: Parameter 'output' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1526,9): error TS7006: Parameter 'action' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1530,10): error TS7006: Parameter 'o' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1553,21): error TS7006: Parameter 'action' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1554,18): error TS7006: Parameter 'action' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1558,10): error TS7006: Parameter 'output' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1592,21): error TS7006: Parameter 'action' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1593,18): error TS7006: Parameter 'action' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1599,21): error TS7006: Parameter 'action' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1600,18): error TS7006: Parameter 'action' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1609,17): error TS7006: Parameter 'o' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1614,18): error TS7006: Parameter 'o' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1705,17): error TS7006: Parameter 'output' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1709,22): error TS7006: Parameter 'output' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1710,26): error TS7006: Parameter 'prev' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1710,32): error TS7006: Parameter 'curr' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1728,29): error TS7006: Parameter 'burnAction' implicitly has an 'any' type. ../../modules/ecash-wallet/src/wallet.ts(1753,25): error TS2365: Operator '-' cannot be applied to types 'number' and 'bigint'. Build cashtab-faucet-tests failed with exit code 2