radicle-dev / radicle-link

The second iteration of the Radicle code collaboration protocol.
Other
421 stars 39 forks source link

storage: introduce read-only type #699

Closed FintanH closed 3 years ago

FintanH commented 3 years ago

Fixes #461

We introduce the read-only variant of Storage. The use of this variant implies that it will be used for read-only purposes, and so it does not hold a signer.

Storage is re-formulated to be a combination of the read-only store along with the signer and fetchers.

Signed-off-by: Fintan Halpenny fintan.halpenny@gmail.com