You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.
It should be a simple key-value store of hash(doughnut)-> doughnut.
It requires a public call which takes a doughnut (<T as system::Trait>::Doughnut) and stores it keyed against it's hash.
This will serve as a base for doughnut storage prototyping and will allow us to try periodisation, revocation, and the like. A more sophisticated storage solution can be designed in parallel as we become more familiar with requirements.
The text was updated successfully, but these errors were encountered:
It should be a simple key-value store of
hash(doughnut)-> doughnut
.It requires a public call which takes a doughnut (
<T as system::Trait>::Doughnut
) and stores it keyed against it's hash.This will serve as a base for doughnut storage prototyping and will allow us to try periodisation, revocation, and the like. A more sophisticated storage solution can be designed in parallel as we become more familiar with requirements.
The text was updated successfully, but these errors were encountered: