Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: require IPNS V2 signatures
Browse files Browse the repository at this point in the history
ipfs/js-ipns#180

BREAKING CHANGE: IPNS V1 signatures are ignored, records without V2 signature are no longer marked as Valid.
  • Loading branch information
lidel committed Sep 20, 2022
1 parent 89aeaf8 commit 4adda36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/interface-ipfs-core/package.json
Expand Up @@ -88,7 +88,7 @@
"ipfs-unixfs": "^7.0.0",
"ipfs-unixfs-importer": "^10.0.1",
"ipfs-utils": "^9.0.6",
"ipns": "^2.0.2",
"ipns": "^3.0.0",
"is-ipfs": "^6.0.1",
"iso-random-stream": "^2.0.2",
"it-all": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core/package.json
Expand Up @@ -121,7 +121,7 @@
"ipfs-unixfs-exporter": "^8.0.4",
"ipfs-unixfs-importer": "^10.0.1",
"ipfs-utils": "^9.0.6",
"ipns": "^2.0.2",
"ipns": "^3.0.0",
"is-domain-name": "^1.0.1",
"is-ipfs": "^6.0.1",
"it-drain": "^1.0.3",
Expand Down

0 comments on commit 4adda36

Please sign in to comment.