w3name
w3name copied to clipboard
Update to latest `ipns`
Seems that w3name uses old version of https://www.npmjs.com/package/ipns, missing two changes:
-
v3.0.0brings security fix- https://github.com/ipfs/js-ipns/pull/180
- record
ipns.createcontinues to create records with both V1 and V2 signatures - record
ipns.validateno longer accepts V1 signatures (important, if you accept records created outside of your infra)
- record
- https://github.com/ipfs/js-ipns/pull/180
-
v10.0.2brings perf. fix- https://github.com/ipfs/js-ipns/pull/336
If possible, update to https://www.npmjs.com/package/ipns @ v10.0.2 or later