Skip to content

adding subscription handling to dwn server. #169

adding subscription handling to dwn server.

adding subscription handling to dwn server. #169

Triggered via pull request September 28, 2023 08:43
Status Failure
Total duration 30s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: src/json-rpc-handlers/dwn/process-message.ts#L14
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionRequestReply'.
test: src/json-rpc-handlers/dwn/process-message.ts#L41
Property 'Subscriptions' does not exist on type 'typeof DwnInterfaceName'.
test: src/subscription-manager.ts#L1
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionFilter'.
test: src/subscription-manager.ts#L2
'"@tbd54566975/dwn-sdk-js"' has no exported member named 'EventMessage'. Did you mean 'EventsGetMessage'?
test: src/subscription-manager.ts#L5
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionRequest'.
test: src/subscription-manager.ts#L6
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionRequestReply'.
test: src/subscription-manager.ts#L134
Property 'handleSubscriptionRequest' does not exist on type 'Dwn'.
test: tests/subscription-manager.spec.ts#L6
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionRequest'.
test: tests/utils.ts#L16
Module '"@tbd54566975/dwn-sdk-js"' has no exported member 'SubscriptionRequest'.
test
Process completed with exit code 2.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/