Remove SwapExecution
s from consensus state
#4084
Labels
consensus-breaking
breaking change to execution of on-chain data
_P-V1
Priority: slated for V1 release
state-breaking
breaking change to on-chain data
Is your feature request related to a problem? Please describe.
We store all of the execution traces in the
SwapExecution
in consensus-verifiable storage. This data is never used by the application and the only reason we put it there was that at the time we developed the feature we didn't have an indexer.Describe the solution you'd like
Move it out to nonverifiable storage, so that we could remove it later if desired without breaking the app hash.
Additional context
See
state_key::swap_execution
The text was updated successfully, but these errors were encountered: