-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
kind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)status/readyReady to be workedReady to be worked
Description
It looks like the IPNS republisher ignores the EOL set in the original record.
Say Alice creates an IPNS record with and EOL of 10 years from now, but has a republisher rate of 4 hours. Alice will end up republishing a record with the same sequence number, path, TTL, etc. but with a shorter EOL (i.e. the Ipns.RecordLifetime set in the config file, which defaults to 24 hours).
This might just be as simple a fix as correcting these few lines, but we should check it out to be sure.
@Stebalien thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugA bug in existing code (including security flaws)A bug in existing code (including security flaws)status/readyReady to be workedReady to be worked