Skip to content

Commit

Permalink
update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez committed Sep 12, 2023
1 parent 99c16eb commit e343701
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions docs/roadmap/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit e343701

Please sign in to comment.