Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 #1119

Merged
merged 2 commits into from
Dec 16, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2021

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/spf13/cobra from 1.2.1 to 1.3.0.

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.3.0 - The Fall 2021 release 🍁

Completion fixes & enhancements 💇🏼

In v1.2.0, we introduced a new model for completions. Thanks to everyone for trying it, giving feedback, and providing numerous fixes! Continue to work with the new model as the old one (as noted in code comments) will be deprecated in a coming release.

  • DisableFlagParsing now triggers custom completions for flag names #1161
  • Fixed unbound variables in bash completions causing edge case errors #1321
  • help completion formatting improvements & fixes #1444
  • All completions now follow the help example: short desc are now capitalized and removes extra spacing from long description #1455
  • Typo fixes in bash & zsh completions #1459
  • Fixed mixed tab/spaces indentation in completion scripts. Now just 4 spaces #1473
  • Support for different bash completion options. Bash completions v2 supports descriptions and requires descriptions to be removed for menu-complete, menu-complete-backward and insert-completions. These descriptions are now purposefully removed in support of this model. #1509
  • Fix for invalid shell completions when using ~/.cobra.yaml. Log message Using config file: ~/.cobra.yaml now printed to stderr #1510
  • Removes unnecessary trailing spaces from completion command descriptions #1520
  • Option to hid default completion command #1541
  • Remove __complete command for programs without subcommands #1563

Generator changes ⚙️

Thanks to @​spf13 for providing a number of changes to the Cobra generator tool, streamlining it for new users!

  • The Cobra generator now won't automatically include Viper and cleans up a number of unused imports when not using Viper.
  • The Cobra generator's default license is now none
  • The Cobra generator now works with Go modules
  • Documentation to reflect these changes

New Features ⭐

  • License can be specified by their SPDX identifiers #1159
  • MatchAll allows combining several PositionalArgs to work in concert. This now allows for enabling composing PositionalArgs #896

Bug Fixes 🐛

  • Fixed multiple error message from cobra init boilerplates #1463 #1552 #1557

Testing 👀

  • Now testing golang 1.16.x and 1.17.x in CI #1425
  • Fix for running diff test to ignore CR for windows #949
  • Added helper functions and reduced code reproduction in args_test #1426
  • Now using official golangci-lint github action #1477

Security 🔏

  • Added GitHub dependabot #1427
  • Now using Viper v1.10.0
    • There is a known CVE in an indirect dependency from viper: spf13/cobra#1538. This will be patched in a future release

Documentation 📝

  • Multiple projects added to the projects_using_cobra.md file: #1377 #1501 #1454
  • Removed ToC from main readme file as it is now automagically displayed by GitHub #1429
  • Documentation correct for when the --author flag is specified #1009
  • shell_completions.md has an easier to use snippet for copying and pasting shell completions #1372

... (truncated)

Commits
  • 178edbb Bump github.com/spf13/viper from 1.9.0 to 1.10.0 (#1561)
  • 9054739 Remove __complete cmd for program without subcmds (#1563)
  • 19c9c74 Always include the os package import when generating the root command (#1557)
  • 01e05b8 Bump github.com/spf13/viper from 1.8.1 to 1.9.0 (#1554)
  • 36bff0a fix root.go.golden (#1552)
  • 1854bb5 Fix some typos (mostly found by codespell) (#1514)
  • ff2c55e chore(ci): use golangci-lint-action (#1477)
  • 1beb476 fix: Duplicate error message from cobra init boilerplates (#1463)
  • 6f84ef4 Provide option to hide default 'completion' cmd (#1541)
  • ee75a2b Remove trailing spaces from bash completion command description (#1520)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added A:automerge dependencies Pull requests that update a dependency file labels Dec 15, 2021
@codecov
Copy link

codecov bot commented Dec 15, 2021

Codecov Report

Merging #1119 (925b705) into main (4533e8a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1119   +/-   ##
=======================================
  Coverage   12.00%   12.00%           
=======================================
  Files           9        9           
  Lines         933      933           
=======================================
  Hits          112      112           
  Misses        816      816           
  Partials        5        5           

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](spf13/cobra@v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/spf13/cobra-1.3.0 branch from d506fdb to a41e75c Compare December 15, 2021 13:51
@tac0turtle tac0turtle merged commit a4d718e into main Dec 16, 2021
@tac0turtle tac0turtle deleted the dependabot/go_modules/github.com/spf13/cobra-1.3.0 branch December 16, 2021 10:04
yaruwangway added a commit that referenced this pull request Mar 16, 2022
* chore: update changelog (#1060)

* add changelog for backport release v5.0.8 (#1061)

* Change golangci-lint version to the latest version of golangci-lint (v1.42.1) (#1043)

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update DOCS_README with switch to GH Actions (#1049)

* Update DOCS_README with switch to GH Actions

* update to repo makefile

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Merge pull request #1051: reenable displying params in gov docs

* Update cosmos-hub-roadmap-2.0.md (#1065)

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md (#1066)

* Update cosmos-hub-roadmap-2.0.md (#1068)

* Update CODEOWNERS (#1031)

* Update CODEOWNERS

* Update .github/CODEOWNERS

Co-authored-by: Marko <marbar3778@yahoo.com>

* Update CODEOWNERS

Co-authored-by: Marko <marbar3778@yahoo.com>

* Update README.md (#1063)

* hide top banner (#1062)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Readme.md (#1046)

* Update Readme.md

Added a 'How to Use' section and a line on learning more about the Cosmos Hub.

* Update README.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update README.md (#1069)

* Create statesync.bash (#1027)

* Create statesync.bash

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update interchain-security.md (#1071)

* Update cosmos-hub-roadmap-2.0.md (#1076)

* Vega 6.0.0 (#1077)

* fix: delete new modules from fromVM map to not skip init genesis

* fix: migrate auth module after staking

* gaia: add NewSetUpContextDecorator to antedecorator (#1078)

* Update upgrade-node.md (#1080)

add more info

* Add IOBScan to Cosmos Hub Explorers list (#1075)

* Update Readme (#1083)

* Update Readme

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Dockerfile.test (#1026)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update cosmos-hub-roadmap-2.0.md (#1085)

* Update cosmos-hub-roadmap-2.0.md (#1088)

* Merge pull request #1050: Create Governance proposal template

* add first draft proposal templates

* add new PR template for governance

* edit for small fixes (#1086)

* Update validator-faq.md (#1087)

more editorial love for this essential content

* docs: fix links in governance section (#1089)

* rm dev discord links

* update and relativize links

* align with link style elsewhere in docs

* docs: vega upgrade instruction (#1096)

* docs: vega upgrade instruction

* chore: change upgrade time

* Update cosmoshub-4-vega-upgrade.md

chore: formatting

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update docs/migration/cosmoshub-4-vega-upgrade.md

* Update docs/migration/cosmoshub-4-vega-upgrade.md

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* doc: change doc for vega upgrade instruction (#1098)

* doc: change doc for vega upgrade instruction

* Update cosmoshub-4-vega-upgrade.md

typo fix

* docs minor typo fix (#1104)

Cross Chain Validator (CCV)
relay validator set composition

* add dependabot (#1103)

Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>

* Update interchain-security.md (#1105)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update gaiad installation docs, update docs install/run instructions, and clean up left menu ordering (#1095)

Make requested changes

Make ordering consistent

* Fix broken installation links (#1120)

* Bump technote-space/get-diff-action from 4 to 5.0.2 (#1108)

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4 to 5.0.2.
- [Release notes](https://github.com/technote-space/get-diff-action/releases)
- [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc)
- [Commits](technote-space/get-diff-action@v4...v5.0.2)

---
updated-dependencies:
- dependency-name: technote-space/get-diff-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#1119)

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](spf13/cobra@v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump codecov/codecov-action from 1 to 2.1.0 (#1114)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1...v2.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.1.8 (#1128)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 3.7.1 to 4.1.8.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@3.7.1...4.1.8)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.2 (#1124)

Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.2/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.0...v2.0.2)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#1116)

Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6.
- [Release notes](https://github.com/tendermint/tm-db/releases)
- [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
- [Commits](tendermint/tm-db@v0.6.4...v0.6.6)

---
updated-dependencies:
- dependency-name: github.com/tendermint/tm-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump gaurav-nelson/github-action-markdown-link-check (#1112)

Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 0.6.0 to 1.0.13.
- [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
- [Commits](gaurav-nelson/github-action-markdown-link-check@0.6.0...1.0.13)

---
updated-dependencies:
- dependency-name: gaurav-nelson/github-action-markdown-link-check
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/setup-go from 2.1.3 to 2.1.5 (#1130)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.3...v2.1.5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update broken links in docs (#1131)

* update links in docs

* cleanup

* Bump actions/stale from 3 to 4.1.0 (#1113)

Bumps [actions/stale](https://github.com/actions/stale) from 3 to 4.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v3...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/checkout from 2.3.1 to 2.4.0 (#1110)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/cache from 1 to 2.1.7 (#1107)

Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v1...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix links to hub-tutorials (#1132)

* Fix links to hub-tutorials

Some of the links are broken due to the change of the gaia-tutorials folder. This should fix them.

* Update installation.md

* Update stale.yml to exclude issues (#1138)

Taken from https://github.com/cosmos/cosmos-sdk/blob/master/.github/workflows/stale.yml

* Update the upgrade time (#1102)

* Update cosmoshub-4-vega-upgrade.md

update the upgrade time

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* docs: add system requirement

Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Roadmap to mention Vega is completed (#1140)

* Update Roadmap to mention Vega is completed

And some little things to make sure the page is parsed well for the new cosmos hub roadmap page.

* Updates to gravity bridge mentions

Updated to signal Gravity Bridge is an external chain that was released around Vega.

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Added instructions on depositing to a proposal (#1142)

* Added instructions on depositing to a proposal

Also replaced the Hubble instructions with Mintscan.

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Merge pull request #1090: docs: Set up locales for existing translations

* set up locales for translations

* remove es translations from gov section

* update links in locale readmes

* add initial instruction on locales in DOCS_README

* add labels and selectText

* remove frontmatter in es README

* Module Readiness Github Issue & Docs (#1172)

* add tempalte and dir

* Update template.md

* add issue template

* Add module readiness template

* Add readiness readme and adr template

* Edit adr template

* Update ADR template

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update module-readiness.md

* Docs: Restructure governance section (#1126)

* rm gov gaiad page use getting started

* restructure proposal type readmes and formatting

* rename files to use - vs _

* update links and order pages

* move all best practices into a single doc

* Apply suggestions from code review

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Bump vuepress-theme-cosmos from 1.0.182 to 1.0.183 in /docs (#1161)

Bumps [vuepress-theme-cosmos](https://github.com/cosmos/vuepress-theme-cosmos) from 1.0.182 to 1.0.183.
- [Release notes](https://github.com/cosmos/vuepress-theme-cosmos/releases)
- [Commits](https://github.com/cosmos/vuepress-theme-cosmos/commits)

---
updated-dependencies:
- dependency-name: vuepress-theme-cosmos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump JamesIves/github-pages-deploy-action from 4.1.8 to 4.2.2 (#1152)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.8 to 4.2.2.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@4.1.8...v4.2.2)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 1159 update state sync configs (#1160)

* Update default snapshot configs

* Refactor

* Fix override to include default template

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Add tabbing for markdown docs (#1217)

* Add tabbing for markdown docs

* Add package-lock

* Theta update (#1211)

* Update cosmos-hub-roadmap-2.0.md

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update Ledger doc with Keplr (#1205)

* Update Ledger doc with Keplr

Replaced Lunie instructions with Keplr

* Removed leftover Lunie content

* Update ledger.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update joining mainnet documentation (#1146)

* Update joining mainnet documentation

* Minor fixes for updated joining mainnet documentation

* Update menu order

* Make requested changes

* Additional updates

* Make requested changes for hardware config

* Update config header

* Fix tabbing header

* Update joining mainnet documentation

* Minor fixes for updated joining mainnet documentation

* Update menu order

* Make requested changes

* Additional updates

* Make requested changes for hardware config

* Update config header

* Fix tabbing header

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Updates to Validator Docs (#1207)

* Updated validator documentation.

* Small updates

* fixes from yaru feedback

* Update docs/validators/validator-setup.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update docs/validators/validator-setup.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* bump cosmsos-sdk v0.44.5 to v0.45.0, ibc-go v2 to v3-alpha2, fix in-place migration ordering

* fix: panic when forget to add modules to SetOrder{BeginBlocker, EndBlocker, InitGenesis, ExportGenesis} functions

* fix: store.StoreUpgrades{}

* bump: replace dependencies to depend on sdk 0.45.0

* bump: liquidity module to v1.4.5

* bump: cosmos-sdk to v0.45.1

* fix: server.Generate* is deprecated, it is moved to testutil

* fix: upgrade module should run first in SetOrderBeginBlockers

* fix:  client.ReadFromClientConfig -> client.ReadPersistentCommandFlags

* bump: gaia module: v6 -> v7

* bump: ibc-go to v3.0.0-beta1

* fix: router module

* style: adjust package import order

* fix: SetOrderEndBlockers

* fix: adjust capability module's beginblocker position

* Update app.go

style: remove extra print

* fix: SetOrderInitGenesis

* fix: lint

* add migration logs

* feat: add ica

* fix: lint

* bump: ibc-to to v3.0.0-rc0

* fix: ica init

* fix: fromVersionMap

* set ica params

* bump: liquidity to v1.5.0

* update upgrade name

* bump: packet-forward-module

* fix: ica in upgrade

* bump: packet-forward module to v1.0.2

* bump: ibc-go to v3.0.0-rc1

* chore: add log

* fix: upgrade add store

* block all module acct to receive tokens by MsgSend

* bump: ibc-go to v3.0.0-rc2

* remove unused function GetMaccPerms

* bump: liquidity module to v1.5.0

* chore: rename ibcmodule to transferIBCModule

* fix: delete ica controller module and allow more msg types in ica

* fix: add icacontroller store to avoid panic

* bump: ibc-go to v3.0.0 and remove ica controller

* bump: packet-forward module to v2.1.1

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
yaruwangway added a commit that referenced this pull request Mar 16, 2022
* Theta prepare merge to theta main (#1337)

* chore: update changelog (#1060)

* add changelog for backport release v5.0.8 (#1061)

* Change golangci-lint version to the latest version of golangci-lint (v1.42.1) (#1043)

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update DOCS_README with switch to GH Actions (#1049)

* Update DOCS_README with switch to GH Actions

* update to repo makefile

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Merge pull request #1051: reenable displying params in gov docs

* Update cosmos-hub-roadmap-2.0.md (#1065)

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md (#1066)

* Update cosmos-hub-roadmap-2.0.md (#1068)

* Update CODEOWNERS (#1031)

* Update CODEOWNERS

* Update .github/CODEOWNERS

Co-authored-by: Marko <marbar3778@yahoo.com>

* Update CODEOWNERS

Co-authored-by: Marko <marbar3778@yahoo.com>

* Update README.md (#1063)

* hide top banner (#1062)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Readme.md (#1046)

* Update Readme.md

Added a 'How to Use' section and a line on learning more about the Cosmos Hub.

* Update README.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update README.md (#1069)

* Create statesync.bash (#1027)

* Create statesync.bash

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update interchain-security.md (#1071)

* Update cosmos-hub-roadmap-2.0.md (#1076)

* Vega 6.0.0 (#1077)

* fix: delete new modules from fromVM map to not skip init genesis

* fix: migrate auth module after staking

* gaia: add NewSetUpContextDecorator to antedecorator (#1078)

* Update upgrade-node.md (#1080)

add more info

* Add IOBScan to Cosmos Hub Explorers list (#1075)

* Update Readme (#1083)

* Update Readme

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Dockerfile.test (#1026)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update cosmos-hub-roadmap-2.0.md (#1085)

* Update cosmos-hub-roadmap-2.0.md (#1088)

* Merge pull request #1050: Create Governance proposal template

* add first draft proposal templates

* add new PR template for governance

* edit for small fixes (#1086)

* Update validator-faq.md (#1087)

more editorial love for this essential content

* docs: fix links in governance section (#1089)

* rm dev discord links

* update and relativize links

* align with link style elsewhere in docs

* docs: vega upgrade instruction (#1096)

* docs: vega upgrade instruction

* chore: change upgrade time

* Update cosmoshub-4-vega-upgrade.md

chore: formatting

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update docs/migration/cosmoshub-4-vega-upgrade.md

* Update docs/migration/cosmoshub-4-vega-upgrade.md

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* doc: change doc for vega upgrade instruction (#1098)

* doc: change doc for vega upgrade instruction

* Update cosmoshub-4-vega-upgrade.md

typo fix

* docs minor typo fix (#1104)

Cross Chain Validator (CCV)
relay validator set composition

* add dependabot (#1103)

Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>

* Update interchain-security.md (#1105)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update gaiad installation docs, update docs install/run instructions, and clean up left menu ordering (#1095)

Make requested changes

Make ordering consistent

* Fix broken installation links (#1120)

* Bump technote-space/get-diff-action from 4 to 5.0.2 (#1108)

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4 to 5.0.2.
- [Release notes](https://github.com/technote-space/get-diff-action/releases)
- [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc)
- [Commits](technote-space/get-diff-action@v4...v5.0.2)

---
updated-dependencies:
- dependency-name: technote-space/get-diff-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#1119)

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](spf13/cobra@v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump codecov/codecov-action from 1 to 2.1.0 (#1114)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1...v2.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.1.8 (#1128)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 3.7.1 to 4.1.8.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@3.7.1...4.1.8)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.2 (#1124)

Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.2/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.0...v2.0.2)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#1116)

Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6.
- [Release notes](https://github.com/tendermint/tm-db/releases)
- [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
- [Commits](tendermint/tm-db@v0.6.4...v0.6.6)

---
updated-dependencies:
- dependency-name: github.com/tendermint/tm-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump gaurav-nelson/github-action-markdown-link-check (#1112)

Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 0.6.0 to 1.0.13.
- [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
- [Commits](gaurav-nelson/github-action-markdown-link-check@0.6.0...1.0.13)

---
updated-dependencies:
- dependency-name: gaurav-nelson/github-action-markdown-link-check
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/setup-go from 2.1.3 to 2.1.5 (#1130)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.3...v2.1.5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update broken links in docs (#1131)

* update links in docs

* cleanup

* Bump actions/stale from 3 to 4.1.0 (#1113)

Bumps [actions/stale](https://github.com/actions/stale) from 3 to 4.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v3...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/checkout from 2.3.1 to 2.4.0 (#1110)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/cache from 1 to 2.1.7 (#1107)

Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v1...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix links to hub-tutorials (#1132)

* Fix links to hub-tutorials

Some of the links are broken due to the change of the gaia-tutorials folder. This should fix them.

* Update installation.md

* Update stale.yml to exclude issues (#1138)

Taken from https://github.com/cosmos/cosmos-sdk/blob/master/.github/workflows/stale.yml

* Update the upgrade time (#1102)

* Update cosmoshub-4-vega-upgrade.md

update the upgrade time

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* docs: add system requirement

Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Roadmap to mention Vega is completed (#1140)

* Update Roadmap to mention Vega is completed

And some little things to make sure the page is parsed well for the new cosmos hub roadmap page.

* Updates to gravity bridge mentions

Updated to signal Gravity Bridge is an external chain that was released around Vega.

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Added instructions on depositing to a proposal (#1142)

* Added instructions on depositing to a proposal

Also replaced the Hubble instructions with Mintscan.

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Merge pull request #1090: docs: Set up locales for existing translations

* set up locales for translations

* remove es translations from gov section

* update links in locale readmes

* add initial instruction on locales in DOCS_README

* add labels and selectText

* remove frontmatter in es README

* Module Readiness Github Issue & Docs (#1172)

* add tempalte and dir

* Update template.md

* add issue template

* Add module readiness template

* Add readiness readme and adr template

* Edit adr template

* Update ADR template

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update module-readiness.md

* Docs: Restructure governance section (#1126)

* rm gov gaiad page use getting started

* restructure proposal type readmes and formatting

* rename files to use - vs _

* update links and order pages

* move all best practices into a single doc

* Apply suggestions from code review

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Bump vuepress-theme-cosmos from 1.0.182 to 1.0.183 in /docs (#1161)

Bumps [vuepress-theme-cosmos](https://github.com/cosmos/vuepress-theme-cosmos) from 1.0.182 to 1.0.183.
- [Release notes](https://github.com/cosmos/vuepress-theme-cosmos/releases)
- [Commits](https://github.com/cosmos/vuepress-theme-cosmos/commits)

---
updated-dependencies:
- dependency-name: vuepress-theme-cosmos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump JamesIves/github-pages-deploy-action from 4.1.8 to 4.2.2 (#1152)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.8 to 4.2.2.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@4.1.8...v4.2.2)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 1159 update state sync configs (#1160)

* Update default snapshot configs

* Refactor

* Fix override to include default template

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Add tabbing for markdown docs (#1217)

* Add tabbing for markdown docs

* Add package-lock

* Theta update (#1211)

* Update cosmos-hub-roadmap-2.0.md

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update Ledger doc with Keplr (#1205)

* Update Ledger doc with Keplr

Replaced Lunie instructions with Keplr

* Removed leftover Lunie content

* Update ledger.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update joining mainnet documentation (#1146)

* Update joining mainnet documentation

* Minor fixes for updated joining mainnet documentation

* Update menu order

* Make requested changes

* Additional updates

* Make requested changes for hardware config

* Update config header

* Fix tabbing header

* Update joining mainnet documentation

* Minor fixes for updated joining mainnet documentation

* Update menu order

* Make requested changes

* Additional updates

* Make requested changes for hardware config

* Update config header

* Fix tabbing header

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Updates to Validator Docs (#1207)

* Updated validator documentation.

* Small updates

* fixes from yaru feedback

* Update docs/validators/validator-setup.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update docs/validators/validator-setup.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* bump cosmsos-sdk v0.44.5 to v0.45.0, ibc-go v2 to v3-alpha2, fix in-place migration ordering

* fix: panic when forget to add modules to SetOrder{BeginBlocker, EndBlocker, InitGenesis, ExportGenesis} functions

* fix: store.StoreUpgrades{}

* bump: replace dependencies to depend on sdk 0.45.0

* bump: liquidity module to v1.4.5

* bump: cosmos-sdk to v0.45.1

* fix: server.Generate* is deprecated, it is moved to testutil

* fix: upgrade module should run first in SetOrderBeginBlockers

* fix:  client.ReadFromClientConfig -> client.ReadPersistentCommandFlags

* bump: gaia module: v6 -> v7

* bump: ibc-go to v3.0.0-beta1

* fix: router module

* style: adjust package import order

* fix: SetOrderEndBlockers

* fix: adjust capability module's beginblocker position

* Update app.go

style: remove extra print

* fix: SetOrderInitGenesis

* fix: lint

* add migration logs

* feat: add ica

* fix: lint

* bump: ibc-to to v3.0.0-rc0

* fix: ica init

* fix: fromVersionMap

* set ica params

* bump: liquidity to v1.5.0

* update upgrade name

* bump: packet-forward-module

* fix: ica in upgrade

* bump: packet-forward module to v1.0.2

* bump: ibc-go to v3.0.0-rc1

* chore: add log

* fix: upgrade add store

* block all module acct to receive tokens by MsgSend

* bump: ibc-go to v3.0.0-rc2

* remove unused function GetMaccPerms

* bump: liquidity module to v1.5.0

* chore: rename ibcmodule to transferIBCModule

* fix: delete ica controller module and allow more msg types in ica

* fix: add icacontroller store to avoid panic

* bump: ibc-go to v3.0.0 and remove ica controller

* bump: packet-forward module to v2.1.1

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* fix: fromVM

* chore: correct docs, comments, go.sum

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
yaruwangway added a commit that referenced this pull request Mar 16, 2022
* merge theta-main to release/v7.0.0-rc0 (#1339)

* Theta prepare merge to theta main (#1337)

* chore: update changelog (#1060)

* add changelog for backport release v5.0.8 (#1061)

* Change golangci-lint version to the latest version of golangci-lint (v1.42.1) (#1043)

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update DOCS_README with switch to GH Actions (#1049)

* Update DOCS_README with switch to GH Actions

* update to repo makefile

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Merge pull request #1051: reenable displying params in gov docs

* Update cosmos-hub-roadmap-2.0.md (#1065)

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md (#1066)

* Update cosmos-hub-roadmap-2.0.md (#1068)

* Update CODEOWNERS (#1031)

* Update CODEOWNERS

* Update .github/CODEOWNERS

Co-authored-by: Marko <marbar3778@yahoo.com>

* Update CODEOWNERS

Co-authored-by: Marko <marbar3778@yahoo.com>

* Update README.md (#1063)

* hide top banner (#1062)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Readme.md (#1046)

* Update Readme.md

Added a 'How to Use' section and a line on learning more about the Cosmos Hub.

* Update README.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update README.md (#1069)

* Create statesync.bash (#1027)

* Create statesync.bash

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update interchain-security.md (#1071)

* Update cosmos-hub-roadmap-2.0.md (#1076)

* Vega 6.0.0 (#1077)

* fix: delete new modules from fromVM map to not skip init genesis

* fix: migrate auth module after staking

* gaia: add NewSetUpContextDecorator to antedecorator (#1078)

* Update upgrade-node.md (#1080)

add more info

* Add IOBScan to Cosmos Hub Explorers list (#1075)

* Update Readme (#1083)

* Update Readme

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Dockerfile.test (#1026)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update cosmos-hub-roadmap-2.0.md (#1085)

* Update cosmos-hub-roadmap-2.0.md (#1088)

* Merge pull request #1050: Create Governance proposal template

* add first draft proposal templates

* add new PR template for governance

* edit for small fixes (#1086)

* Update validator-faq.md (#1087)

more editorial love for this essential content

* docs: fix links in governance section (#1089)

* rm dev discord links

* update and relativize links

* align with link style elsewhere in docs

* docs: vega upgrade instruction (#1096)

* docs: vega upgrade instruction

* chore: change upgrade time

* Update cosmoshub-4-vega-upgrade.md

chore: formatting

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update docs/migration/cosmoshub-4-vega-upgrade.md

* Update docs/migration/cosmoshub-4-vega-upgrade.md

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* doc: change doc for vega upgrade instruction (#1098)

* doc: change doc for vega upgrade instruction

* Update cosmoshub-4-vega-upgrade.md

typo fix

* docs minor typo fix (#1104)

Cross Chain Validator (CCV)
relay validator set composition

* add dependabot (#1103)

Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>

* Update interchain-security.md (#1105)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update gaiad installation docs, update docs install/run instructions, and clean up left menu ordering (#1095)

Make requested changes

Make ordering consistent

* Fix broken installation links (#1120)

* Bump technote-space/get-diff-action from 4 to 5.0.2 (#1108)

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4 to 5.0.2.
- [Release notes](https://github.com/technote-space/get-diff-action/releases)
- [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc)
- [Commits](technote-space/get-diff-action@v4...v5.0.2)

---
updated-dependencies:
- dependency-name: technote-space/get-diff-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#1119)

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](spf13/cobra@v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump codecov/codecov-action from 1 to 2.1.0 (#1114)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1...v2.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.1.8 (#1128)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 3.7.1 to 4.1.8.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@3.7.1...4.1.8)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.2 (#1124)

Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.2/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.0...v2.0.2)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#1116)

Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6.
- [Release notes](https://github.com/tendermint/tm-db/releases)
- [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
- [Commits](tendermint/tm-db@v0.6.4...v0.6.6)

---
updated-dependencies:
- dependency-name: github.com/tendermint/tm-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump gaurav-nelson/github-action-markdown-link-check (#1112)

Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 0.6.0 to 1.0.13.
- [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
- [Commits](gaurav-nelson/github-action-markdown-link-check@0.6.0...1.0.13)

---
updated-dependencies:
- dependency-name: gaurav-nelson/github-action-markdown-link-check
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/setup-go from 2.1.3 to 2.1.5 (#1130)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.3...v2.1.5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update broken links in docs (#1131)

* update links in docs

* cleanup

* Bump actions/stale from 3 to 4.1.0 (#1113)

Bumps [actions/stale](https://github.com/actions/stale) from 3 to 4.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v3...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/checkout from 2.3.1 to 2.4.0 (#1110)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/cache from 1 to 2.1.7 (#1107)

Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v1...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix links to hub-tutorials (#1132)

* Fix links to hub-tutorials

Some of the links are broken due to the change of the gaia-tutorials folder. This should fix them.

* Update installation.md

* Update stale.yml to exclude issues (#1138)

Taken from https://github.com/cosmos/cosmos-sdk/blob/master/.github/workflows/stale.yml

* Update the upgrade time (#1102)

* Update cosmoshub-4-vega-upgrade.md

update the upgrade time

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* docs: add system requirement

Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Roadmap to mention Vega is completed (#1140)

* Update Roadmap to mention Vega is completed

And some little things to make sure the page is parsed well for the new cosmos hub roadmap page.

* Updates to gravity bridge mentions

Updated to signal Gravity Bridge is an external chain that was released around Vega.

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Added instructions on depositing to a proposal (#1142)

* Added instructions on depositing to a proposal

Also replaced the Hubble instructions with Mintscan.

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Merge pull request #1090: docs: Set up locales for existing translations

* set up locales for translations

* remove es translations from gov section

* update links in locale readmes

* add initial instruction on locales in DOCS_README

* add labels and selectText

* remove frontmatter in es README

* Module Readiness Github Issue & Docs (#1172)

* add tempalte and dir

* Update template.md

* add issue template

* Add module readiness template

* Add readiness readme and adr template

* Edit adr template

* Update ADR template

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update module-readiness.md

* Docs: Restructure governance section (#1126)

* rm gov gaiad page use getting started

* restructure proposal type readmes and formatting

* rename files to use - vs _

* update links and order pages

* move all best practices into a single doc

* Apply suggestions from code review

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Bump vuepress-theme-cosmos from 1.0.182 to 1.0.183 in /docs (#1161)

Bumps [vuepress-theme-cosmos](https://github.com/cosmos/vuepress-theme-cosmos) from 1.0.182 to 1.0.183.
- [Release notes](https://github.com/cosmos/vuepress-theme-cosmos/releases)
- [Commits](https://github.com/cosmos/vuepress-theme-cosmos/commits)

---
updated-dependencies:
- dependency-name: vuepress-theme-cosmos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump JamesIves/github-pages-deploy-action from 4.1.8 to 4.2.2 (#1152)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.8 to 4.2.2.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@4.1.8...v4.2.2)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 1159 update state sync configs (#1160)

* Update default snapshot configs

* Refactor

* Fix override to include default template

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Add tabbing for markdown docs (#1217)

* Add tabbing for markdown docs

* Add package-lock

* Theta update (#1211)

* Update cosmos-hub-roadmap-2.0.md

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update Ledger doc with Keplr (#1205)

* Update Ledger doc with Keplr

Replaced Lunie instructions with Keplr

* Removed leftover Lunie content

* Update ledger.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update joining mainnet documentation (#1146)

* Update joining mainnet documentation

* Minor fixes for updated joining mainnet documentation

* Update menu order

* Make requested changes

* Additional updates

* Make requested changes for hardware config

* Update config header

* Fix tabbing header

* Update joining mainnet documentation

* Minor fixes for updated joining mainnet documentation

* Update menu order

* Make requested changes

* Additional updates

* Make requested changes for hardware config

* Update config header

* Fix tabbing header

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Updates to Validator Docs (#1207)

* Updated validator documentation.

* Small updates

* fixes from yaru feedback

* Update docs/validators/validator-setup.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update docs/validators/validator-setup.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* bump cosmsos-sdk v0.44.5 to v0.45.0, ibc-go v2 to v3-alpha2, fix in-place migration ordering

* fix: panic when forget to add modules to SetOrder{BeginBlocker, EndBlocker, InitGenesis, ExportGenesis} functions

* fix: store.StoreUpgrades{}

* bump: replace dependencies to depend on sdk 0.45.0

* bump: liquidity module to v1.4.5

* bump: cosmos-sdk to v0.45.1

* fix: server.Generate* is deprecated, it is moved to testutil

* fix: upgrade module should run first in SetOrderBeginBlockers

* fix:  client.ReadFromClientConfig -> client.ReadPersistentCommandFlags

* bump: gaia module: v6 -> v7

* bump: ibc-go to v3.0.0-beta1

* fix: router module

* style: adjust package import order

* fix: SetOrderEndBlockers

* fix: adjust capability module's beginblocker position

* Update app.go

style: remove extra print

* fix: SetOrderInitGenesis

* fix: lint

* add migration logs

* feat: add ica

* fix: lint

* bump: ibc-to to v3.0.0-rc0

* fix: ica init

* fix: fromVersionMap

* set ica params

* bump: liquidity to v1.5.0

* update upgrade name

* bump: packet-forward-module

* fix: ica in upgrade

* bump: packet-forward module to v1.0.2

* bump: ibc-go to v3.0.0-rc1

* chore: add log

* fix: upgrade add store

* block all module acct to receive tokens by MsgSend

* bump: ibc-go to v3.0.0-rc2

* remove unused function GetMaccPerms

* bump: liquidity module to v1.5.0

* chore: rename ibcmodule to transferIBCModule

* fix: delete ica controller module and allow more msg types in ica

* fix: add icacontroller store to avoid panic

* bump: ibc-go to v3.0.0 and remove ica controller

* bump: packet-forward module to v2.1.1

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* fix: fromVM

* chore: correct docs, comments, go.sum

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* chore: add CHANGELOG

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
okwme added a commit that referenced this pull request Mar 24, 2022
* merge theta-main to release/v7.0.0-rc0 (#1339)

* Theta prepare merge to theta main (#1337)

* chore: update changelog (#1060)

* add changelog for backport release v5.0.8 (#1061)

* Change golangci-lint version to the latest version of golangci-lint (v1.42.1) (#1043)

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update DOCS_README with switch to GH Actions (#1049)

* Update DOCS_README with switch to GH Actions

* update to repo makefile

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Merge pull request #1051: reenable displying params in gov docs

* Update cosmos-hub-roadmap-2.0.md (#1065)

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md (#1066)

* Update cosmos-hub-roadmap-2.0.md (#1068)

* Update CODEOWNERS (#1031)

* Update CODEOWNERS

* Update .github/CODEOWNERS

Co-authored-by: Marko <marbar3778@yahoo.com>

* Update CODEOWNERS

Co-authored-by: Marko <marbar3778@yahoo.com>

* Update README.md (#1063)

* hide top banner (#1062)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Readme.md (#1046)

* Update Readme.md

Added a 'How to Use' section and a line on learning more about the Cosmos Hub.

* Update README.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update README.md (#1069)

* Create statesync.bash (#1027)

* Create statesync.bash

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update interchain-security.md (#1071)

* Update cosmos-hub-roadmap-2.0.md (#1076)

* Vega 6.0.0 (#1077)

* fix: delete new modules from fromVM map to not skip init genesis

* fix: migrate auth module after staking

* gaia: add NewSetUpContextDecorator to antedecorator (#1078)

* Update upgrade-node.md (#1080)

add more info

* Add IOBScan to Cosmos Hub Explorers list (#1075)

* Update Readme (#1083)

* Update Readme

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Dockerfile.test (#1026)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update cosmos-hub-roadmap-2.0.md (#1085)

* Update cosmos-hub-roadmap-2.0.md (#1088)

* Merge pull request #1050: Create Governance proposal template

* add first draft proposal templates

* add new PR template for governance

* edit for small fixes (#1086)

* Update validator-faq.md (#1087)

more editorial love for this essential content

* docs: fix links in governance section (#1089)

* rm dev discord links

* update and relativize links

* align with link style elsewhere in docs

* docs: vega upgrade instruction (#1096)

* docs: vega upgrade instruction

* chore: change upgrade time

* Update cosmoshub-4-vega-upgrade.md

chore: formatting

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update docs/migration/cosmoshub-4-vega-upgrade.md

* Update docs/migration/cosmoshub-4-vega-upgrade.md

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* doc: change doc for vega upgrade instruction (#1098)

* doc: change doc for vega upgrade instruction

* Update cosmoshub-4-vega-upgrade.md

typo fix

* docs minor typo fix (#1104)

Cross Chain Validator (CCV)
relay validator set composition

* add dependabot (#1103)

Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>

* Update interchain-security.md (#1105)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update gaiad installation docs, update docs install/run instructions, and clean up left menu ordering (#1095)

Make requested changes

Make ordering consistent

* Fix broken installation links (#1120)

* Bump technote-space/get-diff-action from 4 to 5.0.2 (#1108)

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4 to 5.0.2.
- [Release notes](https://github.com/technote-space/get-diff-action/releases)
- [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc)
- [Commits](technote-space/get-diff-action@v4...v5.0.2)

---
updated-dependencies:
- dependency-name: technote-space/get-diff-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#1119)

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](spf13/cobra@v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump codecov/codecov-action from 1 to 2.1.0 (#1114)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1...v2.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.1.8 (#1128)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 3.7.1 to 4.1.8.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@3.7.1...4.1.8)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.2 (#1124)

Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.2/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.0...v2.0.2)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#1116)

Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6.
- [Release notes](https://github.com/tendermint/tm-db/releases)
- [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
- [Commits](tendermint/tm-db@v0.6.4...v0.6.6)

---
updated-dependencies:
- dependency-name: github.com/tendermint/tm-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump gaurav-nelson/github-action-markdown-link-check (#1112)

Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 0.6.0 to 1.0.13.
- [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
- [Commits](gaurav-nelson/github-action-markdown-link-check@0.6.0...1.0.13)

---
updated-dependencies:
- dependency-name: gaurav-nelson/github-action-markdown-link-check
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/setup-go from 2.1.3 to 2.1.5 (#1130)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.3...v2.1.5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update broken links in docs (#1131)

* update links in docs

* cleanup

* Bump actions/stale from 3 to 4.1.0 (#1113)

Bumps [actions/stale](https://github.com/actions/stale) from 3 to 4.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v3...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/checkout from 2.3.1 to 2.4.0 (#1110)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/cache from 1 to 2.1.7 (#1107)

Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v1...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix links to hub-tutorials (#1132)

* Fix links to hub-tutorials

Some of the links are broken due to the change of the gaia-tutorials folder. This should fix them.

* Update installation.md

* Update stale.yml to exclude issues (#1138)

Taken from https://github.com/cosmos/cosmos-sdk/blob/master/.github/workflows/stale.yml

* Update the upgrade time (#1102)

* Update cosmoshub-4-vega-upgrade.md

update the upgrade time

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* docs: add system requirement

Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Roadmap to mention Vega is completed (#1140)

* Update Roadmap to mention Vega is completed

And some little things to make sure the page is parsed well for the new cosmos hub roadmap page.

* Updates to gravity bridge mentions

Updated to signal Gravity Bridge is an external chain that was released around Vega.

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Added instructions on depositing to a proposal (#1142)

* Added instructions on depositing to a proposal

Also replaced the Hubble instructions with Mintscan.

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Merge pull request #1090: docs: Set up locales for existing translations

* set up locales for translations

* remove es translations from gov section

* update links in locale readmes

* add initial instruction on locales in DOCS_README

* add labels and selectText

* remove frontmatter in es README

* Module Readiness Github Issue & Docs (#1172)

* add tempalte and dir

* Update template.md

* add issue template

* Add module readiness template

* Add readiness readme and adr template

* Edit adr template

* Update ADR template

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update module-readiness.md

* Docs: Restructure governance section (#1126)

* rm gov gaiad page use getting started

* restructure proposal type readmes and formatting

* rename files to use - vs _

* update links and order pages

* move all best practices into a single doc

* Apply suggestions from code review

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Bump vuepress-theme-cosmos from 1.0.182 to 1.0.183 in /docs (#1161)

Bumps [vuepress-theme-cosmos](https://github.com/cosmos/vuepress-theme-cosmos) from 1.0.182 to 1.0.183.
- [Release notes](https://github.com/cosmos/vuepress-theme-cosmos/releases)
- [Commits](https://github.com/cosmos/vuepress-theme-cosmos/commits)

---
updated-dependencies:
- dependency-name: vuepress-theme-cosmos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump JamesIves/github-pages-deploy-action from 4.1.8 to 4.2.2 (#1152)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.8 to 4.2.2.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@4.1.8...v4.2.2)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 1159 update state sync configs (#1160)

* Update default snapshot configs

* Refactor

* Fix override to include default template

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Add tabbing for markdown docs (#1217)

* Add tabbing for markdown docs

* Add package-lock

* Theta update (#1211)

* Update cosmos-hub-roadmap-2.0.md

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update Ledger doc with Keplr (#1205)

* Update Ledger doc with Keplr

Replaced Lunie instructions with Keplr

* Removed leftover Lunie content

* Update ledger.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update joining mainnet documentation (#1146)

* Update joining mainnet documentation

* Minor fixes for updated joining mainnet documentation

* Update menu order

* Make requested changes

* Additional updates

* Make requested changes for hardware config

* Update config header

* Fix tabbing header

* Update joining mainnet documentation

* Minor fixes for updated joining mainnet documentation

* Update menu order

* Make requested changes

* Additional updates

* Make requested changes for hardware config

* Update config header

* Fix tabbing header

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Updates to Validator Docs (#1207)

* Updated validator documentation.

* Small updates

* fixes from yaru feedback

* Update docs/validators/validator-setup.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update docs/validators/validator-setup.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* bump cosmsos-sdk v0.44.5 to v0.45.0, ibc-go v2 to v3-alpha2, fix in-place migration ordering

* fix: panic when forget to add modules to SetOrder{BeginBlocker, EndBlocker, InitGenesis, ExportGenesis} functions

* fix: store.StoreUpgrades{}

* bump: replace dependencies to depend on sdk 0.45.0

* bump: liquidity module to v1.4.5

* bump: cosmos-sdk to v0.45.1

* fix: server.Generate* is deprecated, it is moved to testutil

* fix: upgrade module should run first in SetOrderBeginBlockers

* fix:  client.ReadFromClientConfig -> client.ReadPersistentCommandFlags

* bump: gaia module: v6 -> v7

* bump: ibc-go to v3.0.0-beta1

* fix: router module

* style: adjust package import order

* fix: SetOrderEndBlockers

* fix: adjust capability module's beginblocker position

* Update app.go

style: remove extra print

* fix: SetOrderInitGenesis

* fix: lint

* add migration logs

* feat: add ica

* fix: lint

* bump: ibc-to to v3.0.0-rc0

* fix: ica init

* fix: fromVersionMap

* set ica params

* bump: liquidity to v1.5.0

* update upgrade name

* bump: packet-forward-module

* fix: ica in upgrade

* bump: packet-forward module to v1.0.2

* bump: ibc-go to v3.0.0-rc1

* chore: add log

* fix: upgrade add store

* block all module acct to receive tokens by MsgSend

* bump: ibc-go to v3.0.0-rc2

* remove unused function GetMaccPerms

* bump: liquidity module to v1.5.0

* chore: rename ibcmodule to transferIBCModule

* fix: delete ica controller module and allow more msg types in ica

* fix: add icacontroller store to avoid panic

* bump: ibc-go to v3.0.0 and remove ica controller

* bump: packet-forward module to v2.1.1

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* fix: fromVM

* chore: correct docs, comments, go.sum

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* chore: add CHANGELOG

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
yaruwangway added a commit that referenced this pull request Mar 24, 2022
* merge theta-main to release/v7.0.0-rc0 (#1339)

* Theta prepare merge to theta main (#1337)

* chore: update changelog (#1060)

* add changelog for backport release v5.0.8 (#1061)

* Change golangci-lint version to the latest version of golangci-lint (v1.42.1) (#1043)

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update DOCS_README with switch to GH Actions (#1049)

* Update DOCS_README with switch to GH Actions

* update to repo makefile

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Merge pull request #1051: reenable displying params in gov docs

* Update cosmos-hub-roadmap-2.0.md (#1065)

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md (#1066)

* Update cosmos-hub-roadmap-2.0.md (#1068)

* Update CODEOWNERS (#1031)

* Update CODEOWNERS

* Update .github/CODEOWNERS

Co-authored-by: Marko <marbar3778@yahoo.com>

* Update CODEOWNERS

Co-authored-by: Marko <marbar3778@yahoo.com>

* Update README.md (#1063)

* hide top banner (#1062)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Readme.md (#1046)

* Update Readme.md

Added a 'How to Use' section and a line on learning more about the Cosmos Hub.

* Update README.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update README.md (#1069)

* Create statesync.bash (#1027)

* Create statesync.bash

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update interchain-security.md (#1071)

* Update cosmos-hub-roadmap-2.0.md (#1076)

* Vega 6.0.0 (#1077)

* fix: delete new modules from fromVM map to not skip init genesis

* fix: migrate auth module after staking

* gaia: add NewSetUpContextDecorator to antedecorator (#1078)

* Update upgrade-node.md (#1080)

add more info

* Add IOBScan to Cosmos Hub Explorers list (#1075)

* Update Readme (#1083)

* Update Readme

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Dockerfile.test (#1026)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update cosmos-hub-roadmap-2.0.md (#1085)

* Update cosmos-hub-roadmap-2.0.md (#1088)

* Merge pull request #1050: Create Governance proposal template

* add first draft proposal templates

* add new PR template for governance

* edit for small fixes (#1086)

* Update validator-faq.md (#1087)

more editorial love for this essential content

* docs: fix links in governance section (#1089)

* rm dev discord links

* update and relativize links

* align with link style elsewhere in docs

* docs: vega upgrade instruction (#1096)

* docs: vega upgrade instruction

* chore: change upgrade time

* Update cosmoshub-4-vega-upgrade.md

chore: formatting

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update docs/migration/cosmoshub-4-vega-upgrade.md

* Update docs/migration/cosmoshub-4-vega-upgrade.md

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* doc: change doc for vega upgrade instruction (#1098)

* doc: change doc for vega upgrade instruction

* Update cosmoshub-4-vega-upgrade.md

typo fix

* docs minor typo fix (#1104)

Cross Chain Validator (CCV)
relay validator set composition

* add dependabot (#1103)

Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>

* Update interchain-security.md (#1105)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update gaiad installation docs, update docs install/run instructions, and clean up left menu ordering (#1095)

Make requested changes

Make ordering consistent

* Fix broken installation links (#1120)

* Bump technote-space/get-diff-action from 4 to 5.0.2 (#1108)

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4 to 5.0.2.
- [Release notes](https://github.com/technote-space/get-diff-action/releases)
- [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc)
- [Commits](technote-space/get-diff-action@v4...v5.0.2)

---
updated-dependencies:
- dependency-name: technote-space/get-diff-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#1119)

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](spf13/cobra@v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump codecov/codecov-action from 1 to 2.1.0 (#1114)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1...v2.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.1.8 (#1128)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 3.7.1 to 4.1.8.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@3.7.1...4.1.8)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.2 (#1124)

Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.2/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.0...v2.0.2)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#1116)

Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6.
- [Release notes](https://github.com/tendermint/tm-db/releases)
- [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
- [Commits](tendermint/tm-db@v0.6.4...v0.6.6)

---
updated-dependencies:
- dependency-name: github.com/tendermint/tm-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump gaurav-nelson/github-action-markdown-link-check (#1112)

Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 0.6.0 to 1.0.13.
- [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
- [Commits](gaurav-nelson/github-action-markdown-link-check@0.6.0...1.0.13)

---
updated-dependencies:
- dependency-name: gaurav-nelson/github-action-markdown-link-check
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/setup-go from 2.1.3 to 2.1.5 (#1130)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.3...v2.1.5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update broken links in docs (#1131)

* update links in docs

* cleanup

* Bump actions/stale from 3 to 4.1.0 (#1113)

Bumps [actions/stale](https://github.com/actions/stale) from 3 to 4.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v3...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/checkout from 2.3.1 to 2.4.0 (#1110)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/cache from 1 to 2.1.7 (#1107)

Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v1...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix links to hub-tutorials (#1132)

* Fix links to hub-tutorials

Some of the links are broken due to the change of the gaia-tutorials folder. This should fix them.

* Update installation.md

* Update stale.yml to exclude issues (#1138)

Taken from https://github.com/cosmos/cosmos-sdk/blob/master/.github/workflows/stale.yml

* Update the upgrade time (#1102)

* Update cosmoshub-4-vega-upgrade.md

update the upgrade time

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* docs: add system requirement

Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Roadmap to mention Vega is completed (#1140)

* Update Roadmap to mention Vega is completed

And some little things to make sure the page is parsed well for the new cosmos hub roadmap page.

* Updates to gravity bridge mentions

Updated to signal Gravity Bridge is an external chain that was released around Vega.

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Added instructions on depositing to a proposal (#1142)

* Added instructions on depositing to a proposal

Also replaced the Hubble instructions with Mintscan.

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Merge pull request #1090: docs: Set up locales for existing translations

* set up locales for translations

* remove es translations from gov section

* update links in locale readmes

* add initial instruction on locales in DOCS_README

* add labels and selectText

* remove frontmatter in es README

* Module Readiness Github Issue & Docs (#1172)

* add tempalte and dir

* Update template.md

* add issue template

* Add module readiness template

* Add readiness readme and adr template

* Edit adr template

* Update ADR template

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update module-readiness.md

* Docs: Restructure governance section (#1126)

* rm gov gaiad page use getting started

* restructure proposal type readmes and formatting

* rename files to use - vs _

* update links and order pages

* move all best practices into a single doc

* Apply suggestions from code review

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Bump vuepress-theme-cosmos from 1.0.182 to 1.0.183 in /docs (#1161)

Bumps [vuepress-theme-cosmos](https://github.com/cosmos/vuepress-theme-cosmos) from 1.0.182 to 1.0.183.
- [Release notes](https://github.com/cosmos/vuepress-theme-cosmos/releases)
- [Commits](https://github.com/cosmos/vuepress-theme-cosmos/commits)

---
updated-dependencies:
- dependency-name: vuepress-theme-cosmos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump JamesIves/github-pages-deploy-action from 4.1.8 to 4.2.2 (#1152)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.8 to 4.2.2.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@4.1.8...v4.2.2)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 1159 update state sync configs (#1160)

* Update default snapshot configs

* Refactor

* Fix override to include default template

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Add tabbing for markdown docs (#1217)

* Add tabbing for markdown docs

* Add package-lock

* Theta update (#1211)

* Update cosmos-hub-roadmap-2.0.md

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update Ledger doc with Keplr (#1205)

* Update Ledger doc with Keplr

Replaced Lunie instructions with Keplr

* Removed leftover Lunie content

* Update ledger.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update joining mainnet documentation (#1146)

* Update joining mainnet documentation

* Minor fixes for updated joining mainnet documentation

* Update menu order

* Make requested changes

* Additional updates

* Make requested changes for hardware config

* Update config header

* Fix tabbing header

* Update joining mainnet documentation

* Minor fixes for updated joining mainnet documentation

* Update menu order

* Make requested changes

* Additional updates

* Make requested changes for hardware config

* Update config header

* Fix tabbing header

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Updates to Validator Docs (#1207)

* Updated validator documentation.

* Small updates

* fixes from yaru feedback

* Update docs/validators/validator-setup.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update docs/validators/validator-setup.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* bump cosmsos-sdk v0.44.5 to v0.45.0, ibc-go v2 to v3-alpha2, fix in-place migration ordering

* fix: panic when forget to add modules to SetOrder{BeginBlocker, EndBlocker, InitGenesis, ExportGenesis} functions

* fix: store.StoreUpgrades{}

* bump: replace dependencies to depend on sdk 0.45.0

* bump: liquidity module to v1.4.5

* bump: cosmos-sdk to v0.45.1

* fix: server.Generate* is deprecated, it is moved to testutil

* fix: upgrade module should run first in SetOrderBeginBlockers

* fix:  client.ReadFromClientConfig -> client.ReadPersistentCommandFlags

* bump: gaia module: v6 -> v7

* bump: ibc-go to v3.0.0-beta1

* fix: router module

* style: adjust package import order

* fix: SetOrderEndBlockers

* fix: adjust capability module's beginblocker position

* Update app.go

style: remove extra print

* fix: SetOrderInitGenesis

* fix: lint

* add migration logs

* feat: add ica

* fix: lint

* bump: ibc-to to v3.0.0-rc0

* fix: ica init

* fix: fromVersionMap

* set ica params

* bump: liquidity to v1.5.0

* update upgrade name

* bump: packet-forward-module

* fix: ica in upgrade

* bump: packet-forward module to v1.0.2

* bump: ibc-go to v3.0.0-rc1

* chore: add log

* fix: upgrade add store

* block all module acct to receive tokens by MsgSend

* bump: ibc-go to v3.0.0-rc2

* remove unused function GetMaccPerms

* bump: liquidity module to v1.5.0

* chore: rename ibcmodule to transferIBCModule

* fix: delete ica controller module and allow more msg types in ica

* fix: add icacontroller store to avoid panic

* bump: ibc-go to v3.0.0 and remove ica controller

* bump: packet-forward module to v2.1.1

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* fix: fromVM

* chore: correct docs, comments, go.sum

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* chore: add CHANGELOG

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
yaruwangway added a commit that referenced this pull request Mar 24, 2022
* update changelog

* make ica host allow msg types const

* merge Release/v7.0.0 rc0 to release/v7.0.x (#1340) (#1351)

* merge theta-main to release/v7.0.0-rc0 (#1339)

* Theta prepare merge to theta main (#1337)

* chore: update changelog (#1060)

* add changelog for backport release v5.0.8 (#1061)

* Change golangci-lint version to the latest version of golangci-lint (v1.42.1) (#1043)

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update DOCS_README with switch to GH Actions (#1049)

* Update DOCS_README with switch to GH Actions

* update to repo makefile

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Merge pull request #1051: reenable displying params in gov docs

* Update cosmos-hub-roadmap-2.0.md (#1065)

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md (#1066)

* Update cosmos-hub-roadmap-2.0.md (#1068)

* Update CODEOWNERS (#1031)

* Update CODEOWNERS

* Update .github/CODEOWNERS

Co-authored-by: Marko <marbar3778@yahoo.com>

* Update CODEOWNERS

Co-authored-by: Marko <marbar3778@yahoo.com>

* Update README.md (#1063)

* hide top banner (#1062)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Readme.md (#1046)

* Update Readme.md

Added a 'How to Use' section and a line on learning more about the Cosmos Hub.

* Update README.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update README.md (#1069)

* Create statesync.bash (#1027)

* Create statesync.bash

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update interchain-security.md (#1071)

* Update cosmos-hub-roadmap-2.0.md (#1076)

* Vega 6.0.0 (#1077)

* fix: delete new modules from fromVM map to not skip init genesis

* fix: migrate auth module after staking

* gaia: add NewSetUpContextDecorator to antedecorator (#1078)

* Update upgrade-node.md (#1080)

add more info

* Add IOBScan to Cosmos Hub Explorers list (#1075)

* Update Readme (#1083)

* Update Readme

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Dockerfile.test (#1026)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update cosmos-hub-roadmap-2.0.md (#1085)

* Update cosmos-hub-roadmap-2.0.md (#1088)

* Merge pull request #1050: Create Governance proposal template

* add first draft proposal templates

* add new PR template for governance

* edit for small fixes (#1086)

* Update validator-faq.md (#1087)

more editorial love for this essential content

* docs: fix links in governance section (#1089)

* rm dev discord links

* update and relativize links

* align with link style elsewhere in docs

* docs: vega upgrade instruction (#1096)

* docs: vega upgrade instruction

* chore: change upgrade time

* Update cosmoshub-4-vega-upgrade.md

chore: formatting

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update docs/migration/cosmoshub-4-vega-upgrade.md

* Update docs/migration/cosmoshub-4-vega-upgrade.md

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* doc: change doc for vega upgrade instruction (#1098)

* doc: change doc for vega upgrade instruction

* Update cosmoshub-4-vega-upgrade.md

typo fix

* docs minor typo fix (#1104)

Cross Chain Validator (CCV)
relay validator set composition

* add dependabot (#1103)

Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>

* Update interchain-security.md (#1105)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update gaiad installation docs, update docs install/run instructions, and clean up left menu ordering (#1095)

Make requested changes

Make ordering consistent

* Fix broken installation links (#1120)

* Bump technote-space/get-diff-action from 4 to 5.0.2 (#1108)

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4 to 5.0.2.
- [Release notes](https://github.com/technote-space/get-diff-action/releases)
- [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc)
- [Commits](technote-space/get-diff-action@v4...v5.0.2)

---
updated-dependencies:
- dependency-name: technote-space/get-diff-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#1119)

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](spf13/cobra@v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump codecov/codecov-action from 1 to 2.1.0 (#1114)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1...v2.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.1.8 (#1128)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 3.7.1 to 4.1.8.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@3.7.1...4.1.8)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.2 (#1124)

Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.2/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.0...v2.0.2)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#1116)

Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6.
- [Release notes](https://github.com/tendermint/tm-db/releases)
- [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
- [Commits](tendermint/tm-db@v0.6.4...v0.6.6)

---
updated-dependencies:
- dependency-name: github.com/tendermint/tm-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump gaurav-nelson/github-action-markdown-link-check (#1112)

Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 0.6.0 to 1.0.13.
- [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
- [Commits](gaurav-nelson/github-action-markdown-link-check@0.6.0...1.0.13)

---
updated-dependencies:
- dependency-name: gaurav-nelson/github-action-markdown-link-check
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/setup-go from 2.1.3 to 2.1.5 (#1130)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.3...v2.1.5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update broken links in docs (#1131)

* update links in docs

* cleanup

* Bump actions/stale from 3 to 4.1.0 (#1113)

Bumps [actions/stale](https://github.com/actions/stale) from 3 to 4.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v3...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/checkout from 2.3.1 to 2.4.0 (#1110)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/cache from 1 to 2.1.7 (#1107)

Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v1...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix links to hub-tutorials (#1132)

* Fix links to hub-tutorials

Some of the links are broken due to the change of the gaia-tutorials folder. This should fix them.

* Update installation.md

* Update stale.yml to exclude issues (#1138)

Taken from https://github.com/cosmos/cosmos-sdk/blob/master/.github/workflows/stale.yml

* Update the upgrade time (#1102)

* Update cosmoshub-4-vega-upgrade.md

update the upgrade time

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* docs: add system requirement

Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Roadmap to mention Vega is completed (#1140)

* Update Roadmap to mention Vega is completed

And some little things to make sure the page is parsed well for the new cosmos hub roadmap page.

* Updates to gravity bridge mentions

Updated to signal Gravity Bridge is an external chain that was released around Vega.

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Added instructions on depositing to a proposal (#1142)

* Added instructions on depositing to a proposal

Also replaced the Hubble instructions with Mintscan.

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Merge pull request #1090: docs: Set up locales for existing translations

* set up locales for translations

* remove es translations from gov section

* update links in locale readmes

* add initial instruction on locales in DOCS_README

* add labels and selectText

* remove frontmatter in es README

* Module Readiness Github Issue & Docs (#1172)

* add tempalte and dir

* Update template.md

* add issue template

* Add module readiness template

* Add readiness readme and adr template

* Edit adr template

* Update ADR template

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update module-readiness.md

* Docs: Restructure governance section (#1126)

* rm gov gaiad page use getting started

* restructure proposal type readmes and formatting

* rename files to use - vs _

* update links and order pages

* move all best practices into a single doc

* Apply suggestions from code review

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Bump vuepress-theme-cosmos from 1.0.182 to 1.0.183 in /docs (#1161)

Bumps [vuepress-theme-cosmos](https://github.com/cosmos/vuepress-theme-cosmos) from 1.0.182 to 1.0.183.
- [Release notes](https://github.com/cosmos/vuepress-theme-cosmos/releases)
- [Commits](https://github.com/cosmos/vuepress-theme-cosmos/commits)

---
updated-dependencies:
- dependency-name: vuepress-theme-cosmos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump JamesIves/github-pages-deploy-action from 4.1.8 to 4.2.2 (#1152)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.8 to 4.2.2.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@4.1.8...v4.2.2)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 1159 update state sync configs (#1160)

* Update default snapshot configs

* Refactor

* Fix override to include default template

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Add tabbing for markdown docs (#1217)

* Add tabbing for markdown docs

* Add package-lock

* Theta update (#1211)

* Update cosmos-hub-roadmap-2.0.md

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update Ledger doc with Keplr (#1205)

* Update Ledger doc with Keplr

Replaced Lunie instructions with Keplr

* Removed leftover Lunie content

* Update ledger.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update joining mainnet documentation (#1146)

* Update joining mainnet documentation

* Minor fixes for updated joining mainnet documentation

* Update menu order

* Make requested changes

* Additional updates

* Make requested changes for hardware config

* Update config header

* Fix tabbing header

* Update joining mainnet documentation

* Minor fixes for updated joining mainnet documentation

* Update menu order

* Make requested changes

* Additional updates

* Make requested changes for hardware config

* Update config header

* Fix tabbing header

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Updates to Validator Docs (#1207)

* Updated validator documentation.

* Small updates

* fixes from yaru feedback

* Update docs/validators/validator-setup.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update docs/validators/validator-setup.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* bump cosmsos-sdk v0.44.5 to v0.45.0, ibc-go v2 to v3-alpha2, fix in-place migration ordering

* fix: panic when forget to add modules to SetOrder{BeginBlocker, EndBlocker, InitGenesis, ExportGenesis} functions

* fix: store.StoreUpgrades{}

* bump: replace dependencies to depend on sdk 0.45.0

* bump: liquidity module to v1.4.5

* bump: cosmos-sdk to v0.45.1

* fix: server.Generate* is deprecated, it is moved to testutil

* fix: upgrade module should run first in SetOrderBeginBlockers

* fix:  client.ReadFromClientConfig -> client.ReadPersistentCommandFlags

* bump: gaia module: v6 -> v7

* bump: ibc-go to v3.0.0-beta1

* fix: router module

* style: adjust package import order

* fix: SetOrderEndBlockers

* fix: adjust capability module's beginblocker position

* Update app.go

style: remove extra print

* fix: SetOrderInitGenesis

* fix: lint

* add migration logs

* feat: add ica

* fix: lint

* bump: ibc-to to v3.0.0-rc0

* fix: ica init

* fix: fromVersionMap

* set ica params

* bump: liquidity to v1.5.0

* update upgrade name

* bump: packet-forward-module

* fix: ica in upgrade

* bump: packet-forward module to v1.0.2

* bump: ibc-go to v3.0.0-rc1

* chore: add log

* fix: upgrade add store

* block all module acct to receive tokens by MsgSend

* bump: ibc-go to v3.0.0-rc2

* remove unused function GetMaccPerms

* bump: liquidity module to v1.5.0

* chore: rename ibcmodule to transferIBCModule

* fix: delete ica controller module and allow more msg types in ica

* fix: add icacontroller store to avoid panic

* bump: ibc-go to v3.0.0 and remove ica controller

* bump: packet-forward module to v2.1.1

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* fix: fromVM

* chore: correct docs, comments, go.sum

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* chore: add CHANGELOG

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* resolve conflict from cherrry pick 04b0191

* resolve conflit from cherry pick 611e338

* resolve conflit from cherry pick 1722cf8

* resolve conflit from cherry pick d6f7b57

* fix e2e gaia package version

* chore: fix lint

Co-authored-by: Yaru Wang <yaru@interchain.io>
Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>
Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
yaruwangway added a commit that referenced this pull request Mar 24, 2022
* Theta main (#1356)

* update changelog

* make ica host allow msg types const

* merge Release/v7.0.0 rc0 to release/v7.0.x (#1340) (#1351)

* merge theta-main to release/v7.0.0-rc0 (#1339)

* Theta prepare merge to theta main (#1337)

* chore: update changelog (#1060)

* add changelog for backport release v5.0.8 (#1061)

* Change golangci-lint version to the latest version of golangci-lint (v1.42.1) (#1043)

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update DOCS_README with switch to GH Actions (#1049)

* Update DOCS_README with switch to GH Actions

* update to repo makefile

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Merge pull request #1051: reenable displying params in gov docs

* Update cosmos-hub-roadmap-2.0.md (#1065)

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md (#1066)

* Update cosmos-hub-roadmap-2.0.md (#1068)

* Update CODEOWNERS (#1031)

* Update CODEOWNERS

* Update .github/CODEOWNERS

Co-authored-by: Marko <marbar3778@yahoo.com>

* Update CODEOWNERS

Co-authored-by: Marko <marbar3778@yahoo.com>

* Update README.md (#1063)

* hide top banner (#1062)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Readme.md (#1046)

* Update Readme.md

Added a 'How to Use' section and a line on learning more about the Cosmos Hub.

* Update README.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update README.md (#1069)

* Create statesync.bash (#1027)

* Create statesync.bash

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update interchain-security.md (#1071)

* Update cosmos-hub-roadmap-2.0.md (#1076)

* Vega 6.0.0 (#1077)

* fix: delete new modules from fromVM map to not skip init genesis

* fix: migrate auth module after staking

* gaia: add NewSetUpContextDecorator to antedecorator (#1078)

* Update upgrade-node.md (#1080)

add more info

* Add IOBScan to Cosmos Hub Explorers list (#1075)

* Update Readme (#1083)

* Update Readme

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Dockerfile.test (#1026)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update cosmos-hub-roadmap-2.0.md (#1085)

* Update cosmos-hub-roadmap-2.0.md (#1088)

* Merge pull request #1050: Create Governance proposal template

* add first draft proposal templates

* add new PR template for governance

* edit for small fixes (#1086)

* Update validator-faq.md (#1087)

more editorial love for this essential content

* docs: fix links in governance section (#1089)

* rm dev discord links

* update and relativize links

* align with link style elsewhere in docs

* docs: vega upgrade instruction (#1096)

* docs: vega upgrade instruction

* chore: change upgrade time

* Update cosmoshub-4-vega-upgrade.md

chore: formatting

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update docs/migration/cosmoshub-4-vega-upgrade.md

* Update docs/migration/cosmoshub-4-vega-upgrade.md

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* doc: change doc for vega upgrade instruction (#1098)

* doc: change doc for vega upgrade instruction

* Update cosmoshub-4-vega-upgrade.md

typo fix

* docs minor typo fix (#1104)

Cross Chain Validator (CCV)
relay validator set composition

* add dependabot (#1103)

Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>

* Update interchain-security.md (#1105)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update gaiad installation docs, update docs install/run instructions, and clean up left menu ordering (#1095)

Make requested changes

Make ordering consistent

* Fix broken installation links (#1120)

* Bump technote-space/get-diff-action from 4 to 5.0.2 (#1108)

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4 to 5.0.2.
- [Release notes](https://github.com/technote-space/get-diff-action/releases)
- [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc)
- [Commits](technote-space/get-diff-action@v4...v5.0.2)

---
updated-dependencies:
- dependency-name: technote-space/get-diff-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#1119)

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](spf13/cobra@v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump codecov/codecov-action from 1 to 2.1.0 (#1114)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1...v2.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.1.8 (#1128)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 3.7.1 to 4.1.8.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@3.7.1...4.1.8)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.2 (#1124)

Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.2/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.0...v2.0.2)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#1116)

Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6.
- [Release notes](https://github.com/tendermint/tm-db/releases)
- [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
- [Commits](tendermint/tm-db@v0.6.4...v0.6.6)

---
updated-dependencies:
- dependency-name: github.com/tendermint/tm-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump gaurav-nelson/github-action-markdown-link-check (#1112)

Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 0.6.0 to 1.0.13.
- [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
- [Commits](gaurav-nelson/github-action-markdown-link-check@0.6.0...1.0.13)

---
updated-dependencies:
- dependency-name: gaurav-nelson/github-action-markdown-link-check
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/setup-go from 2.1.3 to 2.1.5 (#1130)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.3...v2.1.5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update broken links in docs (#1131)

* update links in docs

* cleanup

* Bump actions/stale from 3 to 4.1.0 (#1113)

Bumps [actions/stale](https://github.com/actions/stale) from 3 to 4.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v3...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/checkout from 2.3.1 to 2.4.0 (#1110)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/cache from 1 to 2.1.7 (#1107)

Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v1...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix links to hub-tutorials (#1132)

* Fix links to hub-tutorials

Some of the links are broken due to the change of the gaia-tutorials folder. This should fix them.

* Update installation.md

* Update stale.yml to exclude issues (#1138)

Taken from https://github.com/cosmos/cosmos-sdk/blob/master/.github/workflows/stale.yml

* Update the upgrade time (#1102)

* Update cosmoshub-4-vega-upgrade.md

update the upgrade time

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* docs: add system requirement

Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Roadmap to mention Vega is completed (#1140)

* Update Roadmap to mention Vega is completed

And some little things to make sure the page is parsed well for the new cosmos hub roadmap page.

* Updates to gravity bridge mentions

Updated to signal Gravity Bridge is an external chain that was released around Vega.

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Added instructions on depositing to a proposal (#1142)

* Added instructions on depositing to a proposal

Also replaced the Hubble instructions with Mintscan.

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Merge pull request #1090: docs: Set up locales for existing translations

* set up locales for translations

* remove es translations from gov section

* update links in locale readmes

* add initial instruction on locales in DOCS_README

* add labels and selectText

* remove frontmatter in es README

* Module Readiness Github Issue & Docs (#1172)

* add tempalte and dir

* Update template.md

* add issue template

* Add module readiness template

* Add readiness readme and adr template

* Edit adr template

* Update ADR template

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update module-readiness.md

* Docs: Restructure governance section (#1126)

* rm gov gaiad page use getting started

* restructure proposal type readmes and formatting

* rename files to use - vs _

* update links and order pages

* move all best practices into a single doc

* Apply suggestions from code review

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Bump vuepress-theme-cosmos from 1.0.182 to 1.0.183 in /docs (#1161)

Bumps [vuepress-theme-cosmos](https://github.com/cosmos/vuepress-theme-cosmos) from 1.0.182 to 1.0.183.
- [Release notes](https://github.com/cosmos/vuepress-theme-cosmos/releases)
- [Commits](https://github.com/cosmos/vuepress-theme-cosmos/commits)

---
updated-dependencies:
- dependency-name: vuepress-theme-cosmos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump JamesIves/github-pages-deploy-action from 4.1.8 to 4.2.2 (#1152)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.8 to 4.2.2.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@4.1.8...v4.2.2)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 1159 update state sync configs (#1160)

* Update default snapshot configs

* Refactor

* Fix override to include default template

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Add tabbing for markdown docs (#1217)

* Add tabbing for markdown docs

* Add package-lock

* Theta update (#1211)

* Update cosmos-hub-roadmap-2.0.md

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update Ledger doc with Keplr (#1205)

* Update Ledger doc with Keplr

Replaced Lunie instructions with Keplr

* Removed leftover Lunie content

* Update ledger.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update joining mainnet documentation (#1146)

* Update joining mainnet documentation

* Minor fixes for updated joining mainnet documentation

* Update menu order

* Make requested changes

* Additional updates

* Make requested changes for hardware config

* Update config header

* Fix tabbing header

* Update joining mainnet documentation

* Minor fixes for updated joining mainnet documentation

* Update menu order

* Make requested changes

* Additional updates

* Make requested changes for hardware config

* Update config header

* Fix tabbing header

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Updates to Validator Docs (#1207)

* Updated validator documentation.

* Small updates

* fixes from yaru feedback

* Update docs/validators/validator-setup.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update docs/validators/validator-setup.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* bump cosmsos-sdk v0.44.5 to v0.45.0, ibc-go v2 to v3-alpha2, fix in-place migration ordering

* fix: panic when forget to add modules to SetOrder{BeginBlocker, EndBlocker, InitGenesis, ExportGenesis} functions

* fix: store.StoreUpgrades{}

* bump: replace dependencies to depend on sdk 0.45.0

* bump: liquidity module to v1.4.5

* bump: cosmos-sdk to v0.45.1

* fix: server.Generate* is deprecated, it is moved to testutil

* fix: upgrade module should run first in SetOrderBeginBlockers

* fix:  client.ReadFromClientConfig -> client.ReadPersistentCommandFlags

* bump: gaia module: v6 -> v7

* bump: ibc-go to v3.0.0-beta1

* fix: router module

* style: adjust package import order

* fix: SetOrderEndBlockers

* fix: adjust capability module's beginblocker position

* Update app.go

style: remove extra print

* fix: SetOrderInitGenesis

* fix: lint

* add migration logs

* feat: add ica

* fix: lint

* bump: ibc-to to v3.0.0-rc0

* fix: ica init

* fix: fromVersionMap

* set ica params

* bump: liquidity to v1.5.0

* update upgrade name

* bump: packet-forward-module

* fix: ica in upgrade

* bump: packet-forward module to v1.0.2

* bump: ibc-go to v3.0.0-rc1

* chore: add log

* fix: upgrade add store

* block all module acct to receive tokens by MsgSend

* bump: ibc-go to v3.0.0-rc2

* remove unused function GetMaccPerms

* bump: liquidity module to v1.5.0

* chore: rename ibcmodule to transferIBCModule

* fix: delete ica controller module and allow more msg types in ica

* fix: add icacontroller store to avoid panic

* bump: ibc-go to v3.0.0 and remove ica controller

* bump: packet-forward module to v2.1.1

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* fix: fromVM

* chore: correct docs, comments, go.sum

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* chore: add CHANGELOG

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* resolve conflict from cherrry pick 04b0191

* resolve conflit from cherry pick 611e338

* resolve conflit from cherry pick 1722cf8

* resolve conflit from cherry pick d6f7b57

* fix e2e gaia package version

* chore: fix lint

Co-authored-by: Yaru Wang <yaru@interchain.io>
Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>
Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

* update CHANGELOG

Co-authored-by: Gaurav Raghuvanshy <6112418+tokamak-git@users.noreply.github.com>
Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
okwme added a commit that referenced this pull request Mar 24, 2022
* Theta main (#1356)

* update changelog

* make ica host allow msg types const

* merge Release/v7.0.0 rc0 to release/v7.0.x (#1340) (#1351)

* merge theta-main to release/v7.0.0-rc0 (#1339)

* Theta prepare merge to theta main (#1337)

* chore: update changelog (#1060)

* add changelog for backport release v5.0.8 (#1061)

* Change golangci-lint version to the latest version of golangci-lint (v1.42.1) (#1043)

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update DOCS_README with switch to GH Actions (#1049)

* Update DOCS_README with switch to GH Actions

* update to repo makefile

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Merge pull request #1051: reenable displying params in gov docs

* Update cosmos-hub-roadmap-2.0.md (#1065)

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md

* Update cosmos-hub-roadmap-2.0.md (#1066)

* Update cosmos-hub-roadmap-2.0.md (#1068)

* Update CODEOWNERS (#1031)

* Update CODEOWNERS

* Update .github/CODEOWNERS

Co-authored-by: Marko <marbar3778@yahoo.com>

* Update CODEOWNERS

Co-authored-by: Marko <marbar3778@yahoo.com>

* Update README.md (#1063)

* hide top banner (#1062)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Readme.md (#1046)

* Update Readme.md

Added a 'How to Use' section and a line on learning more about the Cosmos Hub.

* Update README.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update README.md (#1069)

* Create statesync.bash (#1027)

* Create statesync.bash

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update interchain-security.md (#1071)

* Update cosmos-hub-roadmap-2.0.md (#1076)

* Vega 6.0.0 (#1077)

* fix: delete new modules from fromVM map to not skip init genesis

* fix: migrate auth module after staking

* gaia: add NewSetUpContextDecorator to antedecorator (#1078)

* Update upgrade-node.md (#1080)

add more info

* Add IOBScan to Cosmos Hub Explorers list (#1075)

* Update Readme (#1083)

* Update Readme

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Dockerfile.test (#1026)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update cosmos-hub-roadmap-2.0.md (#1085)

* Update cosmos-hub-roadmap-2.0.md (#1088)

* Merge pull request #1050: Create Governance proposal template

* add first draft proposal templates

* add new PR template for governance

* edit for small fixes (#1086)

* Update validator-faq.md (#1087)

more editorial love for this essential content

* docs: fix links in governance section (#1089)

* rm dev discord links

* update and relativize links

* align with link style elsewhere in docs

* docs: vega upgrade instruction (#1096)

* docs: vega upgrade instruction

* chore: change upgrade time

* Update cosmoshub-4-vega-upgrade.md

chore: formatting

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>

* Update docs/migration/cosmoshub-4-vega-upgrade.md

* Update docs/migration/cosmoshub-4-vega-upgrade.md

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* doc: change doc for vega upgrade instruction (#1098)

* doc: change doc for vega upgrade instruction

* Update cosmoshub-4-vega-upgrade.md

typo fix

* docs minor typo fix (#1104)

Cross Chain Validator (CCV)
relay validator set composition

* add dependabot (#1103)

Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>

* Update interchain-security.md (#1105)

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update gaiad installation docs, update docs install/run instructions, and clean up left menu ordering (#1095)

Make requested changes

Make ordering consistent

* Fix broken installation links (#1120)

* Bump technote-space/get-diff-action from 4 to 5.0.2 (#1108)

Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4 to 5.0.2.
- [Release notes](https://github.com/technote-space/get-diff-action/releases)
- [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc)
- [Commits](technote-space/get-diff-action@v4...v5.0.2)

---
updated-dependencies:
- dependency-name: technote-space/get-diff-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#1119)

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](spf13/cobra@v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump codecov/codecov-action from 1 to 2.1.0 (#1114)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1...v2.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump JamesIves/github-pages-deploy-action from 3.7.1 to 4.1.8 (#1128)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 3.7.1 to 4.1.8.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@3.7.1...4.1.8)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cosmos/ibc-go/v2 from 2.0.0 to 2.0.2 (#1124)

Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.2/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.0...v2.0.2)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#1116)

Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6.
- [Release notes](https://github.com/tendermint/tm-db/releases)
- [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
- [Commits](tendermint/tm-db@v0.6.4...v0.6.6)

---
updated-dependencies:
- dependency-name: github.com/tendermint/tm-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump gaurav-nelson/github-action-markdown-link-check (#1112)

Bumps [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) from 0.6.0 to 1.0.13.
- [Release notes](https://github.com/gaurav-nelson/github-action-markdown-link-check/releases)
- [Commits](gaurav-nelson/github-action-markdown-link-check@0.6.0...1.0.13)

---
updated-dependencies:
- dependency-name: gaurav-nelson/github-action-markdown-link-check
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/setup-go from 2.1.3 to 2.1.5 (#1130)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.3...v2.1.5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update broken links in docs (#1131)

* update links in docs

* cleanup

* Bump actions/stale from 3 to 4.1.0 (#1113)

Bumps [actions/stale](https://github.com/actions/stale) from 3 to 4.1.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v3...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/checkout from 2.3.1 to 2.4.0 (#1110)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>

* Bump actions/cache from 1 to 2.1.7 (#1107)

Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v1...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix links to hub-tutorials (#1132)

* Fix links to hub-tutorials

Some of the links are broken due to the change of the gaia-tutorials folder. This should fix them.

* Update installation.md

* Update stale.yml to exclude issues (#1138)

Taken from https://github.com/cosmos/cosmos-sdk/blob/master/.github/workflows/stale.yml

* Update the upgrade time (#1102)

* Update cosmoshub-4-vega-upgrade.md

update the upgrade time

* Update docs/migration/cosmoshub-4-vega-upgrade.md

Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* docs: add system requirement

Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update Roadmap to mention Vega is completed (#1140)

* Update Roadmap to mention Vega is completed

And some little things to make sure the page is parsed well for the new cosmos hub roadmap page.

* Updates to gravity bridge mentions

Updated to signal Gravity Bridge is an external chain that was released around Vega.

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Added instructions on depositing to a proposal (#1142)

* Added instructions on depositing to a proposal

Also replaced the Hubble instructions with Mintscan.

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

* Update docs/governance/submitting.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Merge pull request #1090: docs: Set up locales for existing translations

* set up locales for translations

* remove es translations from gov section

* update links in locale readmes

* add initial instruction on locales in DOCS_README

* add labels and selectText

* remove frontmatter in es README

* Module Readiness Github Issue & Docs (#1172)

* add tempalte and dir

* Update template.md

* add issue template

* Add module readiness template

* Add readiness readme and adr template

* Edit adr template

* Update ADR template

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update module-readiness.md

* Docs: Restructure governance section (#1126)

* rm gov gaiad page use getting started

* restructure proposal type readmes and formatting

* rename files to use - vs _

* update links and order pages

* move all best practices into a single doc

* Apply suggestions from code review

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Bump vuepress-theme-cosmos from 1.0.182 to 1.0.183 in /docs (#1161)

Bumps [vuepress-theme-cosmos](https://github.com/cosmos/vuepress-theme-cosmos) from 1.0.182 to 1.0.183.
- [Release notes](https://github.com/cosmos/vuepress-theme-cosmos/releases)
- [Commits](https://github.com/cosmos/vuepress-theme-cosmos/commits)

---
updated-dependencies:
- dependency-name: vuepress-theme-cosmos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump JamesIves/github-pages-deploy-action from 4.1.8 to 4.2.2 (#1152)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.8 to 4.2.2.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@4.1.8...v4.2.2)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 1159 update state sync configs (#1160)

* Update default snapshot configs

* Refactor

* Fix override to include default template

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Add tabbing for markdown docs (#1217)

* Add tabbing for markdown docs

* Add package-lock

* Theta update (#1211)

* Update cosmos-hub-roadmap-2.0.md

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update docs/roadmap/cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update Ledger doc with Keplr (#1205)

* Update Ledger doc with Keplr

Replaced Lunie instructions with Keplr

* Removed leftover Lunie content

* Update ledger.md

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Update joining mainnet documentation (#1146)

* Update joining mainnet documentation

* Minor fixes for updated joining mainnet documentation

* Update menu order

* Make requested changes

* Additional updates

* Make requested changes for hardware config

* Update config header

* Fix tabbing header

* Update joining mainnet documentation

* Minor fixes for updated joining mainnet documentation

* Update menu order

* Make requested changes

* Additional updates

* Make requested changes for hardware config

* Update config header

* Fix tabbing header

Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* Updates to Validator Docs (#1207)

* Updated validator documentation.

* Small updates

* fixes from yaru feedback

* Update docs/validators/validator-setup.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

* Update docs/validators/validator-setup.md

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>

* bump cosmsos-sdk v0.44.5 to v0.45.0, ibc-go v2 to v3-alpha2, fix in-place migration ordering

* fix: panic when forget to add modules to SetOrder{BeginBlocker, EndBlocker, InitGenesis, ExportGenesis} functions

* fix: store.StoreUpgrades{}

* bump: replace dependencies to depend on sdk 0.45.0

* bump: liquidity module to v1.4.5

* bump: cosmos-sdk to v0.45.1

* fix: server.Generate* is deprecated, it is moved to testutil

* fix: upgrade module should run first in SetOrderBeginBlockers

* fix:  client.ReadFromClientConfig -> client.ReadPersistentCommandFlags

* bump: gaia module: v6 -> v7

* bump: ibc-go to v3.0.0-beta1

* fix: router module

* style: adjust package import order

* fix: SetOrderEndBlockers

* fix: adjust capability module's beginblocker position

* Update app.go

style: remove extra print

* fix: SetOrderInitGenesis

* fix: lint

* add migration logs

* feat: add ica

* fix: lint

* bump: ibc-to to v3.0.0-rc0

* fix: ica init

* fix: fromVersionMap

* set ica params

* bump: liquidity to v1.5.0

* update upgrade name

* bump: packet-forward-module

* fix: ica in upgrade

* bump: packet-forward module to v1.0.2

* bump: ibc-go to v3.0.0-rc1

* chore: add log

* fix: upgrade add store

* block all module acct to receive tokens by MsgSend

* bump: ibc-go to v3.0.0-rc2

* remove unused function GetMaccPerms

* bump: liquidity module to v1.5.0

* chore: rename ibcmodule to transferIBCModule

* fix: delete ica controller module and allow more msg types in ica

* fix: add icacontroller store to avoid panic

* bump: ibc-go to v3.0.0 and remove ica controller

* bump: packet-forward module to v2.1.1

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* fix: fromVM

* chore: correct docs, comments, go.sum

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* chore: add CHANGELOG

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>

* resolve conflict from cherrry pick 04b0191

* resolve conflit from cherry pick 611e338

* resolve conflit from cherry pick 1722cf8

* resolve conflit from cherry pick d6f7b57

* fix e2e gaia package version

* chore: fix lint

Co-authored-by: Yaru Wang <yaru@interchain.io>
Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com>
Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

* update CHANGELOG

Co-authored-by: Gaurav Raghuvanshy <6112418+tokamak-git@users.noreply.github.com>
Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

Co-authored-by: Gaurav Raghuvanshy <6112418+tokamak-git@users.noreply.github.com>
Co-authored-by: psh4nk <psh4nk@outlook.com>
Co-authored-by: dcwalk <dcwalk@users.noreply.github.com>
Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Daria K <ppartesia@gmail.com>
Co-authored-by: tmckenzie51 <25855566+tmckenzie51@users.noreply.github.com>
Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
Co-authored-by: Zhiwei(Jeffrey) Hu <huzhiwei@outlook.com>
Co-authored-by: Jessica Dosseh <jessica.dosseh@yahoo.ca>
Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
Co-authored-by: Gavin <13985253+gavinly@users.noreply.github.com>
Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <86616427+fkneeland-figure@users.noreply.github.com>
Co-authored-by: Noam <81436914+nooomski@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:automerge dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant