Supply Chain Integrity, Transparency, and Trust (IETF SCITT)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

requests: Http_error_status -> Http_error constructor rename in session example

+2 -2
+2 -2
lib/atp/scitt_atp.mli
··· 12 12 val v : 13 13 heap:(Atp.Cid.t, string) Irmin.Heap.t -> now:(unit -> float) -> Scitt.vds 14 14 (** [v ~heap ~now] creates a new ATProto-backed verifiable data structure. 15 - [heap] stores the MST blocks and record blobs keyed by CID; [now] yields 16 - the time used for the per-record [createdAt] timestamp. *) 15 + [heap] stores the MST blocks and record blobs keyed by CID; [now] yields the 16 + time used for the per-record [createdAt] timestamp. *)