From 649965e041c5cf79212e7892b11593778284d9af Mon Sep 17 00:00:00 2001 From: Shahan Khatchadourian Date: Fri, 11 Jun 2021 09:26:17 -0400 Subject: [PATCH 1/3] Adding Yaru to codeowners (#877) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7e1a5ad1772..d671ae307ec 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # CODEOWNERS: https://help.github.com/articles/about-codeowners/ # Primary repo maintainers -* @alessio @alexanderbez @jgimeno @shahankhatch @zmanian +* @alessio @alexanderbez @jgimeno @shahankhatch @zmanian @yaruwangway From cb642ba3c622208ab62fdde24c0cef7c44fcd240 Mon Sep 17 00:00:00 2001 From: Shahan Khatchadourian Date: Mon, 14 Jun 2021 15:46:57 -0400 Subject: [PATCH 2/3] Add roadmap placeholder (#880) --- docs/roadmap/cosmos-hub-roadmap-2.0.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/roadmap/cosmos-hub-roadmap-2.0.md diff --git a/docs/roadmap/cosmos-hub-roadmap-2.0.md b/docs/roadmap/cosmos-hub-roadmap-2.0.md new file mode 100644 index 00000000000..661790f5fb3 --- /dev/null +++ b/docs/roadmap/cosmos-hub-roadmap-2.0.md @@ -0,0 +1,3 @@ +# The Cosmos Hub Roadmap 2.0 + +This document is a placeholder for the roadmap that will be published very soon. \ No newline at end of file From 830cc02f5189b53493674b57026dea7bc5f9e8e0 Mon Sep 17 00:00:00 2001 From: Shahan Khatchadourian Date: Tue, 15 Jun 2021 15:56:34 -0400 Subject: [PATCH 3/3] Cosmos Hub Roadmap 2.0 (#881) * Adding Cosmos Hub Roadmap 2.0 --- docs/roadmap/cosmos-hub-roadmap-2.0.md | 72 +++++++++++++++++++++++++- 1 file changed, 71 insertions(+), 1 deletion(-) diff --git a/docs/roadmap/cosmos-hub-roadmap-2.0.md b/docs/roadmap/cosmos-hub-roadmap-2.0.md index 661790f5fb3..ab1ab9d0969 100644 --- a/docs/roadmap/cosmos-hub-roadmap-2.0.md +++ b/docs/roadmap/cosmos-hub-roadmap-2.0.md @@ -1,3 +1,73 @@ # The Cosmos Hub Roadmap 2.0 -This document is a placeholder for the roadmap that will be published very soon. \ No newline at end of file +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://github.com/cosmos/gaia/issues/600) 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). + +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. + +## Delta Upgrade + +Gravity DEX: +- A scalable AMM model for token swaps +- Drives liquidity for tokens on the Cosmos Hub +- Delivers price consistency and order execution + +## Vega Upgrade + +Gravity Ethereum Bridge: +- Transfer ATOM, ETH, ERC-20, and tokens on the Cosmos Hub between Ethereum- and Cosmos-compatible chains +- Fee and reward model hosted across Comos and Ethereum +- Adds light-weight infrastructure and operational requirements with minimal slashing conditions to all Hub validators + +## Theta Upgrade + +Fee grant module: +- Allows paying fees on behalf of another account + +Authz module: +- Provide governance functions to execute transactions on behalf of another account + +Groups module: +- Enables higher-level multisig permissioned accounts, e.g., weight-based voting policies + +Interchain accounts: +- A requirement in order to manage accounts across multiple blockchains +- Aims to provide locking/unlocking mechanisms across IBC-enabled blockchains + +## Rho Upgrade + +NFT module: +- Enable simple management of NFT identifiers, their owners, and associated data, such as URIs, content, and provenance +- An extensible base module for extensions including collectibles, custody, provenance, and marketplaces + +Chain name service: +- Allows registration of unique chainids for IBC +- Interoperable with cross-chain validation and interchain staking + +## Lambda Upgrade + +Staking derivatives: +- Frees secure and low-risk delegations for use in other parts of the Cosmos ecosystem +- Features include enabling transfer of rewards and voting rights + +Interchain staking: +- Cosmos solution to shared security using cross chain validation and interchain accounts +- Enables a parent chain, e.g., Cosmos Hub, to be in charge of producing blocks for a baby chain +- Validators of a baby chain will have their ATOM stake on the Cosmos Hub slashed for misbehaviour + +Token Issuance: +- Enables creation of tokens directly on the Hub +- Aims to provide ERC20 capabilities + +## Future Upgrades + +- Cross-chain bridges (non-IBC) +- Atomic Exchange +- Decentralized identifiers (DID) +- Privacy +- Virtual machines +- Smart contract languages +- Zero knowledge and optimistic rollups + +The Cosmos Hub Roadmap is maintained by the Interchain Cosmos Hub team as a living document, and is updated in collaboration with key stakeholders from the multi-entity Cosmos community. \ No newline at end of file