You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/ipns/ipns-record.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: IPNS Record and Protocol
3
3
description: >
4
4
Specifies the IPNS protocol in a language-agnostic manner, allowing everyone to
5
5
create a compatible IPNS Record Publisher or Resolver.
6
-
date: 2023-07-24
6
+
date: 2023-10-03
7
7
maturity: reliable
8
8
editors:
9
9
- name: Vasco Santos
@@ -151,9 +151,9 @@ A logical :dfn[IPNS Record] is a data structure containing the following fields:
151
151
- Implementations MUST include this value in inside the DAG-CBOR document at `IpnsEntry.data[Sequence]`.
152
152
153
153
-**TTL** (uint64)
154
-
- A hint for how long the record should be cached before going back to, for instance the DHT, in order to check if it has been updated.
154
+
- A hint for how long (in nanoseconds) the record should be cached before going back to, for instance the DHT, in order to check if it has been updated.
155
155
- Implementations MUST include this value inside the DAG-CBOR document at `IpnsEntry.data[TTL]`.
- If public key is small enough to fit in IPNS name (e.g., Ed25519 keys inlined using `identity` multihash), `IpnsEntry.pubKey` field is redundant and MAY be skipped to save space.
0 commit comments