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: async pruning #542

Closed czarcas7ic closed 4 months ago

czarcas7ic commented 4 months ago

Description

Closes: #XXXX

Adds a goroutine to pruning. If a pruning go routine is still active when another pruning cycle gets activated, we disregard the newest request and continue to complete the old pruning request.

czarcas7ic commented 4 months ago

Closing in favor of https://github.com/cosmos/iavl/pull/906