-
Notifications
You must be signed in to change notification settings - Fork 693
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 2087-bypass-config-parser
- Loading branch information
Showing
37 changed files
with
962 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: EPIC Template | ||
about: Basic template for EPICs (used by the team) | ||
labels: epic, needs-triage | ||
--- | ||
|
||
# Problem | ||
|
||
<!-- Please write a concise 1-3 line problem. --> | ||
|
||
# Closing criteria | ||
|
||
<!-- Please write a satisfiable criteria for closing this issue. --> | ||
|
||
|
||
# Problem details | ||
|
||
<!-- Please describe the problem in all detail. --> | ||
|
||
# Task list | ||
|
||
```[tasklist] | ||
### Must have | ||
``` | ||
|
||
```[tasklist] | ||
### Nice to have | ||
``` |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Issue Template | ||
about: Basic template for issues (used by the team) | ||
|
||
--- | ||
|
||
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ | ||
v ✰ Thanks for opening an issue! ✰ | ||
v Before smashing the submit button please review the template. | ||
v Please also ensure that this is not a duplicate issue :) | ||
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --> | ||
|
||
# Problem | ||
|
||
<!-- Please write a concise 1-3 line problem. --> | ||
|
||
# Closing criteria | ||
|
||
<!-- Please write a satisfiable criteria for closing this issue. --> | ||
|
||
|
||
# Problem details | ||
|
||
<!-- Please describe the problem in all detail. --> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,72 @@ | ||
--- | ||
name: Cosmos Hub Upgrade Checklist | ||
about: Create a checklist for an upgrade | ||
|
||
labels: epic, needs-triage | ||
--- | ||
|
||
## Cosmos Hub Upgrade Epic | ||
|
||
# <Upgrade Name> | ||
|
||
Check mark each item if it has been completed and ready for the upgrade. If not added yet, create an issue for each item and mark complete once it has been done and integrated. | ||
**Create an issue for each item** and mark complete once it has been done. | ||
|
||
<!-- TODO: add time estimates for comms --> | ||
|
||
```[tasklist] | ||
### Communication (during entire lifecycle) | ||
- [ ] Signaling proposal (before development starts) | ||
- [ ] Testnet blog post - target validators on Cosmos Medium | ||
- [ ] Tweet link to testnet upgrade blog - @ cosmohub | ||
- [ ] Testnet upgrade info (discord only) | ||
- [ ] Tweet updates on proposal status - @ cosmohub | ||
- [ ] Mainnet blog post - target wider audience on Cosmos Medium | ||
- [ ] Tweet link to mainnet upgrade blog - @ cosmos @ cosmoshub | ||
- [ ] Link to mainnet upgrade instructions (all channels - Discord, Telegram, Slack) | ||
- [ ] Tweet upgrade countdown during voting period - @ cosmos @ cosmoshub | ||
- [ ] Tweet upgrade success story - @ cosmos @ cosmoshub | ||
``` | ||
|
||
```[tasklist] | ||
### Library dependencies | ||
- [ ] Upgrade to SDK version <SDK VERSION> | ||
- [ ] Upgrade to IBC version <IBC VERSION> | ||
- [ ] Upgrade to ICS version <ICS VERSION> | ||
- [ ] Upgrade to PFM version <PFM VERSION> | ||
- [ ] Upgrade to Liquidity version <Liquidity VERSION> | ||
- [ ] Integrate new modules ([checklist](https://github.com/cosmos/hub-eng/blob/main/module_qa/module_checklist.md)) | ||
``` | ||
|
||
- [ ] Testnet | ||
- [ ] Communication prep | ||
- [ ] Docs: | ||
- [ ] https://github.com/cosmos/testnets | ||
- [ ] `gaia/docs/hub-tutorials/join-testnet.md` | ||
- [ ] Release candidate | ||
- [ ] Create testnet proposal | ||
- [ ] Run testnet for one week | ||
- [ ] Final Release | ||
|
||
```[tasklist] | ||
### Testnet | ||
- [ ] Communication prep | ||
- [ ] Docs: | ||
- [ ] Prepare upgrade-docs branch to merge post upgrade | ||
- [ ] https://github.com/cosmos/gaia | ||
- [ ] `gaia/docs/hub-tutorials/join-mainnet.md` | ||
- [ ] `gaia/docs/getting-started/quickstart.md` | ||
- [ ] `README.md` | ||
- [ ] `changelog.md` | ||
- [ ] Breaking REST api changes | ||
- [ ] Breaking CLI api changes | ||
- [ ] https://github.com/cosmos/mainnet | ||
|
||
- [ ] Mainnet Proposal | ||
- [ ] Predict block height for target date | ||
- [ ] Create forum post | ||
- [ ] Submit on-chain proposal | ||
|
||
- [ ] Communication | ||
- [ ] Blogposts | ||
- [ ] Testnet - target validators on Interchain Medium | ||
- [ ] Mainnet - target wider audience on Cosmos Medium | ||
- [ ] Link to testnet upgrade blog - @ cosmohub | ||
- [ ] Link to mainnet upgrade blog - @ cosmos @ cosmoshub | ||
- [ ] Upgrade countdown - @ cosmos @ cosmoshub | ||
- [ ] Upgrade success story - @ cosmos @ cosmoshub | ||
- [ ] Discord, Telegram, Slack | ||
- [ ] Testnet upgrade info (discord only) | ||
- [ ] Link to mainnet upgrade instructions (all channels) | ||
- [ ] Validator email list | ||
- [ ] Upgrade instructions + link to mainnet blog - one week before upgrade | ||
- [ ] Update chain registry after upgrade | ||
- [ ] [testnets](https://github.com/cosmos/testnets) updated with most recent rc | ||
- [ ] [join-testnet](https://github.com/cosmos/gaia/blob/main/docs/hub-tutorials/join-testnet.md) | ||
- [ ] Release candidate | ||
- [ ] Create testnet proposal | ||
- [ ] Run testnet for one week | ||
- [ ] Final Release | ||
``` | ||
|
||
```[tasklist] | ||
### Docs | ||
- On release branch | ||
- [ ] Quickstart in `docs/getting-started/quickstart.md` | ||
- [ ] Join mainnet in `docs/hub-tutorials/join-mainnet.md` | ||
- [ ] Migration docs in `docs/migration/` | ||
- [ ] Update `CHANGELOG.md` | ||
- [ ] Breaking REST api changes | ||
- [ ] Breaking CLI api changes | ||
- Post Upgrade | ||
- [ ] [chain-registry.json](https://github.com/cosmos/chain-registry/blob/master/cosmoshub/chain.json) | ||
- [ ] Update [cosmos mainnet repo](https://github.com/cosmos/mainnet) | ||
``` | ||
|
||
```[tasklist] | ||
### Mainnet Proposal | ||
- [ ] Predict block height for target date | ||
- [ ] Create forum post | ||
- [ ] Submit on-chain proposal | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.