This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
ProofRecorder
should support commited/uncommitted state
#10222
Labels
J0-enhancement
An additional feature request.
Currently the proof recorder will record any single access to the trie. The problem is if an extrinsic panics, we skip this extrinsic, but the proof recorder currently still keeps all the accessed trie nodes. In the case of a panic, we should also throw away the trie nodes that were recorded while trying to apply the failed tx.
The text was updated successfully, but these errors were encountered: