Skip to content

Commit

Permalink
Merge pull request #218 from mmulji-ic/mmulji-ic/docusaurus-migration
Browse files Browse the repository at this point in the history
Mmulji ic/docusaurus migration
  • Loading branch information
mmulji-ic authored Jan 15, 2024
2 parents b0ae5ed + 1d4a444 commit 2895d89
Show file tree
Hide file tree
Showing 302 changed files with 9,623 additions and 13,017 deletions.
20 changes: 20 additions & 0 deletions .changelog/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
project_url = "https://github.com/cosmos/gaia"

# Settings related to components/sub-modules. Only relevant if you make use of
# components/sub-modules.
[components]

# The title to use for the section of entries not relating to a specific
# component.
general_entries_title = "General"

# The number of spaces to inject before each component-related entry.
entry_indent = 2

# The components themselves. Each component has a name (used when rendered
# to Markdown) and a path relative to the project folder (i.e. relative to
# the parent of the `.changelog` folder).
[components.all]
globalfee = { name = "GlobalFee", path = "x/globalfee" }
tests = { name = "Tests", path = "tests" }
docs = { name = "Documentation", path = "docs" }
556 changes: 556 additions & 0 deletions .changelog/epilogue.md

Large diffs are not rendered by default.

Empty file added .changelog/unreleased/.gitkeep
Empty file.
3 changes: 3 additions & 0 deletions .changelog/v10.0.2/dependencies/2554-bump-ibc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [ibc-go](https://github.com/cosmos/ibc-go) to
[v4.4.2](https://github.com/cosmos/ibc-go/releases/tag/v4.4.2)
([\#2554](https://github.com/cosmos/gaia/pull/2554))
3 changes: 3 additions & 0 deletions .changelog/v10.0.2/dependencies/2594-bump-cometbft.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [CometBFT](https://github.com/cometbft/cometbft) to
[v0.34.29](https://github.com/cometbft/cometbft/releases/tag/v0.34.29)
([\#2594](https://github.com/cosmos/gaia/pull/2594))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Register NodeService to enable query `/cosmos/base/node/v1beta1/config`
gRPC query to disclose node operator's configured minimum-gas-price.
([\#2629](https://github.com/cosmos/gaia/issues/2629))
3 changes: 3 additions & 0 deletions .changelog/v10.0.2/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*July 03, 2023*

This release bumps several dependencies and enables extra queries.
3 changes: 3 additions & 0 deletions .changelog/v11.0.0/api-breaking/globalfee/2424-params.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add `bypass-min-fee-msg-types` and `maxTotalBypassMinFeeMsgGagUsage` to
globalfee params. `bypass-min-fee-msg-types` in `config/app.toml` is
deprecated ([\#2424](https://github.com/cosmos/gaia/pull/2424))
3 changes: 3 additions & 0 deletions .changelog/v11.0.0/bug-fixes/0-GHSA-354m-4qv6-x846.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix logic bug in `GovPreventSpamDecorator` that allows bypassing the
`MinInitialDeposit` requirement
([a759409](https://github.com/cosmos/gaia/commit/a759409c9da2780663244308b430a7847b95139b))
3 changes: 3 additions & 0 deletions .changelog/v11.0.0/dependencies/2185-bump-pfm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [PFM](https://github.com/strangelove-ventures/packet-forward-middleware) to
[v4.0.5](https://github.com/strangelove-ventures/packet-forward-middleware/releases/tag/v4.0.5)
([\#2185](https://github.com/cosmos/gaia/issues/2185))
3 changes: 3 additions & 0 deletions .changelog/v11.0.0/dependencies/2616-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [Interchain-Security](https://github.com/cosmos/interchain-security) to
[v2.0.0](https://github.com/cosmos/interchain-security/releases/tag/v2.0.0)
([\#2616](https://github.com/cosmos/gaia/pull/2616))
3 changes: 3 additions & 0 deletions .changelog/v11.0.0/dependencies/2652-liquidity-removal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [Liquidity](https://github.com/Gravity-Devs/liquidity) to
[v1.6.0-forced-withdrawal](https://github.com/Gravity-Devs/liquidity/releases/tag/v1.6.0-forced-withdrawal)
([\#2652](https://github.com/cosmos/gaia/pull/2652))
3 changes: 3 additions & 0 deletions .changelog/v11.0.0/state-breaking/0-GHSA-354m-4qv6-x846.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix logic bug in `GovPreventSpamDecorator` that allows bypassing the
`MinInitialDeposit` requirement
([a759409](https://github.com/cosmos/gaia/commit/a759409c9da2780663244308b430a7847b95139b))
3 changes: 3 additions & 0 deletions .changelog/v11.0.0/state-breaking/2616-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [Interchain-Security](https://github.com/cosmos/interchain-security) to
[v2.0.0](https://github.com/cosmos/interchain-security/releases/tag/v2.0.0)
([\#2616](https://github.com/cosmos/gaia/pull/2616))
3 changes: 3 additions & 0 deletions .changelog/v11.0.0/state-breaking/2652-liquidity-removal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [Liquidity](https://github.com/Gravity-Devs/liquidity) to
[v1.6.0-forced-withdrawal](https://github.com/Gravity-Devs/liquidity/releases/tag/v1.6.0-forced-withdrawal)
([\#2652](https://github.com/cosmos/gaia/pull/2652))
3 changes: 3 additions & 0 deletions .changelog/v11.0.0/state-breaking/globalfee/2352-migration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Create the upgrade handler and params migration for the new Gloabal Fee module
parameters introduced in [#2424](https://github.com/cosmos/gaia/pull/2424)
([\#2352](https://github.com/cosmos/gaia/pull/2352))
2 changes: 2 additions & 0 deletions .changelog/v11.0.0/state-breaking/globalfee/2424-params.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add `bypass-min-fee-msg-types` and `maxTotalBypassMinFeeMsgGagUsage` to
globalfee params ([\#2424](https://github.com/cosmos/gaia/pull/2424))
2 changes: 2 additions & 0 deletions .changelog/v11.0.0/state-breaking/globalfee/2447-delivertx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update Global Fee's AnteHandler to check tx fees against the network min gas
prices in DeliverTx mode ([\#2447](https://github.com/cosmos/gaia/pull/2447))
1 change: 1 addition & 0 deletions .changelog/v11.0.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*July 18, 2023*
3 changes: 3 additions & 0 deletions .changelog/v12.0.0/api-breaking/2643-lsm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add Liquid Staking Module (LSM) and initialize the LSM params:
ValidatorBondFactor, ValidatorLiquidStakingCap, GlobalLiquidStakingCap
([\#2643](https://github.com/cosmos/gaia/pull/2643))
3 changes: 3 additions & 0 deletions .changelog/v12.0.0/bug-fixes/2677-bump-pfm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware)
to [v4.1.0](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.0)
([\#2677](https://github.com/cosmos/gaia/pull/2677))
3 changes: 3 additions & 0 deletions .changelog/v12.0.0/dependencies/2643-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [interchain-security](https://github.com/cosmos/interchain-security) to
[v2.0.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.0.0-lsm)
([\#2643](https://github.com/cosmos/gaia/pull/2643))
3 changes: 3 additions & 0 deletions .changelog/v12.0.0/dependencies/2643-bump-sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
[v0.45.16-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.45.16-ics-lsm)
([\#2643](https://github.com/cosmos/gaia/pull/2643))
3 changes: 3 additions & 0 deletions .changelog/v12.0.0/dependencies/2677-bump-pfm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware)
to [v4.1.0](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.0)
([\#2677](https://github.com/cosmos/gaia/pull/2677))
3 changes: 3 additions & 0 deletions .changelog/v12.0.0/features/2643-lsm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add Liquid Staking Module (LSM) and initialize the LSM params:
ValidatorBondFactor, ValidatorLiquidStakingCap, GlobalLiquidStakingCap
([\#2643](https://github.com/cosmos/gaia/pull/2643))
3 changes: 3 additions & 0 deletions .changelog/v12.0.0/state-breaking/2643-lsm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Add Liquid Staking Module (LSM) and initialize the LSM params:
ValidatorBondFactor, ValidatorLiquidStakingCap, GlobalLiquidStakingCap
([\#2643](https://github.com/cosmos/gaia/pull/2643))
3 changes: 3 additions & 0 deletions .changelog/v12.0.0/state-breaking/2677-bump-pfm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware)
to [v4.1.0](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.0)
([\#2677](https://github.com/cosmos/gaia/pull/2677))
1 change: 1 addition & 0 deletions .changelog/v12.0.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*August 18, 2023*
2 changes: 2 additions & 0 deletions .changelog/v13.0.0/dependencies/2714-remove-liquidity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Remove [Liquidity](https://github.com/Gravity-Devs/liquidity)
([\#2716](https://github.com/cosmos/gaia/pull/2716))
3 changes: 3 additions & 0 deletions .changelog/v13.0.0/dependencies/2732-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [interchain-security](https://github.com/cosmos/interchain-security) to
[v2.1.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.1.0-provider-lsm)
([\#2732](https://github.com/cosmos/gaia/pull/2732))
3 changes: 3 additions & 0 deletions .changelog/v13.0.0/state-breaking/2732-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [interchain-security](https://github.com/cosmos/interchain-security) to
[v2.1.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.1.0-provider-lsm)
([\#2732](https://github.com/cosmos/gaia/pull/2732))
1 change: 1 addition & 0 deletions .changelog/v13.0.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*September 18, 2023*
3 changes: 3 additions & 0 deletions .changelog/v13.0.1/bug-fixes/2771-bump-pfm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware)
to [v4.1.1](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.1)
([\#2771](https://github.com/cosmos/gaia/pull/2771))
3 changes: 3 additions & 0 deletions .changelog/v13.0.1/dependencies/2771-bump-pfm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware)
to [v4.1.1](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.1)
([\#2771](https://github.com/cosmos/gaia/pull/2771))
1 change: 1 addition & 0 deletions .changelog/v13.0.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*October 25, 2023*
4 changes: 4 additions & 0 deletions .changelog/v13.0.2/bug-fixes/2763-ledger-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Bump [cosmos/ledger-cosmos-go](https://github.com/cosmos/ledger-cosmos-go) to
[v0.12.4](https://github.com/cosmos/ledger-cosmos-go/releases/tag/v0.12.4)
to fix signing with ledger through the binary on newest versions of macOS and Xcode
([\#2763](https://github.com/cosmos/gaia/pull/2763))
1 change: 1 addition & 0 deletions .changelog/v13.0.2/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*November 7, 2023*
1 change: 1 addition & 0 deletions .changelog/v14.0.0/api-breaking/2814-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Deprecate equivocation proposals of ICS provider module ([\#2814](https://github.com/cosmos/gaia/pull/2814))
1 change: 1 addition & 0 deletions .changelog/v14.0.0/dependencies/2814-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump [ICS] to [v2.3.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.3.0-provider-lsm) ([\#2814](https://github.com/cosmos/gaia/pull/2814))
1 change: 1 addition & 0 deletions .changelog/v14.0.0/features/2814-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Introducing the cryptographic verification of equivocation feature to the ICS provider module ([\#2814](https://github.com/cosmos/gaia/pull/2814))
1 change: 1 addition & 0 deletions .changelog/v14.0.0/state-breaking/2814-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump [ICS] to [v2.3.0-provider-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.3.0-provider-lsm) ([\#2814](https://github.com/cosmos/gaia/pull/2814))
3 changes: 3 additions & 0 deletions .changelog/v14.0.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*November 15, 2023*

***This release is deprecated and should not be used in production. Use v14.1.0 instead.***
1 change: 1 addition & 0 deletions .changelog/v14.1.0/api-breaking/2825-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Deprecate equivocation proposals of ICS provider module ([\#2825](https://github.com/cosmos/gaia/pull/2825))
1 change: 1 addition & 0 deletions .changelog/v14.1.0/dependencies/2825-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump [ICS] to [v2.4.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.4.0-lsm) ([\#2825](https://github.com/cosmos/gaia/pull/2825))
3 changes: 3 additions & 0 deletions .changelog/v14.1.0/features/2821-evidence-height.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Set in the v14 upgrade handler the min evidence height for `neutron-1`
at `4552189` and for `stride-1` at `6375035`.
([\#2821](https://github.com/cosmos/gaia/pull/2821))
1 change: 1 addition & 0 deletions .changelog/v14.1.0/features/2825-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Introducing the cryptographic verification of equivocation feature to the ICS provider module ([\#2825](https://github.com/cosmos/gaia/pull/2825))
1 change: 1 addition & 0 deletions .changelog/v14.1.0/state-breaking/2825-bump-ics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Bump [ICS] to [v2.4.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.4.0-lsm) ([\#2825](https://github.com/cosmos/gaia/pull/2825))
2 changes: 2 additions & 0 deletions .changelog/v14.1.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*November 21, 2023*

5 changes: 1 addition & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# CODEOWNERS: https://help.github.com/articles/about-codeowners/

# Primary repo maintainers
* @alexanderbez @zmanian @yaruwangway @crodriguezvega @jackzampolin @mmulji-ic @glnro @jtremback @mpoke @sainoe @MSalopek @smarshall-spitzbart

# Governance Process and Docs maintainers
docs/governance/* @jtremback @mmulji-ic @mpoke
* @alexanderbez @zmanian @crodriguezvega @jackzampolin @cosmos/informal_gaia_maintain

8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/epic-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ about: Basic template for EPICs (used by the team)
labels: epic, needs-triage
---

# Problem
## Problem

<!-- Please write a concise 1-3 line problem. -->

# Closing criteria
## Closing criteria

<!-- Please write a satisfiable criteria for closing this issue. -->


# Problem details
## Problem details

<!-- Please describe the problem in all detail. -->

# Task list
## Task list

```[tasklist]
### Must have
Expand Down
15 changes: 14 additions & 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
labels: enhancement, epic, needs-triage
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
Expand All @@ -26,6 +26,19 @@ Are there any disadvantages of including this feature? -->

<!-- Detailed description of requirements of implementation -->

## Task list

```[tasklist]
### Must have
- [ ] discuss proposal (if proposal rejected, close EPIC)
- [ ] create ADR (if ADR rejected, close EPIC)
- [ ] add sub-tasks needed to implement the proposed feature
```

```[tasklist]
### Nice to have
- [ ] add sub-tasks that are nice to have for the proposed feature
```
____

#### For Admin Use
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/issue-template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Issue Template
about: Basic template for issues (used by the team)

labels: needs-triage
---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
Expand Down
84 changes: 35 additions & 49 deletions .github/ISSUE_TEMPLATE/upgrade-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,69 +4,55 @@ about: Create a checklist for an upgrade
labels: epic, needs-triage
---

## Cosmos Hub Upgrade Epic
## Cosmos Hub Upgrade to Gaia <Version>

# <Upgrade Name>

**Create an issue for each item** and mark complete once it has been done.

<!-- TODO: add time estimates for comms -->
<!-- TODO: Replace <Version> by the actual Gaia version -->

```[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
### After Cutting Release Candidate
- [ ] Coordinate with Hypha to test release candidate
- [ ] Create proposal text draft
- [ ] Post proposal text draft on forum
- [ ] Upgrade release and replicated security testnets (note: on Wednesdays)
- [ ] Review post-upgrade status of affected features if necessary
```

```[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))
### Before Proposal Submission (TODO sync on a call)
- [ ] Cut final release
- [ ] Predict block height for target date
- [ ] Update/proofread proposal text
- [ ] Transfer deposit amount (i.e., 250 ATOMs) to submitter wallet
- [ ] Create upgrade docs (with disclaimer upgrade prop still being voted on)
- [ ] Coordinate with marketing/comms to prep communication channels/posts
```

```[tasklist]
### Testnet
- [ ] Communication prep
- [ ] Docs:
- [ ] [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
### Voting Period
- [ ] Estimate threshold of validators that are aware of proposal and have voted or confirmed their vote
- [ ] Coordinate with marketing/comms to update on voting progress (and any change in upgrade time)
```

```[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)
## Proposal Passed
- [ ] Determine "on-call" team: available on Discord in [#cosmos-hub-validators-verified](https://discord.com/channels/669268347736686612/798937713474142229) during upgrade
- [ ] Coordinate with marketing/comms on who will be available, increase regular upgrade time updates and validator outreach
- [ ] Prep Gaia docs: `docs/getting-started/quickstart.md`, `docs/hub-tutorials/join-mainnet.md`, `docs/migration/` (open PR)
- [ ] Prep chain-registry update: [cosmoshub/chain.json](https://github.com/toschdev/chain-registry/blob/master/cosmoshub/chain.json) (open PR)
- [ ] Prep [cosmos mainnet repo](https://github.com/cosmos/mainnet) update (open PR)
- [ ] Prep internal statesync node for upgrade (confirm cosmovisor configured)
- [ ] Reach out to main dependency teams -- Comet, IBC, SDK -- for assistance during the upgrade (#gaia-release-warroom on Slack)
```

```[tasklist]
### Mainnet Proposal
- [ ] Predict block height for target date
- [ ] Create forum post
- [ ] Submit on-chain proposal
## During Upgrade (note: on Wednesdays at 15:00 UTC)
- [ ] Available on Discord in [#cosmos-hub-validators-verified](https://discord.com/channels/669268347736686612/798937713474142229)
- [ ] Available on Twitter / Slack / Telegram
```


```[tasklist]
## Post Upgrade
- [ ] Merge PRs for Gaia docs & chain-registry update
- [ ] FAQ: collect issues on upgrade from discord
- [ ] Hold validator feedback session
```
Loading

0 comments on commit 2895d89

Please sign in to comment.