Skip to content
Triggered via pull request September 2, 2024 11:19
Status Failure
Total duration 1m 27s
Artifacts

js-test-and-release.yml

on: pull_request
Matrix: test-node
test-chrome
0s
test-chrome
test-chrome-webworker
0s
test-chrome-webworker
test-firefox
0s
test-firefox
test-firefox-webworker
0s
test-firefox-webworker
test-electron-main
0s
test-electron-main
test-electron-renderer
0s
test-electron-renderer
test-interop
0s
test-interop
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

10 errors
check: src/index.ts#L16
Type '(components: NoiseComponents) => Noise' is not assignable to type '(components: NoiseComponents) => ConnectionEncrypter<NoiseExtensions>'.
check: src/noise.ts#L1
Module '"@libp2p/crypto/keys"' has no exported member 'publicKeyFromProtobuf'.
check: src/noise.ts#L3
'"@libp2p/peer-id"' has no exported member named 'peerIdFromPublicKey'. Did you mean 'peerIdFromKeys'?
check: src/noise.ts#L77
Property 'secureOutbound' in type 'Noise' is not assignable to the same property in base type 'INoiseConnection'.
check: src/noise.ts#L90
Argument of type 'Uint8Array | undefined' is not assignable to parameter of type 'PublicKey<"Ed25519"> | undefined'.
check: src/noise.ts#L115
Property 'secureInbound' in type 'Noise' is not assignable to the same property in base type 'INoiseConnection'.
check: src/noise.ts#L128
Argument of type 'Uint8Array | undefined' is not assignable to parameter of type 'PublicKey<"Ed25519"> | undefined'.
check: src/utils.ts#L1
Module '"@libp2p/crypto/keys"' has no exported member 'publicKeyFromProtobuf'.
check: src/utils.ts#L1
Module '"@libp2p/crypto/keys"' has no exported member 'publicKeyToProtobuf'.
check: src/utils.ts#L16
Property 'publicKey' does not exist on type 'PrivateKey<"Ed25519">'. Did you mean 'public'?