ipfs / helia

An implementation of IPFS in JavaScript
https://helia.io
Other
812 stars 81 forks source link

fix: respect the IPNS TTL field #482

Closed achingbrain closed 3 months ago

achingbrain commented 3 months ago

Uses the @libp2p/record timeReceived property and the .ttl field of the IPNS Record to calcuate the TTL of the record separately from the record EOL.

This was going to be a push to #473 but it was merged prematurely.

Fixes #479

Change checklist