dymension
dymension copied to clipboard
[rollapp] packet/states in store should be prefixed with rollappId as well
currently, BlockHeightToFinalizationQueue
prefixed with creation_height
and holds unsorted array of stateIdx
The queue should be prefixed by height/rollappId
, so all the pending of a specific rollapp can be queried easily
It also applies to the DelayedAck
middleware