cosmos-sdk/store/rootmulti
yihuang 51d2de582d
fix: rollback command don't actually delete multistore versions (#11361)
* rollback command don't actually delete multistore versions

Closes: #11333

- add unit tests
- use LoadVersionForOverwriting
- update tendermint dependency to 0.35.x release branch

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

flushMetadata after rollback

Update server/rollback.go

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

fix build

gofumpt

* fix unit test
2022-08-30 05:50:00 +00:00
..
dbadapter.go refactor!: abstractions for snapshot and pruning; snapshot intervals eventually pruned; unit tests (#11496) 2022-04-21 15:30:36 -04:00
proof_test.go chore(store): upgrade iavl to v0.19.0 (#12626) 2022-07-20 12:25:10 +00:00
proof.go feat: ADR-040: ICS-23 proofs for SMT store (#10015) 2022-02-22 12:22:06 +00:00
rollback_test.go fix: rollback command don't actually delete multistore versions (#11361) 2022-08-30 05:50:00 +00:00
snapshot_test.go refactor!: abstractions for snapshot and pruning; snapshot intervals eventually pruned; unit tests (#11496) 2022-04-21 15:30:36 -04:00
store_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
store.go fix: rollback command don't actually delete multistore versions (#11361) 2022-08-30 05:50:00 +00:00