Skip to content

feat: rgb++ ckb transaction queue #33

feat: rgb++ ckb transaction queue

feat: rgb++ ckb transaction queue #33

Triggered via pull request March 15, 2024 05:54
Status Failure
Total duration 38s
Billable time 1m
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

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