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

Configure Feed

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

irmin: WIP save before proper redesign

+1 -1
+1 -1
test/atp/test_scitt_atp.ml
··· 43 43 let vds_mst () = 44 44 let clock = mock_clock () in 45 45 let module C = struct 46 - let store = Irmin.Atproto.memory () 46 + let store = Irmin.Atproto.(memory () |> v) 47 47 let now () = Eio.Time.now clock 48 48 end in 49 49 let module V = Scitt_atp.Make (C) in