Skip to content
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

Update Roadmap to mention Vega is completed #1140

Merged
merged 4 commits into from
Jan 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 20 additions & 18 deletions docs/roadmap/cosmos-hub-roadmap-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This Cosmos Hub Product Roadmap incorporates input from product owners, key Cosmos stakeholders (ATOM holders, Interchain Foundation, and Cosmos Hub operations), the internal Gaia / ATOM call, the virtual Gaia Org Call, the [Cosmos Hub as a Port City](https://blog.cosmos.network/the-cosmos-hub-is-a-port-city-5b7f2d28debf) article, and the [ATOM2021](https://github.com/cosmosdevs/atom2021) presentation.

This roadmap gives a one-year guideline in which stakeholders can anticipate updated features on the Cosmos Hub, with the greatest degree of specificity available for the most immediate upgrades, and decreasing precision available the further out the timeline goes. For example, the roadmap is most precise for the upcoming Liquidity upgrades (the Gravity DEX and Gravity Bridge modules).
This roadmap gives a one-year guideline in which stakeholders can anticipate updated features on the Cosmos Hub, with the greatest degree of specificity available for the most immediate upgrades, and decreasing precision available the further out the timeline goes.

The upgrades aim to add features such as liquidity, economic security, usability, and participation. To highlight our focus on DeFi, we have chosen to use the [Greeks from Finance](https://en.wikipedia.org/wiki/Greeks_(finance)) in naming upcoming upgrades.

Expand All @@ -13,19 +13,24 @@ The upgrades aim to add features such as liquidity, economic security, usability
- Drives liquidity for tokens on the Cosmos Hub
- Delivers price consistency and order execution

## Vega Upgrade (expected Q4 2021)
## Vega Upgrade (Completed December 14, 2021)

- 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
- 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

- 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

## Theta Upgrade (expected Q1 2022)

Expand All @@ -50,10 +55,6 @@ The upgrades aim to add features such as liquidity, economic security, usability
- Features include enabling transfer of rewards and voting rights
- Items still being discussed:
- Governance permissioned CosmWASM instance on the hub
- Cosmos <> Ethereum Gravity Bridge
- Transfer ATOM, ETH, ERC-20, and tokens on the Cosmos Hub between Ethereum- and Cosmos-compatible chains
- Fee and reward model hosted across Cosmos and Ethereum
- Adds light-weight infrastructure and operational requirements with minimal slashing conditions to all Hub validators
- Budget Module
- Inflation funding directed to arbitrary module and account addresses
- Farming Module
Expand All @@ -65,20 +66,21 @@ The upgrades aim to add features such as liquidity, economic security, usability
- 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).
- Allows independent modules like Gravity DEX or Bridge to live on separate chains with their own development cycles.
- Chain Name Service
- Chain-ID registry
- Node registry
- IBC Path Resolution
- Asset registry
- Account registry
- Bech32 registry
- Chain-ID registry
- Node registry
- IBC Path Resolution
- Asset registry
- Account registry
- Bech32 registry


## Lambda Upgrade (expected Q3 2022)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IBC queries @jackzampolin ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to link up w IBC team to confirm their roadmap before speaking on their behalf. Or is the query work confirmed to come from an external group??


- Interchain Security v2 - Opt-In Participation of Provider Chain Validators
- Where Provider Chain validators have the ability to opt-in to block production for various Consumer Chains.
- Cosmos SDK v0.46
- SMT
- Sparse Merkle Tree (SMT)
- Various storage and performance optimizations
- Postgres indexing
- Protobuf v2
- Token Issuance
Expand Down