-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Updates for v9.1.1 and re-arranging roadmap docs #2560
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,28 @@ | ||
# The Cosmos Hub Roadmap | ||
|
||
This Cosmos Hub roadmap serves as a reference for the current planned features of upcoming releases, as well as providing a record of past releases. | ||
This Cosmos Hub roadmap serves as a reference for the current planned features of upcoming releases. For past releases, please see the following [document](./README.md). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jtremback There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Now use the living roadmap google doc link that wasn't available before. |
||
|
||
## Delta Upgrade (Completed July 12, 2021) | ||
The Cosmos Hub is decentralized and other teams contribute to it as well. The broad categories are as follows: | ||
|
||
- Gaia v5.0.x | ||
- Gravity DEX: | ||
- A scalable AMM model for token swaps | ||
- Drives liquidity for tokens on the Cosmos Hub | ||
- Delivers price consistency and order execution | ||
## Replicated Security v1.1: | ||
|
||
## Vega Upgrade (Completed December 14, 2021) | ||
These are the many changes we want to make but could not get to before launch. These include: | ||
|
||
- Gaia v6.0.x | ||
- Cosmos SDK v0.44 | ||
- Fee grant module: | ||
- Allows paying fees on behalf of another account | ||
- Authz module: | ||
- Provide governance functions to execute transactions on behalf of another account | ||
- Liquidity Module v1.4.2 | ||
- The Gravity DEX with updates for dependencies | ||
- IBC v2.0.0 | ||
- Tendermint v0.34.14 | ||
- Cosmosvisor v0.1.0 | ||
- IBC packet forward middleware v1.0.1 | ||
- Cosmos Hub as a router | ||
- Random code cleanups and protocol simplifications | ||
- Untrusted consumer chain protocol: Make it so that there is no way a consumer chain can cause inconvenience or harm to the Cosmos Hub, while bringing back automatic slashing as detailed above. | ||
- Soft opt-in: Make it so that the bottom 10-20% of validators on the Hub do not need to validate every consumer chain, making things easier for the smaller validators. | ||
|
||
- External chain launch: Gravity Bridge | ||
- Transfer ATOM, ETH, ERC-20, and other Cosmos tokens between Ethereum and the Gravity Bridge Chain and by extension all IBC connected chains. | ||
- Fee and reward model hosted across Cosmos and Ethereum | ||
## Interchain Security future: | ||
|
||
## v7-Theta Upgrade (Completed March 25, 2022) | ||
Work on the next versions of ICS. | ||
|
||
- Gaia v7.0.x | ||
- Cosmos SDK v0.45 | ||
- Minimal update with small fixes | ||
- Gravity DEX: Liquidity v1.4.5 | ||
- Adds a circuit breaker governance proposal type to disable adding new liquidity in order to make a migration possible. | ||
- IBC 3.0.0 | ||
- Interchain Account Module | ||
- Allows the creation of accounts on a "Host" blockchain which are controlled by an authentication module on a "Controller" blockchain. | ||
- Arbitrary messages are able to be submitted from the "Controller" blockchain to the "Host" blockchain to be executed on behalf of the Interchain Account. | ||
- Uses ordered IBC channels, one per account. | ||
- Opt-in security: Make it so that every validator can choose which consumer chains they want to validate. This requires fraud proofs or something similar. | ||
- Mesh security: Participate in the design and adoption of Mesh security. This likely also requires fraud proofs. We’ll be releasing an analysis soon. | ||
|
||
## v8-Rho Upgrade (expected Q1 2023) | ||
|
||
- Gaia v8.0.x | ||
- Cosmos SDK v0.45.12 | ||
- Version bump with a number of fixes | ||
- See [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.12/CHANGELOG.md) for details | ||
- IBC v3.4 | ||
- See [changelog](https://github.com/cosmos/ibc-go/blob/v3.4.0/CHANGELOG.md) for details | ||
- IBC Packet Forward Middleware v3.1.1 | ||
- IBC Msg Whitelist to skip MinFee in CheckTX | ||
- Global Fee Module | ||
- Allows denoms and min-fees to be governance parameters so gas can be paid in various denoms. | ||
- Visible on [tgrade](https://github.com/confio/tgrade/tree/main/x/globalfee) already and enabled in [ante.go](https://github.com/confio/tgrade/blob/main/app/ante.go#L72-L92) | ||
## Hub governance improvements: | ||
There are a lot of improvements to the Cosmos SDK governance system that could make deliberation easier and more constructive, and make community pool funding more accountable. | ||
- Streaming/vesting funding: Allow a funding recipient to vest their funds over time, subject to claw backs if they don’t perform, or set up a streaming payment of future funds, also subject to clawback. | ||
- Stabilized funding: Automatically exchange Atoms from the community pool for a stable asset, or adjust streaming funding amounts over time in response to an Atom price feed. | ||
- Multichoice proposals: Allow voters to choose between several acceptable options- this would make it easier to pass proposals that accurately reflect what voters want. | ||
|
||
## v9-Lambda Upgrade (expected Q1 2023) | ||
|
||
- Gaia v9.0.x | ||
- Cosmos SDK v0.45 | ||
- IBC 4.2 | ||
- Interchain Security - Replicated Security | ||
- The Cosmos solution to shared security that uses IBC Cross Chain Validation (CCV) to relay validator set composition from a Provider Chain (Cosmos Hub) to a Consumer Chain. This validator set is in charge of producing blocks on both networks using separate nodes. Misbehavior on the Consumer Chain results in slashing Provider Chain staking tokens (ATOM). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jtremback moved the release changelog to here.