Skip to content

Commit 5680f82

Browse files
authored
docs: update roadmap (#15493)
1 parent b3552f2 commit 5680f82

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

ROADMAP.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Welcome to the Cosmos SDK's team roadmap.
99

1010
### Storage
1111

12-
* [ ] [Produce a spec for the new store design](https://github.com/cosmos/cosmos-sdk/issues/12986)
12+
* [x] [Produce a spec for the new store design](https://github.com/cosmos/cosmos-sdk/issues/12986)
1313
* Research a new design for store. This could entail writing some POC's in order to identify design patterns
1414
* [x] Store as its own go module
1515
* Store module should be its own go.mod without a dependency on the Cosmos SDK
@@ -25,7 +25,7 @@ Welcome to the Cosmos SDK's team roadmap.
2525

2626
* [x] Release v1 of query support (auto-cli)
2727
* A version of query support has been merged, documentation is missing
28-
* Dynamic metadata support
28+
* [ ] Dynamic metadata support
2929
* Dynamic support allows the Cosmos SDK to release a cmd line tool that could work with any chain.
3030
* Add metadata support to latest version of Cosmos SDK and, if possible, backport to older versions
3131
* [x] Multi-chain command **(Done)**
@@ -44,14 +44,13 @@ Welcome to the Cosmos SDK's team roadmap.
4444
* Migrate 3 modules to use collections api
4545
* Migrating 3 modules to use collections would help in show users how to migrate users
4646
* [ ] [Release ORM v1](https://github.com/cosmos/cosmos-sdk/issues/11088)
47-
* [ ] [Sign mode textual](https://github.com/cosmos/cosmos-sdk/issues/11970)
47+
* [x] [Sign mode textual](https://github.com/cosmos/cosmos-sdk/issues/11970)
4848
* Sign mode textual has been under construction for 2 quarters now, this quarter the goal is to move towards v1 and potentially line up a audit before final release.
49-
* Core API
50-
* [x] [Merge ADR for Core API](https://github.com/cosmos/cosmos-sdk/blob/main/docs/architecture/adr-063-core-module-api.md)
49+
* [ ] Core API
50+
* [Merge ADR for Core API](https://github.com/cosmos/cosmos-sdk/blob/main/docs/architecture/adr-063-core-module-api.md)
5151
* Migrate three modules to use core api
52-
* [ ] Module Dependency
53-
* [x] Give three modules their own go.mods
54-
* Cleanup dependency graph (dependent on integration testing framework)
52+
* [x] Module Dependency
53+
* Give three modules their own go.mods
5554
* [ ] [Metamask signing directly into the sdk](https://github.com/cosmos/cosmos-sdk/discussions/13892)
5655
* [ ] [ADR-033 (internal message routing)](https://github.com/cosmos/cosmos-sdk/blob/main/docs/architecture/adr-033-protobuf-inter-module-comm.md)
5756
* Merge internal message router

0 commit comments

Comments
 (0)