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
Should transient stores be a part of merkle tree? Since they are cleaned at the commit of each blocks, I don't think we have to make them as iavlStores.
Sometimes we need a place to persist things between transactions that can be wiped on commit.
For instance in staking, we keep the TendermintUpdates around in the store, but they are cleared before commit.
We should consider how to introduce transient stores that can be used to make this clearer
See #1013
The text was updated successfully, but these errors were encountered: