Skip to content

feat: maskWebhookUrl helper, webhook payload builder, structured logs, and wallet holdings endpoint #467

feat: maskWebhookUrl helper, webhook payload builder, structured logs, and wallet holdings endpoint

feat: maskWebhookUrl helper, webhook payload builder, structured logs, and wallet holdings endpoint #467

Triggered via pull request June 27, 2026 14:43
Status Failure
Total duration 34s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
verify
Process completed with exit code 2.
verify: src/modules/wallets/wallet-holdings.integration.test.ts#L124
Object literal may only specify known properties, and 'holdings' does not exist in type '[{ creator_id: string; creator_handle: string | null; key_count?: any; current_price?: any; total_value?: any; }[], number] | Promise<[{ creator_id: string; creator_handle: string | null; key_count?: any; current_price?: any; total_value?: any; }[], number]>'.
verify: src/modules/wallets/wallet-holdings.integration.test.ts#L103
Object literal may only specify known properties, and 'holdings' does not exist in type '[{ creator_id: string; creator_handle: string | null; key_count?: any; current_price?: any; total_value?: any; }[], number] | Promise<[{ creator_id: string; creator_handle: string | null; key_count?: any; current_price?: any; total_value?: any; }[], number]>'.
verify: src/modules/wallets/wallet-holdings.integration.test.ts#L78
Object literal may only specify known properties, and 'holdings' does not exist in type '[{ creator_id: string; creator_handle: string | null; key_count?: any; current_price?: any; total_value?: any; }[], number] | Promise<[{ creator_id: string; creator_handle: string | null; key_count?: any; current_price?: any; total_value?: any; }[], number]>'.
verify: src/modules/wallets/wallet-holdings.integration.test.ts#L55
Object literal may only specify known properties, and 'holdings' does not exist in type '[{ creator_id: string; creator_handle: string | null; key_count?: any; current_price?: any; total_value?: any; }[], number] | Promise<[{ creator_id: string; creator_handle: string | null; key_count?: any; current_price?: any; total_value?: any; }[], number]>'.
verify: src/modules/wallets/wallet-holdings.integration.test.ts#L9
Module '"./wallet-holdings.service"' has no exported member 'HoldingItem'.
verify
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/