Skip to content

Commit

Permalink
Merge branch 'main' into gov-antehandler
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek authored Mar 9, 2023
2 parents 24e4a10 + 27cf5d2 commit 250cd4c
Show file tree
Hide file tree
Showing 15 changed files with 438 additions and 186 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug Report
about: Create a report to help us squash bugs!

labels: bug, needs-triage
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
Expand Down
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/epic-template.md
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
```
67 changes: 0 additions & 67 deletions .github/ISSUE_TEMPLATE/feature-readiness.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature Request
about: Create a proposal to request a feature

labels: enhancement, needs-triage
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
Expand Down
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-template.md
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. -->
68 changes: 0 additions & 68 deletions .github/ISSUE_TEMPLATE/module-readiness.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/tech-debt.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Tech Debt
about: Create an issue to address and reduce technical debt
label: technical-debt, needs-triage

---

Expand Down
99 changes: 57 additions & 42 deletions .github/ISSUE_TEMPLATE/upgrade-checklist.md
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
- [ ] Twitter
- [ ] 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
```


3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you're interested in running a node on the current Cosmos Hub, check out the

___

If you want to participate and help secure Cosmos Hub, check out becoming a validator. Information on what a validator is and how to participate as one can be found at the [Validator FAQ](https://hub.cosmos.network/main/validators/validator-faq.html#). If you're running a validator node on the Cosmos Hub, reach out to a Janitor on the [Cosmos Developers Discord](https://discord.gg/cosmosnetwork) to join the `#validators-verified` channel.
If you want to participate and help secure Cosmos Hub, check out becoming a validator. Information on what a validator is and how to participate as one can be found at the [Validator FAQ](https://hub.cosmos.network/main/validators/validator-faq.html#). If you're running a validator node on the Cosmos Hub, reach out to a Janitor on the [Cosmos Developers Discord](https://discord.gg/cosmosnetwork) to join the `#cosmos-hub-validators-verified` channel.

<br/>
<br/>
Expand Down Expand Up @@ -119,6 +119,7 @@ We have active, helpful communities on Twitter, Discord, and Telegram.
| -- | -- |
| Cosmos Developers Discord | <a href="https://discord.gg/cosmosnetwork"><img src="https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white" alt="Discord" height="30"/></a> |
| Cosmos Twitter | <a href="https://twitter.com/cosmos"><img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" alt="Tweet" height="30"/></a> |
| Cosmos Gov Twitter | <a href="https://twitter.com/CosmosGov"><img src="https://img.shields.io/badge/Twitter-FEFEFE?style=for-the-badge&logo=twitter&logoColor=blue" alt="Tweet" height="30"/></a> |
| Cosmos Telegram | <a href="https://t.me/cosmosproject"><img src="https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white" alt="Telegram" height="30"/></a> |

For updates on the Cosmos Hub team's activities follow us on the [Cosmos Hub Twitter](https://twitter.com/cosmoshub) account.
Expand Down
2 changes: 1 addition & 1 deletion contrib/generate_release_note/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func main() {
}

note := strings.Builder{}
note.WriteString(fmt.Sprintf("#Gaia %s Rlease Notes\n", args[1]))
note.WriteString(fmt.Sprintf("#Gaia %s Release Notes\n", args[1]))
note.WriteString(changelog)
note.WriteString("```\n")
note.Write(buildReport)
Expand Down
10 changes: 10 additions & 0 deletions docs/.vuepress/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
ul.tabs-component-tabs
margin-bottom -1px !important

.custom-block.warning {
background-color: rgba(255,229,100,.3);
border-color: #e7c000;
color: #6b5900;
padding: 0.1rem 1.5rem;
border-left-width: 0.5rem;
border-left-style: solid;
margin: 1rem 0;
}

.tabs-component-tab
color #999
font-size 14px
Expand Down
9 changes: 9 additions & 0 deletions docs/hub-overview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ order: 1
title: Introduction
---

::: warning
### **v9-Lambda Upgrade**
Cosmos Hub will upgrade at height: **14,470,501**

Upgrade is estimated to take place around **2023-03-15 12:00 UTC**

Upgrade guide is available [**here**](../migration/cosmoshub-4-v9-Lambda-upgrade.md)
:::

![Welcome to the Cosmos Hub](../images/cosmos-hub-image.jpg)

# Introduction
Expand Down
Loading

0 comments on commit 250cd4c

Please sign in to comment.