Maxime Devos writes: > [[PGP Signed Part:Undecided]] > pukkamustard schreef op di 25-01-2022 om 19:22 [+0000]: >> +                    (let ((eris-urn _ >> +                                    (eris-encode port >> +                                                 #:block-size >> +                                                 %eris-block-size-large >> +                                                 #:block-reducer >> +                                                 guix-eris-block-reducer))) >> + (uri->string eris-urn)))))))) > > IIUC (and quite probably I don't, because I've only being reading > things cursorly), eris-encode returns #false when the IPFS daemon is > down (because then guix-eris-block-reducer returns #false). No, eris-encode will still return the ERIS URN. The blocks will just not be stored in IPFS if the IPFS daemon is not running. See also my response to the questions on guix-eris-block-reducer in (guix eris). -pukkamustard