Skip to content

Implement support for ephemeral headers #962

Implement support for ephemeral headers

Implement support for ephemeral headers #962

Triggered via pull request February 16, 2025 01:48
Status Failure
Total duration 43s
Artifacts

cli-build.yml

on: pull_request
Matrix: test-unit-cli
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test-unit-cli (20)
Argument of type 'BeaconLightClientNetwork' is not assignable to parameter of type 'BaseNetwork'.
test-unit-cli (20)
Conversion of type 'BaseNetwork | undefined' to type 'BeaconLightClientNetwork' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test-unit-cli (20)
Property 'handleFindContent' in type 'BeaconLightClientNetwork' is not assignable to the same property in base type 'BaseNetwork'.
test-unit-cli (20)
Argument of type 'BeaconLightClientNetwork' is not assignable to parameter of type 'BaseNetwork'.
test-unit-cli (20)
Conversion of type 'BaseNetwork | undefined' to type 'BeaconLightClientNetwork' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test-unit-cli (20)
Argument of type 'BeaconLightClientNetwork' is not assignable to parameter of type 'BaseNetwork'.
test-unit-cli (20)
Conversion of type 'BaseNetwork | undefined' to type 'BeaconLightClientNetwork' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
test-unit-cli (20)
Argument of type 'BeaconLightClientNetwork' is not assignable to parameter of type 'BaseNetwork'.
test-unit-cli (20)
Argument of type 'BeaconLightClientNetwork' is not assignable to parameter of type 'BaseNetwork'.
test-unit-cli (20)
Process completed with exit code 2.