Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: respect the IPNS TTL field #482

Merged
merged 2 commits into from
Apr 3, 2024
Merged

fix: respect the IPNS TTL field #482

merged 2 commits into from
Apr 3, 2024

Commits on Apr 3, 2024

  1. fix: honor IPNS TTL field

    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.
    achingbrain committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3d2b1f7 View commit details
    Browse the repository at this point in the history
  2. chore: apply suggestions from code review

    Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
    achingbrain and SgtPooki authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    534f755 View commit details
    Browse the repository at this point in the history