Closed
Description
opened on Oct 31, 2018
As noticed by @mossid in #2613
we don't have to unmarshal the whole proposal each time(consider the case where a TextProposal has a very long description).
The inactive and active proposal queues in governance currently unmarshal and marshal the entire queue of proposals. These queues should be updated to use a more advanced queue such as the ones used in staking unbonding and redelegation queues.
Activity