w3name icon indicating copy to clipboard operation
w3name copied to clipboard

Update to latest `ipns`

Open lidel opened this issue 10 months ago • 0 comments

Seems that w3name uses old version of https://www.npmjs.com/package/ipns, missing two changes:

  • v3.0.0 brings security fix
    • https://github.com/ipfs/js-ipns/pull/180
      • record ipns.create continues to create records with both V1 and V2 signatures
      • record ipns.validate no longer accepts V1 signatures (important, if you accept records created outside of your infra)
  • v10.0.2 brings 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

lidel avatar Mar 18 '25 23:03 lidel