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

Gaia v7 #9

Merged
merged 336 commits into from
Apr 6, 2022
Merged

Gaia v7 #9

merged 336 commits into from
Apr 6, 2022

Conversation

faddat
Copy link
Contributor

@faddat faddat commented Apr 4, 2022

This pr brings ki-tools current with gaia. The only diffrence between this and how ki worked previously is that this retains the liqudity module, and merges the gaia and ki commit histories.

This way it is possible for ki to be maintained more easily as many upstream changes will merge cleanly into ki.

The notable new features / improvements are:

  • cosmos-sdk v0.45.1
  • authz
  • fee grants
  • interchain accounts
  • ibcv3
  • tendermint v0.34.16

the only thing about this PR that may not be spot on at this time is the upgrade handler. you'll note that I retained the name of the cosmos hub ugprade, Theta-7.

There's some CI cleanup work needed too, but nothing very major.

What needs to be done:

  • remove gaia genesis
  • add ki genesis if desired by team
  • embed seed nodes in init.go like Osmosis does
  • remove anything that is specific to the cosmos hub, like roadmaps
  • add CosmWasm, if desired
  • fix ci
  • check upgrade handlers

Auto-generated summary

  • Initial commit
  • Initial release.
  • Import the networks/ directory
  • badge-mania
  • Update dependencies
  • Fix reproducible builds
  • Merge PR wallet address possible mismatch  #3: Pass in binary names to version through build tags
  • Merge PR Error connecting to peers #8: Add Github Templates
  • Merge PR Gaia v7 #9: Update to support swagger
  • Merge PR Bump actions/setup-go from 2.1.5 to 3 #11: Fix LCD test and update SDK version hash
  • Merge PR Bump codecov/codecov-action from 2.1.0 to 3 #12: Gaia isn't 90% JavaScript
  • Merge PR Bump actions/cache from 2.1.7 to 3.0.1 #14: Various buildsystem fixes
  • Updates for upstream PR (community pool spend proposal) (Handles address prefix #10)
  • Add docs directory (Fix #2)
  • docs: fix build workflow (Bump actions/stale from 4.1.0 to 5 #16)
  • Update README.md (Bump golangci/golangci-lint-action from 2 to 3.1.0 #18)
  • Merge PR Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 #20: Fix makefile command in docs
  • Merge PR Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 #21: add translations
  • Sync up with SDK's latest changes (Bump github.com/tendermint/tendermint from 0.34.16 to 0.34.18 #24)
  • Merge PR Bump github.com/tendermint/tendermint from 0.34.16 to 0.34.19 #25: Remove swagger (defined in the SDK)
  • Upgrade to SDK's latest (Update gov and gas params #35)
  • Merge PR Bump golangci/golangci-lint-action from 2 to 3.2.0 #36: Add disclaimer section to README
  • Merge PR fumpt #34: SDK Workflow
  • Merge PR Bump cosmos-sdk and tendermint versions #31: Update to SDK Client and Module Modularization
  • Merge PR Bump github.com/CosmWasm/wasmvm from 1.0.0-beta10 to 1.0.0-soon2 #37: Revert removal of auth/bank commands from root
  • Merge PR Bump github.com/CosmWasm/wasmvm from 1.0.0-beta10 to 1.0.0 #38: Updates to reflect SDK codec client changes
  • Contract test [GET] (Bump github.com/cosmos/cosmos-sdk from 0.45.1 to 0.45.2 #19)
  • Update to SDK's latest master
  • Add .pending log
  • Import simapp
  • Merge PR Minor readme fix #41: Staking ValidatorPowerRank to use "Potential Consensus Power"
  • Merge PR build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.3 to 0.45.5 #42: Remove unneded warnings
  • Merge PR build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.3 to 0.45.6 #44: Update SDK version to 8c89023e9f7ce67492142c92acc9ba0d9f876c0e
  • Merge PR Feature/ica 2 #46: Upgrade to latest SDK version (73700df8c)
  • upgrade to latest sdk (Bump github.com/tendermint/tendermint from 0.34.19 to 0.34.20 #52)
  • Fix reproducible builds docs (Bump actions/setup-go from 2.2.0 to 3.3.0 #55)
  • Merge PR Bump github.com/tendermint/tendermint from 0.34.19 to 0.34.21 #53: Update latest SDK version: Events Refactor
  • Merge PR Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 #61: Update readme banner image
  • Fix windows executables (chore: cli redirect to stdout #62)
  • Merge PR Bump actions/checkout from 2 to 3.1.0 #63: Fix genesis.md cn translations
  • Merge PR Bump github.com/CosmWasm/wasmvm from 1.0.0 to 1.1.1 #65: Various updates to tools
  • Merge PR Adds ICAHost to ModuleBasics #56: Update to latest SDK: Supply
  • Merge PR Release 4.0.0 #60: Add migrate command to gaiad
  • Merge PR Bump cosmos-sdk to 0.45.9 #66: Remove statik from contrib/devtools/Makefile
  • Merge PR Bump github.com/prometheus/client_golang from 1.12.2 to 1.14.0 #70: supply genesis migration fix
  • Merge PR Fix CommunityTax value #77: Update SDK version
  • Remove pending log entries + update CHANGELOG
  • Update SDK version
  • Cherry picks
  • Update go.mod
  • Undo sim changes
  • update simulations
  • sims updates
  • Update go.mod
  • Update SDK version to v0.36.0-rc3
  • Update LCD tests
  • Merge PR Fix/huckleberry #90: Updates reflecting sdk v0.36.0-rc4
  • Update SDK version to v0.36.0
  • Update clog config and CHANGELOG
  • Update go.mod
  • update sims
  • Update CLI tests
  • Update REST tests
  • Merge PR Bump actions/checkout from 2 to 4 #101: v1.0.0 Changelog Updates
  • Merge PR Bump github.com/ory/dockertest/v3 from 3.8.1 to 3.10.0 #102: Remove clog config
  • Merge PR Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 #105: Fix Module Account Blacklisting in GaiaApp
  • Update change log
  • [TEMP] Update SDK to v0.37.0-rc1
  • Bump SDK version to v.37.0 & update changelog
  • Bump version release date
  • Bump SDK to v0.37.1
  • Merge PR #134: v2.0.1 RC1 Cherry Picks
  • Update release date
  • Merge PR #149: v2.0.2-RC1
  • Bump SDK version to v0.37.3
  • build: run go mod tidy
  • changelog: set version release date for v2.0.2
  • Merge PR #181: v2.0.3-rc1
  • set version release date
  • Merge PR #251: v2.0.4-RC1
  • Add date to version in changelog
  • v2.0.5 rc1 (#264)
  • Merge PR #283: Bump SDK version
  • Set v2.0.6 release date
  • Merge PR #315: v2.0.7-RC1
  • Set v2.0.7 release date
  • Merge PR #350: v2.0.8 RC1
  • Release v2.0.9 (#374)
  • Release v2.0.10 (#390)
  • fix docker
  • bump cosmos-sdk version to 0.37.13 (#420)
  • migrating some things from master to main (#435)
  • more changes from master (#443)
  • update changelog (#455)
  • fix links for tendermint kms (#483)
  • ci: update (fix) (#503)
  • Updating changelog and setting up unreleased in CHANGELOG_PENDING (#505)
  • Update README.md (#496)
  • Fixing up changelog for release links (#506)
  • rebase jack/gaiav3.0 on top of main (#510)
  • Fix Simulation (#513)
  • Bump ini from 1.3.5 to 1.3.8 in /docs (#511)
  • Bump prismjs from 1.20.0 to 1.23.0 in /docs (#512)
  • Bump github.com/tendermint/tendermint from 0.34.0 to 0.34.1 (#515)
  • Bump vuepress-theme-cosmos from 1.0.169 to 1.0.179 in /docs (#516)
  • Bump github.com/ethereum/go-ethereum from 1.9.22 to 1.9.25 (#514)
  • docs: update branch to main (#517)
  • Bump github.com/cosmos/cosmos-sdk from 0.40.0-rc6 to 0.40.0-rc7 (#518)
  • docs: rename gaiacli > gaiad (#521)
  • stargate: bump SDK to v0.40.0 (#522)
  • Merge PR #523: Overhaul reproducible builds
  • Update README for v3.0.0 (#525)
  • refresh reproducible builds docs (#528)
  • update against new rbuilder image (#529)
  • remove circleci docker jobs (#530)
  • Merge PR #526: Updating CHANGELOG prior to v3.0.0 tag
  • update test docker file to python3 (#534)
  • Added config.yml for Starport (#535)
  • Fix single-node.sh setup script (#537)
  • docker: deployment (#543)
  • deploy from main not master (#544)
  • Bump vuepress-theme-cosmos from 1.0.179 to 1.0.180 in /docs (#550)
  • Update changelog for v3.0.1 (#551)
  • Bump to [email protected] and [email protected] (#552)
  • Bump gogo protobuf to v1.3.3 (#555)
  • Update changelog for bump of gogo protobuf to v1.3.3 (#554)
  • [docs] there is only one binary (#556)
  • cmd: add genaccount balance to supply (#563)
  • Set the denom metadata for the cosmoshub in the stargate migration (#564)
  • Additional review of prop 29 and migration testing (#559)
  • Explicitly set Go 1.15 in Dockerfile
  • Update ga id (#561)
  • Bumping to cosmos-sdk v0.41.0
  • Incrementing Gaia module to v4
  • Adding stub for migration guide (#586)
  • Update Github actions pattern filter for go files, go.mod, and go.sum
  • Updating changelog for v4
  • Added PR link to changelog line item
  • update discord link (#596)
  • Fix Discord Links (#599)
  • Update README.md (#603)
  • Upgrade descriptions for cosmoshub-3 (#585)
  • Fix repo name in license file (#604)
  • Remove circleci (#597)
  • Update .gaia directory and fixed timestamp for migrate (#607)
  • Adding resources to migration guide (#605)
  • docs: deploy gh pages (#541)
  • push on main (#609)
  • Cosmoshub 3 upgrade genesis initial height (#608)
  • Removing dup liveness-test; was implemented in (#597) (#611)
  • Bump github.com/tendermint/tm-db from 0.6.3 to 0.6.4 (#616)
  • Bump github.com/spf13/cobra from 1.1.1 to 1.1.2 (#617)
  • 100 validators to 125 validators (#618)
  • Updates to release process (#588)
  • Add missing breaking changes file (#625)
  • Bump github.com/tendermint/tendermint from 0.34.3 to 0.34.4 (#622)
  • Add memory hardware requirements to the upgrade guide (#621)
  • Bump github.com/spf13/cobra from 1.1.2 to 1.1.3 (#619)
  • remove version (#630)
  • Add summary, pathways, full node operator guidance (#631)
  • Applying fixes (#632)
  • Create Cosmos Hub3 upgrade Instructions on ES_es (#613)
  • FIX: typo (#633)
  • Depend on cosmos-sdk v0.41.1 (#635)
  • FIX v4.0.0 hash (#634)
  • Update for v4.0.1 changelog (#637)
  • Update migration doc with v4.0.1 version and hash (#639)
  • Gaia v4.0.2 tracking issue (#640)
  • Update to v4.0.2 and corresponding hash (#642)
  • Remove --for-zero-height (#643)
  • Updates for v4.0.3 (#645)
  • Fix gRPC for mint annual-provisions (#649)
  • Translate Cosmoshub-3 migration guide to Korean (#628)
  • Show branch and commit instead of tag when not on release branch (#651)
  • Fix path in doc (#660)
  • Enabling cleveldb build tag in makefile (#652)
  • build: add tm-version (#657)
  • Disabling very long-running non-determinism simulation (#663)
  • Changelog for v4.0.4 (#665)
  • Include InvCheckPeriod flag in export config (#667)
  • Updates to join-mainnet.md (#681)
  • Update mainnet url (#685)
  • Note the slow mainnet startup times. (#684)
  • Update validator setup (#688)
  • Bump github.com/tendermint/tendermint from 0.34.7 to 0.34.8 (#698)
  • changelog (#701)
  • build with cosmos-sdk v0.41.4 (#712)
  • [Security] Bump pug-code-gen from 2.0.2 to 2.0.3 in /docs (#716)
  • Changelog for v4.0.5 (#714)
  • Makefile: fix version string handling (#722)
  • Update join-mainnet.md (#728)
  • change dir '.gaiad' to '.gaia' (#690)
  • update ibc references (#736)
  • Update join-mainnet.md (#742)
  • Build against cosmos-sdk v0.42.0 (#723)
  • [Security] Bump elliptic from 6.5.3 to 6.5.4 in /docs (#738)
  • Changelog for v4.0.6 (#743)
  • cmd/gaiad: add multisign-batch command, remove dups
  • configure mergify to support automatic backports
  • gaia uses main, and not master
  • Changelog for v4.1.0 (#750)
  • Mergify for v4.1.x branch (#752)
  • Merge pull request from GHSA-2vxv-63gj-7pmq
  • Bump github.com/cosmos/cosmos-sdk from 0.42.0 to 0.42.1 (#758)
  • Update Dockerfile (#725)
  • Enable non-determinism sim on rc branch (#757)
  • Bump github.com/ethereum/go-ethereum from 1.9.25 to 1.10.1 (#740)
  • Add Security process (#761)
  • lower limit for automerge (#762)
  • Update join-mainnet.md (#763)
  • Remove v4.0.x branch backport rule (#772)
  • Bump sdk (#771)
  • Add security process condition (#769)
  • Adding sim label for PRs to run long-running non-determinism sim (#774)
  • Update docker.yml (#732)
  • removing deps no longer needed (#781)
  • changelog for v4.1.2 release (#783)
  • Bump vuepress-theme-cosmos from 1.0.180 to 1.0.181 in /docs (#785)
  • Add some process around timed releases (#786)
  • Bump github.com/cosmos/cosmos-sdk from 0.42.2 to 0.42.3 (#790)
  • Update backport for v4.2.x (#791)
  • changelog for v4.2.0 (#793)
  • Update join-mainnet.md (#798)
  • changelog for v4.2.1 (#805)
  • Bump sdk and tendermint dependencies (#807)
  • minor doc update (#809)
  • Update CODEOWNERS
  • Create docs: gtm-interchain.md (#573)
  • Update deploy-testnet.md (#810) (#814)
  • Make license recognizable
  • Make license recognizable
  • Bump vuepress-theme-cosmos from 1.0.181 to 1.0.182 in /docs (#816)
  • Fix copyright
  • Bumping Tendermint version (#820)
  • Update join-mainnet.md (#813)
  • Mention go 1.15
  • Update README to cosmoshub-4 (#827)
  • Updates Service Provider Guide (#826)
  • Changes version in reproducible-builds (#835)
  • Change identifier of long-running sim based on label (#839)
  • Remove file filter for running long-running sim based on label (#840)
  • Remove diff check from github action for long-running sim (#841)
  • Add compilation prerequisites (#837)
  • Update gaia build to go1.16 (#838)
  • Delete Dockerfile (#844)
  • Removing unused docker action until requirements are defined (#850)
  • Adding submission and PR guidelines (#849)
  • Merge pull request #853
  • develop simple tooling for local testnets without virtualization (#861)
  • Update cmd/root.go (#868)
  • Updating min-self-delegation to uatom denomination (#867)
  • Adding Yaru to codeowners (#877)
  • Add roadmap placeholder (#880)
  • Cosmos Hub Roadmap 2.0 (#881)
  • Update Port City article link (#882)
  • Add liquidity module to gaia (#859)
  • fix typos in contrib (#878)
  • Fix for keys parse bug (#884)
  • Disable test-liveness sim (#888)
  • Bump sdk and tendermint deps (#889)
  • Bump sdk, tendermint version of liquidity module (#891)
  • Update gaia module version to v5 (#892)
  • Update go.sum (#893)
  • Update changelog (#895)
  • Modify path to IBC protocol repository (#899)
  • Add contribution file link in readme (#900)
  • Add Cosmos Hub Delta upgrade (Gravity DEX) documentation (#901)
  • Merge pull request #907: add back the config command
  • chore: update changelog (#909)
  • Update RELEASING.md (#911)
  • chore: add artifacts to the gitignore (#912)
  • chore: update changelog (#914)
  • Update join-mainnet.md (#921)
  • chore: version bump SDK (#924)
  • Update README.md (#917)
  • chore: update sdk release (#928)
  • Release/v5.0.4 back into main (#931)
  • fix: add v0.42.9 sdk release (#933)
  • docs: update README.md file (#937)
  • fix: add version to buf.yaml (#923)
  • Update join-mainnet.md (#919)
  • Bump path-parse from 1.0.6 to 1.0.7 in /docs (#940)
  • Update cosmos-hub-roadmap-2.0.md (#939)
  • Update gaiad.md (#945)
  • Update config.js (#946)
  • Update cosmos-hub-roadmap-2.0.md (#948)
  • Update join-mainnet.md (#950)
  • Update cosmos-hub-roadmap-2.0.md (#954)
  • Create interchain security lightpaper DRAFT (#869)
  • tendermint 0.34.12 (#949)
  • chore: update changelog (#957)
  • Update cosmos-hub-roadmap-2.0.md
  • Update join-mainnet.md (#963)
  • Bump url-parse from 1.5.1 to 1.5.3 in /docs (#941)
  • chore: update tendermint (#964)
  • chore: update changelog (#971)
  • Bump Cosmos SDK and ibc-go (#942)
  • chore: update changelog (#973)
  • Update cosmos-hub-roadmap-2.0.md (#980)
  • Bump prismjs from 1.23.0 to 1.25.0 in /docs (#981)
  • update discord link (#984)
  • add docs for cosmovisor and running in a background process (#974)
  • Clarify the binary can be updated without rebuilding the image. (#947)
  • Update recommended gas fee from 0.025uatom to 0.0025uatom (#987)
  • docs: add router module and tendermint version bump (#989)
  • Update lint.yml (#996)
  • Go 1.17 (#993)
  • Networks (#992)
  • Re-enable test-liveness sim (#997)
  • chore: changelog (#1005)
  • fix: panic on export zero-height because validator addr length parsing (#1015)
  • cosmos/governance -> cosmos/gaia (#995)
  • Fix typo (#1045)
  • gaia v6.0.0-rc2 (#979)
  • chore: update changelog (#1053)
  • Update README.md (#1030)
  • vega-rc3 (#1057)
  • bump liquidity module (#1058)
  • build: bump liquidity to v1.4.2 based sdk v0.44.3 (#1059)
  • chore: update changelog
  • Rc0/v6.0.0 (#1079)
  • Release/v6.0.1 (#1255)
  • reversion release to v6.0.0
  • merge Release/v7.0.0 rc0 to release/v7.0.x (#1340)
  • merge Rc0/v7.0.0 to release/v7.0.0 (#1357) (#1358)

Closes: #XXX

Description


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

alexanderbez and others added 30 commits January 9, 2020 14:41
* bump SDK and tendermint versions

* go mod tidy
* Updating changelog to include v2.0.14 release note
don't edit config.toml, just feed seeds as a flag

* Update CHANGELOG.md

* Update README.md

added note about starting the node in the future.
Original PR opened by @jackzampolin
 cosmos/gaia#476

Co-authored-by: Alexander Bezobchuk <[email protected]>
Co-authored-by: Jack Zampolin <[email protected]>
Co-authored-by: Colin Axner <[email protected]>
Co-authored-by: Marko Baricevic <[email protected]>
Co-authored-by: Josh Lee <[email protected]>
Co-authored-by: Gautier Marin <[email protected]>
Co-authored-by: Sam Hart <[email protected]>
Co-authored-by: Shahan Khatchadourian <[email protected]>
Co-authored-by: Federico Kunze <[email protected]>
Co-authored-by: Mircea Colonescu <[email protected]>
Co-authored-by: Erik Grinaker <[email protected]>
Co-authored-by: Billy Rennekamp <[email protected]>
Co-authored-by: Denis Fadeev <[email protected]>
Co-authored-by: Chris Goes <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: Gianguido Sora <[email protected]>
Co-authored-by: Zaki Manian <[email protected]>
Co-authored-by: Chris Remus
Co-authored-by: Melea
* rebase jack/gaiav3.0 on top of main

Original PR opened by @jackzampolin
 cosmos/gaia#476

Co-authored-by: Alexander Bezobchuk <[email protected]>
Co-authored-by: Jack Zampolin <[email protected]>
Co-authored-by: Colin Axner <[email protected]>
Co-authored-by: Marko Baricevic <[email protected]>
Co-authored-by: Josh Lee <[email protected]>
Co-authored-by: Gautier Marin <[email protected]>
Co-authored-by: Sam Hart <[email protected]>
Co-authored-by: Shahan Khatchadourian <[email protected]>
Co-authored-by: Federico Kunze <[email protected]>
Co-authored-by: Mircea Colonescu <[email protected]>
Co-authored-by: Erik Grinaker <[email protected]>
Co-authored-by: Billy Rennekamp <[email protected]>
Co-authored-by: Denis Fadeev <[email protected]>
Co-authored-by: Chris Goes <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: Gianguido Sora <[email protected]>
Co-authored-by: Zaki Manian <[email protected]>
Co-authored-by: Chris Remus
Co-authored-by: Melea

* fix build

* disable errcheck

* rm CLI tests from CI

* lint

* exclude rule

* update sims

* update sims again

* add new simulation back

* Remove supply.

* update test sim nondeterminism to make it work

* update runsim

* remove unused code

* remove app test

* remove build latest sdk

* move to gaia_test package

* Fix config flags.

Co-authored-by: Alessio Treglia <[email protected]>
Co-authored-by: Alexander Bezobchuk <[email protected]>
Co-authored-by: Jack Zampolin <[email protected]>
Co-authored-by: Colin Axner <[email protected]>
Co-authored-by: Marko Baricevic <[email protected]>
Co-authored-by: Josh Lee <[email protected]>
Co-authored-by: Gautier Marin <[email protected]>
Co-authored-by: Sam Hart <[email protected]>
Co-authored-by: Shahan Khatchadourian <[email protected]>
Co-authored-by: Federico Kunze <[email protected]>
Co-authored-by: Mircea Colonescu <[email protected]>
Co-authored-by: Erik Grinaker <[email protected]>
Co-authored-by: Billy Rennekamp <[email protected]>
Co-authored-by: Denis Fadeev <[email protected]>
Co-authored-by: Chris Goes <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: Gianguido Sora <[email protected]>
Co-authored-by: Zaki Manian <[email protected]>
Co-authored-by: Federico Kunze <[email protected]>
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](npm/ini@v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.23.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.20.0...v1.23.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump github.com/tendermint/tendermint from 0.34.0 to 0.34.1

Bumps [github.com/tendermint/tendermint](https://github.com/tendermint/tendermint) from 0.34.0 to 0.34.1.
- [Release notes](https://github.com/tendermint/tendermint/releases)
- [Changelog](https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md)
- [Commits](tendermint/tendermint@v0.34.0...v0.34.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* go.sum

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Federico Kunze <[email protected]>
Bumps [vuepress-theme-cosmos](https://github.com/cosmos/vuepress-theme-cosmos) from 1.0.169 to 1.0.179.
- [Release notes](https://github.com/cosmos/vuepress-theme-cosmos/releases)
- [Commits](https://github.com/cosmos/vuepress-theme-cosmos/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* Bump github.com/ethereum/go-ethereum from 1.9.22 to 1.9.25

Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.9.22 to 1.9.25.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.9.22...v1.9.25)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* go.sum

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Federico Kunze <[email protected]>
* docs: update branch to main

* config

* readme

* Update docs/validators/validator-faq.md

Co-authored-by: Alessio Treglia <[email protected]>

Co-authored-by: Alessio Treglia <[email protected]>
* Bump github.com/cosmos/cosmos-sdk from 0.40.0-rc6 to 0.40.0-rc7

Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.40.0-rc6 to 0.40.0-rc7.
- [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
- [Changelog](https://github.com/cosmos/cosmos-sdk/blob/master/CHANGELOG.md)
- [Commits](cosmos/cosmos-sdk@v0.40.0-rc6...v0.40.0-rc7)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* go.sum

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Federico Kunze <[email protected]>
yaruwangway and others added 23 commits September 27, 2021 21:12
* docs: add router module and tendermint version bump

* fix: router module -> IBC router module
* chore: changelog

* fix: version link

* Update CHANGELOG.md

Co-authored-by: Marko <[email protected]>

Co-authored-by: yaruwang <[email protected]>
Co-authored-by: Marko <[email protected]>
* This moves the governance repository into Gaia, ensuring that the chain's governance history is shipped in a single `git clone` instead of requiring a search.

* merge codeowners

* cleanup of unneeded files in gov

Co-authored-by: dcwalk <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Comos -> Cosmos
* go version to 1.17

* Update go.mod

* dependency: bump ibc-go from v1.2.0 to v1.2.1

* cherry-pick: d76c62da, adding router module

* fix: add router module to upgrade handler

* fix: testnet cli command update genesis supply

* refactor!: drop support for command 'gaiad migrate'

* Update go.mod

* dependency: bump ibc-go from v1.2.0 to v1.2.1

* cherry-pick: d76c62da, adding router module

* fix: add router module to upgrade handler

* fix: testnet cli command update genesis supply

* refactor!: drop support for command 'gaiad migrate'

* fix: lint

* chore: bump sdk, run lint

* fix: panic on export zero-height because validator addr length parsing (#1015)

* update packet-forward-middleware

* chore: bump sdk

* build: bump liquidity from v1.4.0 to 1.4.1

* go mod tidy

* fix: golangci-lint version

* packet-forward-middleware version bump: v1.0.0

Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Jack Zampolin <[email protected]>
Co-authored-by: dongsam <[email protected]>
* Update README.md

* Update README.md
* bump cosmos-sdk to 0.44.3, tendermint to v0.34.14, ibc-go to v2.0.0

* bump packet-forward-middleware to v1.0.1

* fix: lint
* Vega 6.0.0 (#1077)

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

* fix: migrate auth module after staking

* chore: update changelog

* chore: update changelog

Co-authored-by: yaruwangway <[email protected]>
* app.toml template gRPCWeb port conflict fix (#1230)

Co-authored-by: billy rennekamp <[email protected]>

* Update statesync.bash (#1208)

* Update statesync.bash

This config should only use seeds, and shouldn't have a persistent peer

* Update statesync.bash

having several rpcs is better than depending on one

Co-authored-by: billy rennekamp <[email protected]>

* build: bump liquidity to v1.4.4 from v1.4.2 (#1210)

* build: bump liquidity to v1.4.4-rc1 from v1.4.2

* build: bump liquidity to v1.4.4

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

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

---
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] <[email protected]>

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

* Fix rocksdb build tag usage (#1135)

* this paves the way for widespread rocksdb usage

* rocksdb

* Use latest cosmos/gorocksdb

* Delete .gitpod.yml

gitpod has been adding these....

don't want it of course.

* go mod tidy

Co-authored-by: billy rennekamp <[email protected]>

* 1159 update state sync configs (#1160)

* Update default snapshot configs

* Refactor

* Fix override to include default template

Co-authored-by: billy rennekamp <[email protected]>

* 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] <[email protected]>

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

* tm-db version 0.6.4

* chore: update changelog

Co-authored-by: Mariya <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: dongsam <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lg <[email protected]>
Co-authored-by: Marko <[email protected]>
* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* Update CODEOWNERS

Co-authored-by: Marko <[email protected]>

* Update README.md (#1063)

* hide top banner (#1062)

Co-authored-by: billy rennekamp <[email protected]>

* 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 <[email protected]>

* Update README.md (#1069)

* Create statesync.bash (#1027)

* Create statesync.bash

Co-authored-by: billy rennekamp <[email protected]>

* 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 <[email protected]>

* Update Dockerfile.test (#1026)

Co-authored-by: billy rennekamp <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* Update interchain-security.md (#1105)

Co-authored-by: billy rennekamp <[email protected]>

* 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] <[email protected]>

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

* 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] <[email protected]>

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

* 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] <[email protected]>

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] <[email protected]>

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] <[email protected]>

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

* 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] <[email protected]>

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

* 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] <[email protected]>

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

* 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] <[email protected]>

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] <[email protected]>

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

* 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] <[email protected]>

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

* 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] <[email protected]>

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 <[email protected]>

* docs: add system requirement

Co-authored-by: Noam <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

Co-authored-by: billy rennekamp <[email protected]>

* 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] <[email protected]>

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] <[email protected]>

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 <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: lg <[email protected]>

* Update cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* Updates to Validator Docs (#1207)

* Updated validator documentation.

* Small updates

* fixes from yaru feedback

* Update docs/validators/validator-setup.md

Co-authored-by: lg <[email protected]>

* Update docs/validators/validator-setup.md

Co-authored-by: lg <[email protected]>

Co-authored-by: lg <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>

* 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 <[email protected]>
Co-authored-by: dcwalk <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Marko <[email protected]>
Co-authored-by: Daria K <[email protected]>
Co-authored-by: tmckenzie51 <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: Zhiwei(Jeffrey) Hu <[email protected]>
Co-authored-by: Jessica Dosseh <[email protected]>
Co-authored-by: Jack Zampolin <[email protected]>
Co-authored-by: Barrie Byron <[email protected]>
Co-authored-by: Marko Baricevic <[email protected]>
Co-authored-by: Gavin <[email protected]>
Co-authored-by: lg <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <[email protected]>
Co-authored-by: Noam <[email protected]>

* fix: fromVM

* chore: correct docs, comments, go.sum

Co-authored-by: psh4nk <[email protected]>
Co-authored-by: dcwalk <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Marko <[email protected]>
Co-authored-by: Daria K <[email protected]>
Co-authored-by: tmckenzie51 <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: Zhiwei(Jeffrey) Hu <[email protected]>
Co-authored-by: Jessica Dosseh <[email protected]>
Co-authored-by: Jack Zampolin <[email protected]>
Co-authored-by: Barrie Byron <[email protected]>
Co-authored-by: Marko Baricevic <[email protected]>
Co-authored-by: Gavin <[email protected]>
Co-authored-by: lg <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <[email protected]>
Co-authored-by: Noam <[email protected]>

* chore: add CHANGELOG

Co-authored-by: psh4nk <[email protected]>
Co-authored-by: dcwalk <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Marko <[email protected]>
Co-authored-by: Daria K <[email protected]>
Co-authored-by: tmckenzie51 <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: Zhiwei(Jeffrey) Hu <[email protected]>
Co-authored-by: Jessica Dosseh <[email protected]>
Co-authored-by: Jack Zampolin <[email protected]>
Co-authored-by: Barrie Byron <[email protected]>
Co-authored-by: Marko Baricevic <[email protected]>
Co-authored-by: Gavin <[email protected]>
Co-authored-by: lg <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <[email protected]>
Co-authored-by: Noam <[email protected]>
* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* Update CODEOWNERS

Co-authored-by: Marko <[email protected]>

* Update README.md (#1063)

* hide top banner (#1062)

Co-authored-by: billy rennekamp <[email protected]>

* 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 <[email protected]>

* Update README.md (#1069)

* Create statesync.bash (#1027)

* Create statesync.bash

Co-authored-by: billy rennekamp <[email protected]>

* 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 <[email protected]>

* Update Dockerfile.test (#1026)

Co-authored-by: billy rennekamp <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* Update interchain-security.md (#1105)

Co-authored-by: billy rennekamp <[email protected]>

* 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] <[email protected]>

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

* 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] <[email protected]>

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

* 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] <[email protected]>

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] <[email protected]>

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] <[email protected]>

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

* 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] <[email protected]>

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

* 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] <[email protected]>

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

* 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] <[email protected]>

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] <[email protected]>

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

* 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] <[email protected]>

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

* 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] <[email protected]>

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 <[email protected]>

* docs: add system requirement

Co-authored-by: Noam <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

Co-authored-by: billy rennekamp <[email protected]>

* 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] <[email protected]>

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] <[email protected]>

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 <[email protected]>

* 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 <[email protected]>

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

Co-authored-by: lg <[email protected]>

* Update cosmos-hub-roadmap-2.0.md

Co-authored-by: lg <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>

* Updates to Validator Docs (#1207)

* Updated validator documentation.

* Small updates

* fixes from yaru feedback

* Update docs/validators/validator-setup.md

Co-authored-by: lg <[email protected]>

* Update docs/validators/validator-setup.md

Co-authored-by: lg <[email protected]>

Co-authored-by: lg <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>

* 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 <[email protected]>
Co-authored-by: dcwalk <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Marko <[email protected]>
Co-authored-by: Daria K <[email protected]>
Co-authored-by: tmckenzie51 <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: Zhiwei(Jeffrey) Hu <[email protected]>
Co-authored-by: Jessica Dosseh <[email protected]>
Co-authored-by: Jack Zampolin <[email protected]>
Co-authored-by: Barrie Byron <[email protected]>
Co-authored-by: Marko Baricevic <[email protected]>
Co-authored-by: Gavin <[email protected]>
Co-authored-by: lg <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <[email protected]>
Co-authored-by: Noam <[email protected]>

* fix: fromVM

* chore: correct docs, comments, go.sum

Co-authored-by: psh4nk <[email protected]>
Co-authored-by: dcwalk <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Marko <[email protected]>
Co-authored-by: Daria K <[email protected]>
Co-authored-by: tmckenzie51 <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: Zhiwei(Jeffrey) Hu <[email protected]>
Co-authored-by: Jessica Dosseh <[email protected]>
Co-authored-by: Jack Zampolin <[email protected]>
Co-authored-by: Barrie Byron <[email protected]>
Co-authored-by: Marko Baricevic <[email protected]>
Co-authored-by: Gavin <[email protected]>
Co-authored-by: lg <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <[email protected]>
Co-authored-by: Noam <[email protected]>

* chore: add CHANGELOG

Co-authored-by: psh4nk <[email protected]>
Co-authored-by: dcwalk <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Marko <[email protected]>
Co-authored-by: Daria K <[email protected]>
Co-authored-by: tmckenzie51 <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: Zhiwei(Jeffrey) Hu <[email protected]>
Co-authored-by: Jessica Dosseh <[email protected]>
Co-authored-by: Jack Zampolin <[email protected]>
Co-authored-by: Barrie Byron <[email protected]>
Co-authored-by: Marko Baricevic <[email protected]>
Co-authored-by: Gavin <[email protected]>
Co-authored-by: lg <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <[email protected]>
Co-authored-by: Noam <[email protected]>

Co-authored-by: psh4nk <[email protected]>
Co-authored-by: dcwalk <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Marko <[email protected]>
Co-authored-by: Daria K <[email protected]>
Co-authored-by: tmckenzie51 <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: Zhiwei(Jeffrey) Hu <[email protected]>
Co-authored-by: Jessica Dosseh <[email protected]>
Co-authored-by: Jack Zampolin <[email protected]>
Co-authored-by: Barrie Byron <[email protected]>
Co-authored-by: Marko Baricevic <[email protected]>
Co-authored-by: Gavin <[email protected]>
Co-authored-by: lg <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <[email protected]>
Co-authored-by: Noam <[email protected]>

* resolve conflict from cherrry pick 04b019159d0f1f04fe0030d1a47cd4ac1d1c808b

* resolve conflit from cherry pick 611e3388f6f957c5f6134f115cd4a1ab017d1578

* resolve conflit from cherry pick 1722cf897670dca893e99fd74025ca21ebe1a7df

* resolve conflit from cherry pick d6f7b57663683b9aedd0e348727da9f10d0b5e54

* fix e2e gaia package version

* chore: fix lint

Co-authored-by: Yaru Wang <[email protected]>
Co-authored-by: yaruwangway <[email protected]>
Co-authored-by: psh4nk <[email protected]>
Co-authored-by: dcwalk <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Marko <[email protected]>
Co-authored-by: Daria K <[email protected]>
Co-authored-by: tmckenzie51 <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: Zhiwei(Jeffrey) Hu <[email protected]>
Co-authored-by: Jessica Dosseh <[email protected]>
Co-authored-by: Jack Zampolin <[email protected]>
Co-authored-by: Barrie Byron <[email protected]>
Co-authored-by: Marko Baricevic <[email protected]>
Co-authored-by: Gavin <[email protected]>
Co-authored-by: lg <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <[email protected]>
Co-authored-by: Noam <[email protected]>
Co-authored-by: Aleksandr Bezobchuk <[email protected]>

* update CHANGELOG

Co-authored-by: Gaurav Raghuvanshy <[email protected]>
Co-authored-by: psh4nk <[email protected]>
Co-authored-by: dcwalk <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Marko <[email protected]>
Co-authored-by: Daria K <[email protected]>
Co-authored-by: tmckenzie51 <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: Zhiwei(Jeffrey) Hu <[email protected]>
Co-authored-by: Jessica Dosseh <[email protected]>
Co-authored-by: Jack Zampolin <[email protected]>
Co-authored-by: Barrie Byron <[email protected]>
Co-authored-by: Marko Baricevic <[email protected]>
Co-authored-by: Gavin <[email protected]>
Co-authored-by: lg <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <[email protected]>
Co-authored-by: Noam <[email protected]>
Co-authored-by: Aleksandr Bezobchuk <[email protected]>

Co-authored-by: Gaurav Raghuvanshy <[email protected]>
Co-authored-by: psh4nk <[email protected]>
Co-authored-by: dcwalk <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Marko <[email protected]>
Co-authored-by: Daria K <[email protected]>
Co-authored-by: tmckenzie51 <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: Zhiwei(Jeffrey) Hu <[email protected]>
Co-authored-by: Jessica Dosseh <[email protected]>
Co-authored-by: Jack Zampolin <[email protected]>
Co-authored-by: Barrie Byron <[email protected]>
Co-authored-by: Marko Baricevic <[email protected]>
Co-authored-by: Gavin <[email protected]>
Co-authored-by: lg <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fkneeland-figure <[email protected]>
Co-authored-by: Noam <[email protected]>
Co-authored-by: Aleksandr Bezobchuk <[email protected]>
@faddat faddat mentioned this pull request Apr 5, 2022
11 tasks
@TarekAwwad
Copy link
Member

Hey Jacob @faddat! Thank you for the PR 🙏 It implements a large part of what we are planning to integrate for the next KiChain upgrade! We'll review it on our end and merge it to the relevant branch. The To do list seems completely relevant as well. We are still need to make some decision though. Mainly regarding the integration of CosmWasm.

@judotki judotki changed the base branch from main to 3.0.x April 6, 2022 10:25
@judotki
Copy link
Contributor

judotki commented Apr 6, 2022

Thank you

@judotki judotki merged commit 9cf0f9c into KiFoundation:3.0.x Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.