Scoru,Proto: refutation storage is already carbonated
Context
I feel like this storage module is already carbonated. I don't think there any much logic than calls to the storage which are already carbonated. The most expensive thing I can see that is not carbonated would be the normalization of indexes, which I would like to improve in #3099 (closed) among other optimizations about stakers
As discussed with @thomas.athorne, one main thing that will need carbonation is the proof verification. Thus, we move the scope of #2759 (closed) to carbonate the refutation game instead (which is called by this module).
Manually testing the MR
Checklist
- n/a Document the interface of any function added or modified (see the coding guidelines)
- n/a Document any change to the user interface, including configuration parameters (see node configuration)
- n/a Provide automatic testing (see the testing guide).
- n/a For new features and bug fixes, add an item in the appropriate changelog (
docs/protocols/alpha.rst
for the protocol and the environment,CHANGES.rst
at the root of the repository for everything else). -
Select suitable reviewers using the Reviewers
field below. -
Select as Assignee
the next person who should take action on that MR
Edited by Valentin Chaboche