input-output-hk / input-output-hk/TreasuryCoin
Caching of treasury state
Open
- Dominant language
- Scala
- Stars
- 12
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
In some cases, when the info from past treasury epochs is needed, it is retrieved directly from the blockchain that is stored on disk. It is very inefficient and can fail under huge load.
In many cases, this information can be extracted only one time and cached for future use, probably even before it is really needed.
This mostly affects generation of randomness which requires actions of the committee members from the previous epochs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.