## Description
Part of: https://github.com/cosmos/cosmos-sdk/issues/10192
Introduces a new `RootStore` type in the `store/v2` package and an implementation, without yet replacing the `MultiStore` or refactoring its use within the SDK (which will happen in the follow up: https://github.com/cosmos/cosmos-sdk/pull/10174).
Specified by [ADR-040](
|
||
|---|---|---|
| .. | ||
| cache_store.go | ||
| doc.go | ||
| store_test.go | ||
| store.go | ||
| sub_store.go | ||
| test_util.go | ||
| view_store.go | ||