Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaru Wang committed Mar 15, 2023
2 parents 7be1e72 + fc55f12 commit 4289dd4
Show file tree
Hide file tree
Showing 44 changed files with 1,073 additions and 494 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
```


2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.3.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.3.0

- name: Log in to the Container registry
uses: docker/[email protected]
Expand All @@ -34,15 +34,15 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v4.0.0
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

- name: Build and push e2e docker image
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v4.0.0
with:
context: .
file: Dockerfile.e2e
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: tendermintdev/docker-website-deployment
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.3.0
with:
persist-credentials: false
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- uses: gaurav-nelson/[email protected]
with:
folder-path: "docs"
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
Loading

0 comments on commit 4289dd4

Please sign in to comment.