Skip to content

Commit

Permalink
Merge branch 'main' into 2087-bypass-config-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek authored Mar 16, 2023
2 parents 3ff620b + fc55f12 commit a058213
Show file tree
Hide file tree
Showing 37 changed files with 962 additions and 381 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
```


4 changes: 2 additions & 2 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions .github/workflows/release-sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
go-version: 1.18
- name: Install runsim
run: go install github.com/cosmos/tools/cmd/runsim@v1.0.0
- uses: actions/cache@v3.2.0
- uses: actions/cache@v3.2.6
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- name: install runsim
run: go install github.com/cosmos/tools/cmd/runsim@v1.0.0
- uses: actions/cache@v3.2.0
- uses: actions/cache@v3.2.6
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -50,7 +50,7 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/cache@v3.2.0
- uses: actions/cache@v3.2.6
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -72,7 +72,7 @@ jobs:
**/**.go
go.mod
go.sum
- uses: actions/cache@v3.2.0
- uses: actions/cache@v3.2.6
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand Down
Loading

0 comments on commit a058213

Please sign in to comment.