summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-08Properly cite PijulHEADcurrentKim Altintop
2023-08-08Fix (ignore) doctestsKim Altintop
2023-08-08Update dependenciesKim Altintop
2023-04-13Update dependenciesKim Altintop
Signed-off-by: Kim Altintop <kim@eagain.io>
2023-04-13doc: bump spec versionKim Altintop
Signed-off-by: Kim Altintop <kim@eagain.io>
2023-04-13doc: update spec on BLAKE3 bundle checksumKim Altintop
Signed-off-by: Kim Altintop <kim@eagain.io>
2023-04-13core: replace bundle checksum with BLAKE3Kim Altintop
BLAKE3 has a verified streaming mode (Bao), which allows variable chunk sizes without altering the root hash. This means that a BLAKE3 hash can serve as a long-term stable content address in location-independent storage (as demonstrated by iroh). Signed-off-by: Kim Altintop <kim@eagain.io>
2023-03-29LeftoversKim Altintop
- Missing "use" in README - Rename IncompatibleSpecVersion to IncompatibleVersion Signed-off-by: Kim Altintop <kim@eagain.io>
2023-03-29doc: update spec on identity formatKim Altintop
Signed-off-by: Kim Altintop <kim@eagain.io>
2023-03-29core: explicit root keys for identityKim Altintop
Replace threshold on identities with a roles dictionary, where the only currently supported role is "root". Keys in the root role are eligible for identity document updates. This allows users to restrict identity edits to keys on secure storage, while still permitting signatures from weaker protected keys for other purposes. Signed-off-by: Kim Altintop <kim@eagain.io>
2023-03-29doc: update spec on versioningKim Altintop
Signed-off-by: Kim Altintop <kim@eagain.io>
2023-03-29core: version each metadata type separatelyKim Altintop
It turns out to be preferable to be able to break one type without affecting the other. So instead of the global SpecVersion, use a separate FmtVersion for each type. For compatibility, keep supporting spec_version fields (until next major bump of the respective types' version). Signed-off-by: Kim Altintop <kim@eagain.io>
2023-03-29readme: lower expectationsKim Altintop
Signed-off-by: Kim Altintop <kim@eagain.io>
2023-03-29Update dependenciesKim Altintop
Signed-off-by: Kim Altintop <kim@eagain.io>
2023-01-09This is itKim Altintop
Squashed commit of all the exploration history. Development starts here. Signed-off-by: Kim Altintop <kim@eagain.io>