cosmos / cosmos-sdk

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

[Feature]: Atomic updates in SS #20628

Open cool-develope opened 3 weeks ago

cool-develope commented 3 weeks ago

Summary

In store/v2, SC is atomic and it can roll back to the previous version. But SS is not, and pruning doesn't handle errors properly.

Problem Definition

No response

Proposed Feature

tac0turtle commented 1 week ago

is this a blocker for final release?

cool-develope commented 1 week ago

good to have, but let's see how robust the current flow is while e2e testing, if needed, will do it