From e3437019383d7df176f13523fb7c8a26522a14b5 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Tue, 12 Sep 2023 10:21:26 +0200 Subject: [PATCH] update roadmap --- docs/roadmap/roadmap.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/docs/roadmap/roadmap.md b/docs/roadmap/roadmap.md index 51a221738c4..fd43b4c3c00 100644 --- a/docs/roadmap/roadmap.md +++ b/docs/roadmap/roadmap.md @@ -4,29 +4,35 @@ order: 1 # Roadmap ibc-go -_Lastest update: June 23th, 2023_ +_Lastest update: September 12th, 2023_ This document endeavours to inform the wider IBC community about plans and priorities for work on ibc-go by the team at Interchain GmbH. It is intended to broadly inform all users of ibc-go, including developers and operators of IBC, relayer, chain and wallet applications. This roadmap should be read as a high-level guide, rather than a commitment to schedules and deliverables. The degree of specificity is inversely proportional to the timeline. We will update this document periodically to reflect the status and plans. For the latest expected release timelines, please check [here](https://github.com/cosmos/ibc-go/wiki/Release-timeline). -## v7.3.0 +## v8.0.0 -Follow the progress with the [milestone](https://github.com/cosmos/ibc-go/milestone/37). +Follow the progress with the [milestone](https://github.com/cosmos/ibc-go/milestone/38). -### Support for Wasm light clients +This release main addtions are: -We will add support for Wasm light clients. The first Wasm client developed with ibc-go/v7 02-client refactor and stored as Wasm bytecode will be the GRANDPA light client used for Cosmos <> Substrate IBC connections. This feature will be used also for a NEAR light client in the future. +- Upgrade to Cosmos SDK v0.50. +- [Migration of gov proposals from v1beta1 to v1](https://github.com/cosmos/ibc-go/issues/1282). +- [Migration of params to be self managed](https://github.com/cosmos/ibc-go/issues/2010). -This feature was developed by Composable and Strangelove but will be upstreamed into ibc-go. +## 08-wasm/v0.1.0 -## v8.0.0 +Follow the progress with the [milestone](https://github.com/cosmos/ibc-go/milestone/40). -Follow the progress with the [milestone](https://github.com/cosmos/ibc-go/milestone/38). +The first release of this new module will add support for Wasm light clients. The first Wasm client developed on top of ibc-go/v7 02-client refactor and stored as Wasm bytecode will be the GRANDPA light client used for Cosmos <> Substrate IBC connections. This feature will be used also for a NEAR light client in the future. + +This feature has been developed by Composable and Strangelove. + +## v9.0.0 ### Channel upgradability -Channel upgradability will allow chains to renegotiate an existing channel to take advantage of new features without having to create a new channel, thus preserving all existing packet state processed on the channel. This feature will enable, for example, the adoption on existing channels of features like [path unwinding](https://github.com/cosmos/ibc/discussions/824) or fee middlware. +Channel upgradability will allow chains to renegotiate an existing channel to take advantage of new features without having to create a new channel, thus preserving all existing packet state processed on the channel. This feature will enable, for example, the adoption on existing channels of features like [path unwinding](https://github.com/cosmos/ibc/discussions/824) or fee middleware. Follow the progress with the [alpha milestone](https://github.com/cosmos/ibc-go/milestone/29) or the [project board](https://github.com/orgs/cosmos/projects/7/views/17).