Mismatch with spec on casing #406
Labels
dif/easy
Someone with a little familiarity can pick up
effort/hours
Estimated to take one or several hours
kind/bug
A bug in existing code (including security flaws)
P1
High: Likely tackled by core team if no one steps up
Checklist
Installation method
ipfs-desktop
Version
Config
Click to expand
Description
The entries in the CBOR of an IPNS record aren't cased quite like the spec:
https://specs.ipfs.tech/ipns/ipns-record/#record-verification
In all but one case, the spec has the first letter of the key lowercase while Kubo has it upper, e.g. : validityType vs. ValidityType
The other case is ttl or TTL, which is all-lower in the spec and all-upper in Kubo.
I'm not sure if the issue is Kubo or the spec, but they should agree with each other.
The text was updated successfully, but these errors were encountered: