Skip to content

deps: bump @libp2p/interface from 1.7.0 to 2.0.0 #272

deps: bump @libp2p/interface from 1.7.0 to 2.0.0

deps: bump @libp2p/interface from 1.7.0 to 2.0.0 #272

Triggered via pull request September 12, 2024 11:00
Status Failure
Total duration 1m 4s
Artifacts

js-test-and-release.yml

on: pull_request
js-test-and-release  /  check
48s
js-test-and-release / check
Matrix: js-test-and-release / test-node
Matrix: js-test-and-release / test-webkit-webworker
Matrix: js-test-and-release / test-webkit
js-test-and-release  /  test-chrome
0s
js-test-and-release / test-chrome
js-test-and-release  /  test-chrome-webworker
0s
js-test-and-release / test-chrome-webworker
js-test-and-release  /  test-firefox
0s
js-test-and-release / test-firefox
js-test-and-release  /  test-firefox-webworker
0s
js-test-and-release / test-firefox-webworker
js-test-and-release  /  test-electron-main
0s
js-test-and-release / test-electron-main
js-test-and-release  /  test-electron-renderer
0s
js-test-and-release / test-electron-renderer
js-test-and-release  /  release-check
0s
js-test-and-release / release-check
js-test-and-release  /  release
0s
js-test-and-release / release
Fit to window
Zoom out
Zoom in

Annotations

10 errors
js-test-and-release / check: src/index.ts#L211
Property 'privateKey' does not exist on type 'PeerId'.
js-test-and-release / check: src/index.ts#L215
Property 'privateKey' does not exist on type 'PeerId'.
js-test-and-release / check: src/index.ts#L224
Property 'toBytes' does not exist on type 'RSAPeerId | Ed25519PeerId | Secp256k1PeerId'.
js-test-and-release / check: src/index.ts#L226
Argument of type 'RSAPublicKey | Ed25519PublicKey | Secp256k1PublicKey' is not assignable to parameter of type 'Uint8Array'.
js-test-and-release / check: src/index.ts#L227
Type 'RSAPublicKey | Ed25519PublicKey | Secp256k1PublicKey' is not assignable to type 'Uint8Array | undefined'.
js-test-and-release / check: src/index.ts#L232
Argument of type 'PrivateKey<KeyType>' is not assignable to parameter of type 'PrivateKey'.
js-test-and-release / check: src/utils.ts#L38
Type 'PublicKey<KeyType>' is not assignable to type 'PublicKey | undefined'.
js-test-and-release / check: src/utils.ts#L46
Argument of type 'PeerId' is not assignable to parameter of type 'string | Uint8Array | PeerId | undefined'.
js-test-and-release / check: src/utils.ts#L50
Type 'PublicKey<KeyType>' is not assignable to type 'PublicKey | undefined'.
js-test-and-release / check: src/utils.ts#L50
Argument of type 'RSAPublicKey | Ed25519PublicKey | Secp256k1PublicKey' is not assignable to parameter of type 'Uint8Array'.