osmosis-labs / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Apache License 2.0
14 stars 31 forks source link

feat: distribute every 50 blocks #527

Closed czarcas7ic closed 5 months ago

czarcas7ic commented 5 months ago

Description

Closes: #XXXX

The distribution module runs distribution logic every block. This is unnecessary overhead. We can hold off this logic to instead run every 50 blocks.

ValarDragon commented 5 months ago

Note this would only work for us, not SDK, since we don't care about vote inclusion amounts for reward distr in Osmosis.