Skip to content

fix: bump @libp2p/interface from 1.7.0 to 2.0.0 #480

fix: bump @libp2p/interface from 1.7.0 to 2.0.0

fix: bump @libp2p/interface from 1.7.0 to 2.0.0 #480

Triggered via pull request September 11, 2024 10:47
Status Failure
Total duration 1m 5s
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/noise.ts#L2
Module '"@libp2p/interface"' has no exported member 'CodeError'.
check: src/noise.ts#L89
Property 'privateKey' does not exist on type 'PeerId'.
check: src/noise.ts#L92
Property 'privateKey' does not exist on type 'PeerId'.
check: src/noise.ts#L98
Argument of type 'PrivateKey<KeyType>' is not assignable to parameter of type 'PrivateKey'.
check: src/noise.ts#L111
Type 'Ed25519PeerId | Secp256k1PeerId | RSAPeerId' is not assignable to type 'PeerId'.
check: src/noise.ts#L136
Property 'privateKey' does not exist on type 'PeerId'.
check: src/noise.ts#L139
Property 'privateKey' does not exist on type 'PeerId'.
check: src/noise.ts#L145
Argument of type 'PrivateKey<KeyType>' is not assignable to parameter of type 'PrivateKey'.
check: src/noise.ts#L158
Type 'Ed25519PeerId | Secp256k1PeerId | RSAPeerId' is not assignable to type 'PeerId'.
check: src/utils.ts#L18
Property 'public' does not exist on type 'PrivateKey'.