Skip to content

feat: rgb++ ckb transaction queue #79

feat: rgb++ ckb transaction queue

feat: rgb++ ckb transaction queue #79

Triggered via pull request March 25, 2024 23:33
Status Failure
Total duration 1m 1s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test/app.test.ts: src/env.ts#L63
ZodError: [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "BITCOIN_SPV_SERVICE_URL" ], "message": "Required" } ] ❯ Object.get error [as error] node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:538:31 ❯ ZodObject.parse node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:638:22 ❯ src/env.ts:63:30 ❯ src/container.ts:6:31 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { BITCOIN_SPV_SERVICE_URL: [ 'Required' ] } } }
test/routes/token.test.ts: src/env.ts#L63
ZodError: [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "BITCOIN_SPV_SERVICE_URL" ], "message": "Required" } ] ❯ Object.get error [as error] node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:538:31 ❯ ZodObject.parse node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:638:22 ❯ src/env.ts:63:30 ❯ src/container.ts:6:31 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { BITCOIN_SPV_SERVICE_URL: [ 'Required' ] } } }
test/services/paymaster.test.ts: src/env.ts#L63
ZodError: [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "BITCOIN_SPV_SERVICE_URL" ], "message": "Required" } ] ❯ Object.get error [as error] node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:538:31 ❯ ZodObject.parse node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:638:22 ❯ src/env.ts:63:30 ❯ src/container.ts:6:31 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { BITCOIN_SPV_SERVICE_URL: [ 'Required' ] } } }
test/services/transaction.test.ts: src/env.ts#L63
ZodError: [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "BITCOIN_SPV_SERVICE_URL" ], "message": "Required" } ] ❯ Object.get error [as error] node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:538:31 ❯ ZodObject.parse node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:638:22 ❯ src/env.ts:63:30 ❯ src/container.ts:6:31 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { BITCOIN_SPV_SERVICE_URL: [ 'Required' ] } } }
test/services/unlocker.test.ts: src/env.ts#L63
ZodError: [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "BITCOIN_SPV_SERVICE_URL" ], "message": "Required" } ] ❯ Object.get error [as error] node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:538:31 ❯ ZodObject.parse node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:638:22 ❯ src/env.ts:63:30 ❯ src/container.ts:6:31 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { BITCOIN_SPV_SERVICE_URL: [ 'Required' ] } } }
test/routes/bitcoind/address.test.ts: src/env.ts#L63
ZodError: [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "BITCOIN_SPV_SERVICE_URL" ], "message": "Required" } ] ❯ Object.get error [as error] node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:538:31 ❯ ZodObject.parse node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:638:22 ❯ src/env.ts:63:30 ❯ src/container.ts:6:31 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { BITCOIN_SPV_SERVICE_URL: [ 'Required' ] } } }
test/routes/bitcoind/block.test.ts: src/env.ts#L63
ZodError: [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "BITCOIN_SPV_SERVICE_URL" ], "message": "Required" } ] ❯ Object.get error [as error] node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:538:31 ❯ ZodObject.parse node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:638:22 ❯ src/env.ts:63:30 ❯ src/container.ts:6:31 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { BITCOIN_SPV_SERVICE_URL: [ 'Required' ] } } }
test/routes/bitcoind/info.test.ts: src/env.ts#L63
ZodError: [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "BITCOIN_SPV_SERVICE_URL" ], "message": "Required" } ] ❯ Object.get error [as error] node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:538:31 ❯ ZodObject.parse node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:638:22 ❯ src/env.ts:63:30 ❯ src/container.ts:6:31 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { BITCOIN_SPV_SERVICE_URL: [ 'Required' ] } } }
test/routes/bitcoind/transaction.test.ts: src/env.ts#L63
ZodError: [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "BITCOIN_SPV_SERVICE_URL" ], "message": "Required" } ] ❯ Object.get error [as error] node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:538:31 ❯ ZodObject.parse node_modules/.pnpm/[email protected]/node_modules/zod/lib/index.mjs:638:22 ❯ src/env.ts:63:30 ❯ src/container.ts:6:31 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { issues: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], addIssue: 'Function<anonymous>', addIssues: 'Function<anonymous>', errors: [ { code: 'invalid_type', expected: 'string', received: 'undefined', path: [ 'BITCOIN_SPV_SERVICE_URL' ], message: 'Required' } ], format: 'Function<format>', isEmpty: false, flatten: 'Function<flatten>', formErrors: { formErrors: [], fieldErrors: { BITCOIN_SPV_SERVICE_URL: [ 'Required' ] } } }
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/.