Skip to content

feat: implement bitcoin api #8

feat: implement bitcoin api

feat: implement bitcoin api #8

Triggered via pull request March 4, 2024 09:49
@ahonnahonn
synchronize #1
develop
Status Failure
Total duration 1m 39s
Billable time 2m
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Unhandled error: src/routes/bitcoin/address.ts#L23
TypeError: Type.Integer(...).optional is not a function ❯ addressRoutes src/routes/bitcoin/address.ts:23:39 ❯ Plugin.exec node_modules/.pnpm/avvio@8.3.0/node_modules/avvio/lib/plugin.js:122:28 ❯ Boot._loadPlugin node_modules/.pnpm/avvio@8.3.0/node_modules/avvio/boot.js:423:10 This error originated in "test/routes/bitcoind/address.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Unhandled error: src/routes/bitcoin/address.ts#L23
TypeError: Type.Integer(...).optional is not a function ❯ addressRoutes src/routes/bitcoin/address.ts:23:39 ❯ Plugin.exec node_modules/.pnpm/avvio@8.3.0/node_modules/avvio/lib/plugin.js:122:28 ❯ Boot._loadPlugin node_modules/.pnpm/avvio@8.3.0/node_modules/avvio/boot.js:423:10 This error originated in "test/routes/bitcoind/transaction.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Unhandled error: src/routes/bitcoin/address.ts#L23
TypeError: Type.Integer(...).optional is not a function ❯ addressRoutes src/routes/bitcoin/address.ts:23:39 ❯ Plugin.exec node_modules/.pnpm/avvio@8.3.0/node_modules/avvio/lib/plugin.js:122:28 ❯ Boot._loadPlugin node_modules/.pnpm/avvio@8.3.0/node_modules/avvio/boot.js:423:10 This error originated in "test/routes/bitcoind/block.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Unhandled error: src/routes/bitcoin/address.ts#L23
TypeError: Type.Integer(...).optional is not a function ❯ addressRoutes src/routes/bitcoin/address.ts:23:39 ❯ Plugin.exec node_modules/.pnpm/avvio@8.3.0/node_modules/avvio/lib/plugin.js:122:28 ❯ Boot._loadPlugin node_modules/.pnpm/avvio@8.3.0/node_modules/avvio/boot.js:423:10 This error originated in "test/routes/bitcoind/info.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Unhandled error: src/routes/bitcoin/address.ts#L23
TypeError: Type.Integer(...).optional is not a function ❯ addressRoutes src/routes/bitcoin/address.ts:23:39 ❯ Plugin.exec node_modules/.pnpm/avvio@8.3.0/node_modules/avvio/lib/plugin.js:122:28 ❯ Boot._loadPlugin node_modules/.pnpm/avvio@8.3.0/node_modules/avvio/boot.js:423:10 This error originated in "test/routes/token.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "`/token/generate` - 400". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: src/routes/bitcoin/address.ts#L23
TypeError: Type.Integer(...).optional is not a function ❯ addressRoutes src/routes/bitcoin/address.ts:23:39 ❯ Plugin.exec node_modules/.pnpm/avvio@8.3.0/node_modules/avvio/lib/plugin.js:122:28 ❯ Boot._loadPlugin node_modules/.pnpm/avvio@8.3.0/node_modules/avvio/boot.js:423:10 ❯ processTicksAndRejections node:internal/process/task_queues:82:21 This error originated in "test/routes/token.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "`/token/generate` - 200". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: src/routes/bitcoin/address.ts#L23
TypeError: Type.Integer(...).optional is not a function ❯ addressRoutes src/routes/bitcoin/address.ts:23:39 ❯ Plugin.exec node_modules/.pnpm/avvio@8.3.0/node_modules/avvio/lib/plugin.js:122:28 ❯ Boot._loadPlugin node_modules/.pnpm/avvio@8.3.0/node_modules/avvio/boot.js:423:10 ❯ processTicksAndRejections node:internal/process/task_queues:82:21 This error originated in "test/app.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "`/docs/json` - 200". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
test
Process completed with exit code 1.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.