cosmos-sdk/server/mock
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
..
app_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
app.go chore: Db linting (#12141) 2022-06-08 19:02:01 +02:00
helpers.go chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
store_test.go refactor: Remove store type aliases (#10295) 2021-10-04 16:36:38 +00:00
store.go fix: rollback command don't actually delete multistore versions (#11361) 2022-08-30 05:50:00 +00:00
tx.go chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00