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 02-client-refactor branch to tip of main #1867

Merged
merged 279 commits into from
Aug 3, 2022
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    90a7e5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7563c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. replace channel keeper with IBC keeper in AnteDecorator (#950)

    * replace channel keeper with IBC keeper in AnteDecorator and pass message to rpc handler
    
    * fix error checking condition
    
    * fix for proper way of getting go context
    
    * refactor tests for ante handler
    
    * review comment
    
    * review comments and some fixes
    
    * review comments
    
    * execute message for update client as well
    
    * add migration
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez authored Mar 10, 2022
    Configuration menu
    Copy the full SHA
    f0b94df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d40f1da View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. ibctesting: custom voting power reduction for testing (#939)

    * ibctesting: custom voting power reduction for testing
    
    * changelog
    
    * fix
    
    * make T public
    
    * fix
    
    * revert changes
    
    * fix test
    fedekunze authored Mar 11, 2022
    Configuration menu
    Copy the full SHA
    c32e4be View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    3f8858a View commit details
    Browse the repository at this point in the history
  2. build(deps): bump google.golang.org/grpc from 1.44.0 to 1.45.0 (#1098)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.44.0 to 1.45.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.44.0...v1.45.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      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>
    dependabot[bot] authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    e0ae0cd View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. fix: adjust InitModule to account for empty controller and host keepe…

    …rs (#1120)
    
    ## Description
    
    
    
    closes: #XXXX
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [x] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [x] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [x] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [x] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [x] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [x] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [x] Review `Codecov Report` in the comment section below once CI passes
    colin-axner authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    0a81a52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request from GHSA-j658-c98j-fww4

    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    13bc4a0 View commit details
    Browse the repository at this point in the history
  3. fixes for the documentation about handling ack for SDK <= 0.45 (#1122)

    * fixes for documentation
    
    * review comment
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    4fe874e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Allow testing to update ValidatorSet (#1003)

    * testing: adding multiple sender accounts for testing puproses
    
    * fix genesis setup (#936)
    
    * Update testing/chain.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * refactor: code hygiene
    
    * Update testing/chain.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * multi validator commit taken from @Saione
    
    * add function to pass custom valset
    
    * create simplest failing test
    
    * progress
    
    * fix changevalset test
    
    * fix errors in tendermint package
    
    * fix client types test
    
    * fix client keeper
    
    * fix cap functions
    
    * fix genesis core tests
    
    * fix ica tests
    
    * fix doc
    
    * CHANGELOG
    
    * replace signer array with signer map
    
    * add documentation
    
    * fix merge
    
    * documentation
    
    * ordered signer array doc
    
    * add new delegation and comment to change valset test
    
    Co-authored-by: Sean King <sean@seking.dev>
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    5 people authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    9e2cbc2 View commit details
    Browse the repository at this point in the history
  2. imp: create codeql-analysis action (#1128)

    ## Description
    
    
    
    Noticed that [CodeQL](https://codeql.github.com/) wasn't enabled on the IBC-go repo
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [ ] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    fedekunze authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    c0675ee View commit details
    Browse the repository at this point in the history
  3. update changelog (#1131)

    * update changelog
    
    * fix typo
    crodriguezvega authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    f83aa82 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#1134

    )
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.7.0...v1.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      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: Damian Nolan <damiannolan@gmail.com>
    dependabot[bot] and damiannolan authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    fb7a230 View commit details
    Browse the repository at this point in the history
  2. call packet.GetSequence() rather than passing the func as argument (#…

    …1130)
    
    * call packet.GetSequence() rather than passing the func as argument
    
    * add changelog entry
    crodriguezvega authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    dbd2df2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    5cf580c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/cache from 2.1.7 to 3 (#1150)

    Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Commits](actions/cache@v2.1.7...v3)
    
    ---
    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>
    dependabot[bot] authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    163fbc4 View commit details
    Browse the repository at this point in the history
  3. fixes for go-releaser configuration (#1148)

    * set the pre-release status if the tag contains alpha, beta or rc
    
    * add separate filter for final releases
    crodriguezvega authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    40f9da1 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. add banner image (#1158)

    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    a776e47 View commit details
    Browse the repository at this point in the history
  2. Add alpha, beta, and rc release definitions (#1151)

    ## Description
    
    The proposed definitions for each phase of our release cycle. Please feel free to adjust my wording
    
    closes: #881 
    
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [ ] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    colin-axner authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    1994802 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump google.golang.org/protobuf from 1.27.1 to 1.28.0 (#…

    …1164)
    
    Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.27.1 to 1.28.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf-go/releases">google.golang.org/protobuf's releases</a>.</em></p>
    <blockquote>
    <h2>v1.28.0</h2>
    <ul>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/blob/HEAD/#v1.28-overview">Overview</a></li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/blob/HEAD/#v1.28-notable-changes">Notable changes</a>
    <ul>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/blob/HEAD/#v1.28-recursion-limit">UnmarshalOption RecursionLimit</a></li>
    </ul>
    </li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/blob/HEAD/#v1.28-breaking-changes">Upcoming breakage changes</a></li>
    </ul>
    <h2>Overview </h2>
    <p>The release provides a new unmarshal option for limiting the recursion depth when unmarshalling nested messages to prevent stack overflows. (<a href="https://pkg.go.dev/google.golang.org/protobuf/proto#UnmarshalOptions.RecursionLimit"><code>UnmarshalOptions.RecursionLimit</code></a>).</p>
    <h2>Notable changes </h2>
    <p><strong>New features:</strong></p>
    <ul>
    <li><a href="https://go.dev/cl/340489">CL/340489</a>: testing/protocmp: add Message.Unwrap</li>
    </ul>
    <p><strong>Documentation improvements:</strong></p>
    <ul>
    <li><a href="https://go.dev/cl/339569">CL/339569</a>: reflect/protoreflect: add more docs on Value aliasing</li>
    </ul>
    <p><strong>Updated supported versions:</strong></p>
    <ul>
    <li><a href="https://go.dev/cl/370055">CL/370055</a>: all: update supported versions</li>
    </ul>
    <h3>UnmarshalOption RecursionLimit </h3>
    <ul>
    <li><a href="https://golang.org/cl/385854">CL/385854</a>: all: implement depth limit for unmarshalling</li>
    </ul>
    <p>The new <a href="https://pkg.go.dev/google.golang.org/protobuf/proto#UnmarshalOptions.RecursionLimit"><code>UnmarshalOptions.RecursionLimit</code></a> limits the maximum recursion depth when unmarshalling messages. The limit is applied for nested messages. When messages are nested deeper than the specified limit the unmarshalling will fail. If unspecified, a default limit of 10,000 is applied.</p>
    <p>In addition to the configurable limit for message nesting a non-configurable recursion limit for <a href="https://developers.google.com/protocol-buffers/docs/proto#groups">group</a> nesting of 10,000 was introduced.</p>
    <h2>Upcoming breakage changes </h2>
    <p>The default recursion limit of 10,000 introduced in the release is subject to change. We want to align this limit with implementations for other languages in the long term. C++ and Java use a limit of 100 which is also the target for the Go implementation.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/32051b4f86e54c2142c7c05362c6e96ae3454a1c"><code>32051b4</code></a> all: release v1.28.0</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/3992ea83a23c00882339f33511074d251e19822c"><code>3992ea8</code></a> all: implement depth limit for unmarshaling</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/e5db2960ed1380681b571cdf4648230beefaf58b"><code>e5db296</code></a> all: update supported versions</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/3a9e1dc314e2cb57d6cb054df513f17586295fc7"><code>3a9e1dc</code></a> all: gofmt all</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/26e8bcb3c743193558d1a0ff540c9e05f999267d"><code>26e8bcb</code></a> all: remove unnecessary string([]byte) conversion in fmt.Sprintf with %s</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/5aec41b4809b9822a34e17acd06ae9ae9f41c13d"><code>5aec41b</code></a> testing/protocmp: add Message.Unwrap</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/05be61fde35dcaa3502f4430edee444a294d41c3"><code>05be61f</code></a> reflect/protoreflect: add more docs on Value aliasing</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/b03064a95cacfede187231741d9918a75653057d"><code>b03064a</code></a> all: start v1.27.1-devel</li>
    <li>See full diff in <a href="https://github.com/protocolbuffers/protobuf-go/compare/v1.27.1...v1.28.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.27.1&new-version=1.28.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    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-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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)
    
    
    </details>
    dependabot[bot] authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    f4a5dcb View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. fix typos in the controller params (#1172)

    ## Description
    
    
    
    closes: #XXXX
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    crodriguezvega authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    1468382 View commit details
    Browse the repository at this point in the history
  2. add versions for new releases (#1175)

    ## Description
    
    
    
    closes: #XXXX
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    crodriguezvega authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    46b2720 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    b132515 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. update roadmap for q2 2022 and deleted history roadmap (don't think w…

    …e'll need it)
    Carlos Rodriguez committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    92cedb1 View commit details
    Browse the repository at this point in the history
  2. requirements document for ICA (#1173)

    * add requirements document for interchain accounts
    
    * fix branch
    
    * added number in tittle.
    
    * apply suggestions from review
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * review comment
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    Co-authored-by: Aditya <adityasripal@gmail.com>
    3 people authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    ccc4cb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. imp: improve Logger performance (#1160)

    * fix: Logger marshal errors
    
    * changelog
    
    * update
    fedekunze authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ffa9896 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. ICS 29: Fee Middleware (#276)

    * scaffolding for 29-fee (#274)
    
    * scaffolding for 29-fee
    
    * fix build
    
    * update keeper test
    
    * remove module test
    
    * feat: adding proto files for fee payment middleware (#272)
    
    * feat: adding proto files for fee payment middleware
    
    * grammar
    
    * fix: remove generated .pb files
    
    * fix: comment
    
    * feat: adding PacketId type
    
    * refactor: fee / genesis
    
    * refactor: escrowed fees map
    
    * Apply suggestions from code review
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * Update proto/ibc/applications/middleware/fee/v1/tx.proto
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * Update proto/ibc/applications/middleware/fee/v1/tx.proto
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * Update proto/ibc/applications/middleware/fee/v1/tx.proto
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * refactor: use packetID + minor changes
    
    * feat: adding query for all incentivized packets + some fixes
    
    * feat: adding pagination to incentivized query
    
    * fix: removing generated ibc directory + adding import/yaml
    
    * fix: naming
    
    * increase max depth for proto file searching and make proto all
    
    * Update proto/ibc/applications/middleware/fee/v1/fee.proto
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * refactor: remove file imports/add yaml/add argument for requests
    
    * refactor: updating IdentifiedPacketFee
    
    * fix: remove hidden file
    
    * removing middleware dir & adding query
    
    * remove junk file and update query rpcs
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * remove query yaml, make proto-all
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Aditya Sripal <adityasripal@gmail.com>
    
    * fix: removing unncessary fields MsgEscrow & adding query params (#300)
    
    * fix: removing unncessary fields MsgEscrow & adding query params
    
    * fix: grammar
    
    * fix: add yaml
    
    * feat: #258 Register Counterparty Address (#376)
    
    * feat: adding MsgServer for RegisterCounterPartyAddress &
    EscrowPacketFree
    
    * test: adding test for ValidateBasic
    
    * fix: removing validate basic check
    
    * fix: removing empty file
    
    * Update modules/apps/29-fee/keeper/msg_server.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * Update modules/apps/29-fee/types/msgs.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * Update modules/apps/29-fee/types/keys.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * Update modules/apps/29-fee/keeper/keeper.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * fix: fixing typos, variable names, comments
    
    * fix: updating import comments
    
    * test: adding test for KeyRelayerAddress
    
    * update: comments & key_test
    
    * Update modules/apps/29-fee/keeper/msg_server.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * fix: error message
    
    * docs: updating RegisterCounterpartyAddress fn description
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * fix: remove comments for imports (#385)
    
    * feat: Add handshake logic to ics29 (#307)
    
    * do handshake logic, create test file
    
    * do cap logic and fix build
    
    * open handshake implementation and tests
    
    * remove prints
    
    * Update modules/apps/29-fee/module.go
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    
    * debugging progress
    
    * fee enabled flag
    
    * cleanup handshake logic
    
    * fix tests
    
    * much cleaner simapp
    
    * split module.go file
    
    * cleanup and docs
    
    * assert IBC interfaces are fulfilled in middleware
    
    * Update modules/apps/transfer/module.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * fix unnecessary crossing hello logic
    
    * fix version negotiation bugs and improve tests
    
    * cleanup tests
    
    * Apply suggestions from code review
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * address rest of colin comments
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * Fee Middleware: Escrow logic (#465)
    
    * fix: adding second endpoint for async pay fee + renaming types
    
    * feat: adding escrow logic
    
    * feat: updating proto types & escrow logic
    
    * fix: stub fn & proto comment
    
    * feat: adding PayFee & PayFeeTimeout & escrow_test
    
    * test: adding happy path for EscrowPacketFee
    
    * fix: comments, error handling
    
    * fix: comments & grammar
    
    * test: adding unhappy path for escrow
    
    * tests(escrow): adding hasBalance check for module acc
    
    * test(PayFee): adding happy path for PayFee tests
    
    * tests(PayFee, PayFeeTimeout): adding tests
    
    * fix: adding relayers back to IdentifiedPacket
    
    * fix: removing refund acc from key
    
    * fix: storing IdentifiedPacketFee in state instead of Fee
    
    * feat: adding msg_server test for registerCPAddr, wiring for codec + stubs for sdk.Msg interface
    
    * test: adding msg_server test for PayPacketFee
    
    * test: adding PayPacketFeeAsync msg_server test
    
    * chore: updating PayFee -> DistributeFee & minor nits
    
    * nit: removing unnecessary nil check
    
    * refactor: add portId to store key & use packetId as param
    
    * fix: add DeleteFeeInEscrow & remove fee on successful distribution
    
    * tests: adding validation & signer tests for PayFee/Async & updating proto to use Signer sdk standard
    
    * chore: adding NewIdentifiedPacketFee fn
    
    * fix: getter/setter for counterparty address + fix NewIdentifiedPacketFee
    
    * fix: updating EscrowPacketFee with correct usage of coins api
    
    * test: adding balance check for refund acc after escrow
    
    * fix: remove unncessary errors
    
    * test: updating escrow tests + miscellaneous fixes
    
    * nit: updating var names
    
    * docs: godoc
    
    * refactor: IdentifiedPacketFee & Fee no longer pointers
    
    * fixes: small fixes
    
    * Update modules/apps/29-fee/keeper/escrow.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * Update modules/apps/29-fee/keeper/escrow.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * Update modules/apps/29-fee/keeper/keeper.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * Update modules/apps/29-fee/keeper/msg_server.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * Update modules/apps/29-fee/keeper/msg_server.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * Update modules/apps/29-fee/types/msgs.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * nit: proto doc & error fix
    
    * fix: escrow test
    
    * test: updating distribute fee tests
    
    * test: adding validation check for fee and updating tests
    
    * test: allow counterparty address to be arbitrary string
    
    * fix: message validation should pass if one fee is valid
    
    * Update modules/apps/29-fee/keeper/escrow.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * Update modules/apps/29-fee/keeper/escrow.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * fix: nits
    
    * Update modules/apps/29-fee/keeper/escrow.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * test: adding isZero check for msgs
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * feat: update protos, grpc queries (#488)
    
    * store refund address in IdentifiedPacketFee (#546)
    
    * 29-Fee: Genesis (#557)
    
    * proto: adding genesis state
    
    * feat: add GetAllIdentifiedPacketFees
    
    * feat: adding genesis.go & updating proto + app.go
    
    * fix: removing PortId from genesis
    
    * feat: adding GetAll for relayer addr/fee enabled chan + update genesis
    
    * test: TestExportGenesis
    
    * feat: update type + hook up to module.go
    
    * fix: remove PortKey
    
    * fix: imports + remove scoped keeper
    
    * nit: using NewPacketId helper and updating helper def to have correct params
    
    * feat: adding genesis validation + tests (#561)
    
    * feat: adding genesis validation + tests
    
    * fix: imports
    
    * Update modules/apps/29-fee/types/genesis.go
    
    * fix: nit
    
    * Update modules/apps/29-fee/types/genesis_test.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * nit: imporve default gen val test
    
    * chore: move packetId + val to channeltypes and use validate fn
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * feat: add incentivised ack proto (#564)
    
    * proto file
    
    * incentivized ack proto
    
    * Fee Closing Handshake (#551)
    
    * add iterate logic
    
    * add closing logic with tests
    
    * add comments for panic
    
    * change invariant breaking recovery to disabling middleware rather than panicing
    
    * docs, tests, minor refactor
    
    * Fee Middleware: Add ICS4 wrapper (#562)
    
    * chore: add ICS4 wrapper
    
    * fix: remove channelKeeper sender packet
    
    * chore: add WriteAck
    
    * feat: ics 29 packet callbacks (#357)
    
    * update imports to v3
    
    * regenerate proto files
    
    * fix build
    
    * fix: event caching for fee distribution (#661)
    
    * proto file
    
    * initial impl
    
    * apply self review suggestions
    
    Deduplicate fee distribution code.
    Rename DistributeFee to DistributePacketFees.
    Rename DistributeFeeTimeout to DistributePacketFeesOnTimeout
    
    * fixup tests
    
    rename validCoins.
    DistributePacketFeesOnTimeout no longer has a valid error case
    Add test case for invalid forward relayer address on DistributePacketFees.
    
    * partially fix tests
    
    timeout fee is still being distributed depsite WriteFn() not being called
    
    * fix tests
    
    * address code nit
    
    Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
    
    * ics4 callbacks fee middleware (#580)
    
    * feat: adding WriteAcknowledgement
    
    * updating genesis & relayer prefix
    
    * fix: comment
    
    * fix: comments
    
    * Update modules/apps/29-fee/keeper/relay.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * feat: add DeleteForwardRelayerAddr helper + use Set in ack
    
    * fix: SetForwardAddr
    
    * chore: add panic
    
    * fix: remove fmt
    
    * test: add WriteAcknowledgement test
    
    * Update modules/apps/29-fee/ibc_module.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * fix: remove print
    
    * fix: WriteAck
    
    * fix: use constructor
    
    * Update modules/apps/29-fee/keeper/keeper.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * fix: nits
    
    * fix: remove found var not used
    
    * test: adding check that forward relayer address is successfully deleted if set
    
    * fix: merge issues
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * chore: making PacketId non nullable (#737)
    
    * nits: proto spacing + naming (#739)
    
    * nits: proto spacing + naming
    
    * nit: update comment
    
    * fix: go.mod
    
    * nit: option above import proto
    
    * fix: spacing
    
    * sean/fix-proto-identified-fee-not-null (#746)
    
    * nits: more ics29 nits (#741)
    
    * nits: remove capital from error + add godoc
    
    * nit: add Wrapf
    
    * nit: use strings.TrimSpace
    
    * nit: add err type for MsgPayPacketFee
    
    * refactor: app version + add comment (#750)
    
    * chore: remove error
    
    * test: add test for whitespaced empty string
    
    * nit: update err syntax (#747)
    
    * nit: update err syntax
    
    * nit: more
    
    * nit: err syntax
    
    * feat: adding Route, Type, GetSignBytes for all messages (#743)
    
    * feat: adding Route, Type, GetSignBytes for all messages
    
    * tests: adding tests for Route/Type/GetSignBytes
    
    * hygiene: add validate fn for Fee (#748)
    
    * hygiene: add validate fn for Fee
    
    * Update modules/apps/29-fee/types/msgs.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * fix: error message
    
    * test: move Validate to fee.go & abstract out test
    
    * chore: remove test cases
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * fix: app.go (#789)
    
    * refactor: ics29 json encoded version metadata (#883)
    
    * adding metadata type to ics29 protos
    
    * updating ics29 handshake handlers to support json encoded metadata
    
    * updating tests to support json encoded metadata
    
    * Update modules/apps/29-fee/ibc_module.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * Update modules/apps/29-fee/ibc_module.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * renaming metadata version to fee_version
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * fix: return nil on OnRecvPacket for async pay (#911)
    
    * nit: ics29 comments (#910)
    
    * fix: comments
    
    * Update modules/apps/29-fee/keeper/escrow.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * chore: Add transfer test for ics29 (#901)
    
    * begin writing transfer test for ics29
    
    * finish writing transfer test
    
    * refactor: ics29 OnChanOpenInit callback tests now use mock module (#924)
    
    * refactor: OnChanOpenInit callback tests now use mock module
    
    * Update modules/apps/29-fee/fee_test.go
    
    * feat: allow multiple addrs to incentivize packets (#915)
    
    * [WIP] allow multiple addresses to incentivize a packet
    
    * distribute multiple fees, fix broken tests
    
    * use NewIdentifiedPacketFees in EscrowPacketFee
    
    * cleanup var naming
    
    * removing commented out code and adding test case
    
    * Update modules/apps/29-fee/ibc_module.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * fix: refund RecvFee if ForwardAddr is invalid
    
    * test: update tests to distribute multiple identified fees
    
    * refactor: clean up DistrPacketFees
    
    * refactor: using .Empty() helper func for code hygiene
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    Co-authored-by: Sean King <sean@seking.dev>
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    
    * chore: remove spec directory from ics29 (#934)
    
    * refactor: use mock module for ics29 closing handshakes (#926)
    
    * refactor: use mock module for closing handshakes in ics29
    
    * self-review fix
    
    * refactor: use mock module for ics29 grpc_query_test.go (#933)
    
    * refactor: readjust keeper_test.go to use mock module (#930)
    
    * fix: fields for genesis should be non nullable (#938)
    
    * refactor: use mock module for ics29 escrow_test.go (#932)
    
    * refactor: use mock module for ics29 genesis_test.go (#931)
    
    * ics29:feat: emit event escrow (#914)
    
    * feat: emit EventTypeSendIncentivizedPacket event on EscrowPacket
    
    * fix: string conversion
    
    * refactor: add helper fn for emit event
    
    * chore: godoc
    
    * nit: use .String())
    
    * refactor: OnRecvPacket to use mock module (#927)
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    
    * refactor: ics29 OnChanOpenTry/Ack use mock module for testing instead of ics20 (#925)
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    
    * refactor: use mock module for OnAcknowledgePacket callback testing (#929)
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    
    * refactor: OnTimeoutPacket to use mock module (#928)
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    
    * chore: add packet id arg to EscrowPacketFee (#951)
    
    * adding packet id arg to EscrowPacketFee
    
    * updating tests
    
    * review adaptations
    
    * chore: remove legacy testing functions (#954)
    
    * fix:ics29: WriteAck update + adding success bool to IncentivizedAck (#952)
    
    * fix: updating WriteAck & adding Success boolean to IncentivizedAcknowledgement
    
    * feat: adding check of is fee enabled
    
    * nit: change successful to underlying_application_success
    
    * test: adding seperate test for fee disabled write async
    
    * Update modules/apps/29-fee/ibc_module_test.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * test: adding check to compare hash of acks
    
    * fix: var name
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * chore: add cli cmd to incentivize existing packet (async) (#965)
    
    * chore: add cli to incentivize existing packets
    
    * Update modules/apps/29-fee/client/cli/cli.go
    
    * Update modules/apps/29-fee/client/cli/cli.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * chore: update cli example
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * ics29:fix: counterparty addr must contain channelID (#937)
    
    * fix: counterparty address must chain channelID
    
    * nit: updating var name
    
    * test: adding validation check for channelID
    
    * nit: fn names
    
    * chore: fix err msg (#971)
    
    * ics29:fix: store source address for query later on WriteAck (#912)
    
    * fix: for async WriteAck store source address for query later
    
    * ics29:fix: update genesis type (#913)
    
    * fix: adding ForwardRelayerAddresses to genesis
    
    * fix: trimspace on string check
    
    * nit: err + trimspace error case
    
    * refactor: updating WriteAck + keeper fn name
    
    * Update modules/apps/29-fee/keeper/relay.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * chore: remove legacy testing functions (#954)
    
    * fix:ics29: WriteAck update + adding success bool to IncentivizedAck (#952)
    
    * fix: updating WriteAck & adding Success boolean to IncentivizedAcknowledgement
    
    * feat: adding check of is fee enabled
    
    * nit: change successful to underlying_application_success
    
    * test: adding seperate test for fee disabled write async
    
    * Update modules/apps/29-fee/ibc_module_test.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * test: adding check to compare hash of acks
    
    * fix: var name
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * refactor: make fee storage more efficient (#956)
    
    * adding new proto types and codegen
    
    * refactoring ics29 fees for more efficient storage
    
    * updating tests
    
    * fixing typo in protodoc comments
    
    * chore: update ics29 genesis state to support multiple packet fees (#957)
    
    * adding new proto types and codegen
    
    * refactoring ics29 fees for more efficient storage
    
    * updating tests
    
    * updating genesis protos to use IdentifiedPacketFees
    
    * updating init/export genesis state functionality and tests
    
    * chore: update MsgPayPacketFeeAsync fields (#979)
    
    * adding new proto types and codegen
    
    * refactoring ics29 fees for more efficient storage
    
    * updating tests
    
    * fixing typo in protodoc comments
    
    * updating protos and codegen
    
    * updating MsgPayPacketFeeAsync handler and tests
    
    * chore: add ParseKeyFeesInEscrow helper function (#998)
    
    * chore: update grpc queries to handle multiple fees (#967)
    
    * adding new proto types and codegen
    
    * refactoring ics29 fees for more efficient storage
    
    * updating tests
    
    * updating protos and existing queries
    
    * updating grpc queries and refactoring tests
    
    * format error correct in favour of proto string() method
    
    * leveraging ParseKeyFeesInEscrow to obtain  packet id in query
    
    * feat: CLI cmd for MsgRegisterCounterpartyAddress (#987)
    
    * feat: CLI cmd for MsgRegisterCounterpartyAddress
    
    * fix: examples
    
    * Update modules/apps/29-fee/client/cli/tx.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * Update modules/apps/29-fee/client/cli/tx.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * chore: remove print
    
    * nit: update address for counterparty
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * fix: ics29: switch source with destintion for chan/port IDs (#961)
    
    * fix: switch source with destintion for chan/port IDs
    
    * fix: blunder
    
    * test: adding tests in case of incorrect channel/port id
    
    * test: moving check to WriteAcknowledgement
    
    * add test case for Get/Set counterparty address
    
    * nit: path name
    
    * Update modules/apps/29-fee/keeper/msg_server_test.go
    
    * test: cleanup 29-fee/types tests (#1006)
    
    * feat: grpc query total recv packet fees (#1015)
    
    * adding query for total packet recv fees to proto query server
    
    * adding total packet recv fee query impl and tests
    
    * updating doc comments
    
    * chore: switch code ordering (#1025)
    
    * feat: Add ParseKeyFeeEnabled and rename FeeEnabledKey -> KeyFeeEnabled (#1023)
    
    * chore: add ParseKeyFeesInEscrow helper function
    
    * feat: add ParseKeyFeeEnabled function and rename FeeEnabledKey to KeyFeeEnabled
    
    * feat: ics29 cli for query total recv fees (#1035)
    
    * feat: grpc query total ack fees (#1032)
    
    * adding query for total packet recv fees to proto query server
    
    * adding total packet recv fee query impl and tests
    
    * updating doc comments
    
    * adding protos and codegen
    
    * adding total ack fees query and tests
    
    * fixing protodoc comment
    
    * feat: grpc query total timeout fees (#1033)
    
    * adding query for total packet recv fees to proto query server
    
    * adding total packet recv fee query impl and tests
    
    * updating doc comments
    
    * adding protos and codegen
    
    * adding total ack fees query and tests
    
    * adding protos and codegen
    
    * adding query total timeout fees and tests
    
    * fixing protodoc comment
    
    * fixing protodoc comment
    
    * feat: adding clis for total ack and timeout queries (#1043)
    
    * add ParseKeyForwardRelayerAddress function + test (#1046)
    
    * chore: remove unused ics29 keeper funcs (#1044)
    
    * removing keys, adding additional test, moving event attribute keys
    
    * removing unused code and updating tests
    
    * removing unused IdentifiedPacketFee type
    
    * chore: add gRPC for querying incentivized packets for a specific channel (#983)
    
    * generate proto files
    
    * feat: add gRPC for querying incentivized packets for a specific channel
    
    * test: add gRPC test for incentivized packets for channel query
    
    * fix build
    
    * partially fix tests
    
    * chore: fix tests
    
    * deduplicate code
    
    * chore: code cleanup
    
    * fix build
    
    * remove changes from merge conflict
    
    * nit: rename c to goCtx
    
    * add function EscrowAccountHasBalance (#1042)
    
    * add function EscrowAccountHasBalance
    
    * change API to use sdk.Coins
    
    * feat: ParseKeyCounterpartyRelayer function (#1047)
    
    * chore: adding queries to cmd builder (#1057)
    
    * chore: update ics29 protodocs (#1055)
    
    * updating protodocs comments and regen code/docs
    
    * Update proto/ibc/applications/fee/v1/tx.proto
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * updating incentivized ack doc
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * add counter party channel ID to argument list of on channel open ack (#1159)
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    
    * ADR 004: Fee module locking in the presence of severe bugs (#1060)
    
    * add adr 004
    
    * add to README
    
    * Update docs/architecture/adr-004-ics29-lock-fee-module.md
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * Update docs/architecture/adr-004-ics29-lock-fee-module.md
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * nit: packetID var name (#1214)
    
    * ics29: update with changes from main (#1221)
    
    * add banner image (#1158)
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    
    * Add alpha, beta, and rc release definitions (#1151)
    
    ## Description
    
    The proposed definitions for each phase of our release cycle. Please feel free to adjust my wording
    
    closes: #881 
    
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [ ] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    
    * build(deps): bump google.golang.org/protobuf from 1.27.1 to 1.28.0 (#1164)
    
    Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.27.1 to 1.28.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf-go/releases">google.golang.org/protobuf's releases</a>.</em></p>
    <blockquote>
    <h2>v1.28.0</h2>
    <ul>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/blob/HEAD/#v1.28-overview">Overview</a></li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/blob/HEAD/#v1.28-notable-changes">Notable changes</a>
    <ul>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/blob/HEAD/#v1.28-recursion-limit">UnmarshalOption RecursionLimit</a></li>
    </ul>
    </li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/blob/HEAD/#v1.28-breaking-changes">Upcoming breakage changes</a></li>
    </ul>
    <h2>Overview </h2>
    <p>The release provides a new unmarshal option for limiting the recursion depth when unmarshalling nested messages to prevent stack overflows. (<a href="https://pkg.go.dev/google.golang.org/protobuf/proto#UnmarshalOptions.RecursionLimit"><code>UnmarshalOptions.RecursionLimit</code></a>).</p>
    <h2>Notable changes </h2>
    <p><strong>New features:</strong></p>
    <ul>
    <li><a href="https://go.dev/cl/340489">CL/340489</a>: testing/protocmp: add Message.Unwrap</li>
    </ul>
    <p><strong>Documentation improvements:</strong></p>
    <ul>
    <li><a href="https://go.dev/cl/339569">CL/339569</a>: reflect/protoreflect: add more docs on Value aliasing</li>
    </ul>
    <p><strong>Updated supported versions:</strong></p>
    <ul>
    <li><a href="https://go.dev/cl/370055">CL/370055</a>: all: update supported versions</li>
    </ul>
    <h3>UnmarshalOption RecursionLimit </h3>
    <ul>
    <li><a href="https://golang.org/cl/385854">CL/385854</a>: all: implement depth limit for unmarshalling</li>
    </ul>
    <p>The new <a href="https://pkg.go.dev/google.golang.org/protobuf/proto#UnmarshalOptions.RecursionLimit"><code>UnmarshalOptions.RecursionLimit</code></a> limits the maximum recursion depth when unmarshalling messages. The limit is applied for nested messages. When messages are nested deeper than the specified limit the unmarshalling will fail. If unspecified, a default limit of 10,000 is applied.</p>
    <p>In addition to the configurable limit for message nesting a non-configurable recursion limit for <a href="https://developers.google.com/protocol-buffers/docs/proto#groups">group</a> nesting of 10,000 was introduced.</p>
    <h2>Upcoming breakage changes </h2>
    <p>The default recursion limit of 10,000 introduced in the release is subject to change. We want to align this limit with implementations for other languages in the long term. C++ and Java use a limit of 100 which is also the target for the Go implementation.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/32051b4f86e54c2142c7c05362c6e96ae3454a1c"><code>32051b4</code></a> all: release v1.28.0</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/3992ea83a23c00882339f33511074d251e19822c"><code>3992ea8</code></a> all: implement depth limit for unmarshaling</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/e5db2960ed1380681b571cdf4648230beefaf58b"><code>e5db296</code></a> all: update supported versions</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/3a9e1dc314e2cb57d6cb054df513f17586295fc7"><code>3a9e1dc</code></a> all: gofmt all</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/26e8bcb3c743193558d1a0ff540c9e05f999267d"><code>26e8bcb</code></a> all: remove unnecessary string([]byte) conversion in fmt.Sprintf with %s</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/5aec41b4809b9822a34e17acd06ae9ae9f41c13d"><code>5aec41b</code></a> testing/protocmp: add Message.Unwrap</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/05be61fde35dcaa3502f4430edee444a294d41c3"><code>05be61f</code></a> reflect/protoreflect: add more docs on Value aliasing</li>
    <li><a href="https://github.com/protocolbuffers/protobuf-go/commit/b03064a95cacfede187231741d9918a75653057d"><code>b03064a</code></a> all: start v1.27.1-devel</li>
    <li>See full diff in <a href="https://github.com/protocolbuffers/protobuf-go/compare/v1.27.1...v1.28.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.27.1&new-version=1.28.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    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-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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)
    
    
    </details>
    
    * fix typos in the controller params (#1172)
    
    ## Description
    
    
    
    closes: #XXXX
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    
    * add versions for new releases (#1175)
    
    ## Description
    
    
    
    closes: #XXXX
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    
    * fix: link checker reporting broken milestone link (#1200)
    
    * update roadmap for q2 2022 and deleted history roadmap (don't think we'll need it)
    
    * requirements document for ICA (#1173)
    
    * add requirements document for interchain accounts
    
    * fix branch
    
    * added number in tittle.
    
    * apply suggestions from review
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * review comment
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * imp: improve Logger performance (#1160)
    
    * fix: Logger marshal errors
    
    * changelog
    
    * update
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: Aditya <adityasripal@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    Co-authored-by: Charly <charly@interchain.berlin>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <crodveg@yahoo.es>
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    Co-authored-by: Luke Rhoads <51463884+lukerhoads@users.noreply.github.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
    Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Leo Pang <34628052+allthatjazzleo@users.noreply.github.com>
    Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
    Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
    Co-authored-by: technicallyty <48813565+tytech3@users.noreply.github.com>
    Co-authored-by: Barrie Byron <barriebyron.barriebyron@gmail.com>
    Co-authored-by: Marko <marbar3778@yahoo.com>
    Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    Co-authored-by: nir1218 <nir1218@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Assaf Morami <assaf.morami@gmail.com>
    Co-authored-by: Dan McCandless <dkmccandless@users.noreply.github.com>
    Co-authored-by: Ramiro Carlucho <ramirocarlucho@gmail.com>
    Co-authored-by: frog power 4000 <rigel.rozanski@gmail.com>
    Co-authored-by: Sean King <sean@seking.dev>
    Configuration menu
    Copy the full SHA
    4271027 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump codecov/codecov-action from 2.1.0 to 3 (#1222)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v2.1.0...v3)
    
    ---
    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>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    dependabot[bot] and fedekunze authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    7447b60 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. ics29: feat: CLI query commands for packets (#1229)

    * feat: adding query for getting incentivized packet by packet-id
    
    * feat: add cli for getting all incentivized packets across all channels
    
    * nits: suggestions
    
    * Update modules/apps/29-fee/client/cli/query.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * chore: changelog
    
    * nits: comments
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    seantking and damiannolan authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    76e0c24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35427da View commit details
    Browse the repository at this point in the history
  3. feat: ics29 counterparty address grpc query and CLI (#1224)

    * generating codegen protobufs for query counterparty address
    
    * adding grpc query, tests and cli
    
    * Update modules/apps/29-fee/keeper/grpc_query_test.go
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    
    * Update modules/apps/29-fee/keeper/grpc_query_test.go
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    
    * updating godoc
    
    * adding changelog
    
    * updating cli descriptions for ics29
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    damiannolan and seantking authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    89c8cf8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8451c63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0be0d79 View commit details
    Browse the repository at this point in the history
  6. feat: ics29 fee enabled channel queries (#1225)

    * adding protobuf codegen
    
    * adding grpc queries and tests
    
    * adding clis for queries
    
    * adding changelog
    
    * resolving nits from pr review
    
    * updating grpc gateway options
    damiannolan authored Apr 7, 2022
    Configuration menu
    Copy the full SHA
    f4675d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    311379f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    c5897ae View commit details
    Browse the repository at this point in the history
  2. feat: adding CLI for getting incentivized packets on a specific chann…

    …el (#1230)
    
    * feat: adding CLI for getting incentivized packets on a specific channel
    
    * chore: changelog
    
    * refactor: usage
    seantking authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    b71bbf2 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    c7209a5 View commit details
    Browse the repository at this point in the history
  2. refactor: moving fn definition to bottom of file and switching params (

    …#1232)
    
    ## Description
    
    closes: #868 #997 
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [ ] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    seantking authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    d43fd0a View commit details
    Browse the repository at this point in the history
  3. feat: allow ability to lock fee module in presence of severe bug (#1239

    )
    
    * apply code changes from pr #1031
    
    * update comments
    
    * chore: update fee module is locked error string
    
    * update godoc to reference ADR 004
    
    * add more references to ADR 004
    colin-axner authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    a6342fd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. build(deps): bump actions/download-artifact from 2 to 3 (#1241)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/download-artifact/releases">actions/download-artifact's releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update default runtime to node16 (<a href="https://github-redirect.dependabot.com/actions/download-artifact/pull/134">actions/download-artifact#134</a>)</li>
    <li>Update package-lock.json file version to 2 (<a href="https://github-redirect.dependabot.com/actions/download-artifact/pull/136">actions/download-artifact#136</a>)</li>
    </ul>
    <h3>Breaking Changes</h3>
    <p>With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.</p>
    <h2>v2.1.0 Download Artifact</h2>
    <ul>
    <li>Improved output &amp; logging</li>
    <li>Fixed issue where downloading all artifacts could cause display percentages to be over 100%</li>
    <li>Various small bug fixes &amp; improvements</li>
    </ul>
    <h2>v2.0.10</h2>
    <ul>
    <li>Retry on HTTP 500 responses from the service</li>
    </ul>
    <h2>v2.0.9</h2>
    <ul>
    <li>Fixes to proxy related issues</li>
    </ul>
    <h2>v2.0.8</h2>
    <ul>
    <li>Improvements to retryability if an error is encountered during artifact download</li>
    </ul>
    <h2>v2.0.7 download-artifact</h2>
    <ul>
    <li>Improved download retry-ability if a partial download is encountered</li>
    </ul>
    <h2>v2.0.6</h2>
    <p>Update actions/core NPM package that is used internally</p>
    <h2>v2.0.5</h2>
    <ul>
    <li>Add Third Party License Information</li>
    </ul>
    <h2>v2.0.4</h2>
    <ul>
    <li>Use the latest version of the <code>@actions/artifact</code> NPM package</li>
    </ul>
    <h2>v2.0.3</h2>
    <ul>
    <li>Misc improvements</li>
    </ul>
    <h2>v2.0.2</h2>
    <ul>
    <li>Support for tilde expansion</li>
    </ul>
    <h2>v2.0.1</h2>
    <ul>
    <li>Download path output</li>
    <li>Improved logging</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/download-artifact/commit/fb598a63ae348fa914e94cd0ff38f362e927b741"><code>fb598a6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/download-artifact/issues/136">#136</a> from actions/jtamsut/update-lockfile-version</li>
    <li><a href="https://github.com/actions/download-artifact/commit/a4a09c5d7eb5932e0e6c4e77a434738189a24f1b"><code>a4a09c5</code></a> regenerate index.js</li>
    <li><a href="https://github.com/actions/download-artifact/commit/9acf51df7946118a04918663acc5d955f49de177"><code>9acf51d</code></a> regenerate package lock</li>
    <li><a href="https://github.com/actions/download-artifact/commit/882107232564f8bc8c5083706e009246f11aa871"><code>8821072</code></a> upgrade artifact version</li>
    <li><a href="https://github.com/actions/download-artifact/commit/b8bbd3b64f298f12cfabf7d85ee4e716714eae3b"><code>b8bbd3b</code></a> regenerate lockfile</li>
    <li><a href="https://github.com/actions/download-artifact/commit/6ee3d963e5a7ed7dac02925e126c37e459c36aa6"><code>6ee3d96</code></a> revert artifact version</li>
    <li><a href="https://github.com/actions/download-artifact/commit/d4793f4e27ec52069836c96d310f815ffa48176c"><code>d4793f4</code></a> update docs for v3</li>
    <li><a href="https://github.com/actions/download-artifact/commit/2d338d2145c33c497f1f4f574ca1eb88e1061a8e"><code>2d338d2</code></a> upgrade package to v3</li>
    <li><a href="https://github.com/actions/download-artifact/commit/360d0830b5796c983178d8073e39063e8d32bc46"><code>360d083</code></a> update dependency on artifact lib</li>
    <li><a href="https://github.com/actions/download-artifact/commit/d9b73cccacd09ac21cc34b82578e6cbb1b4e2539"><code>d9b73cc</code></a> update lock file</li>
    <li>Additional commits viewable in <a href="https://github.com/actions/download-artifact/compare/v2...v3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/download-artifact&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    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-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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)
    
    
    </details>
    dependabot[bot] authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    aee7763 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/upload-artifact from 2 to 3 (#1240)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update default runtime to node16 (<a href="https://github-redirect.dependabot.com/actions/upload-artifact/issues/293">#293</a>)</li>
    <li>Update package-lock.json file version to 2 (<a href="https://github-redirect.dependabot.com/actions/upload-artifact/issues/302">#302</a>)</li>
    </ul>
    <h3>Breaking Changes</h3>
    <p>With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.</p>
    <h2>v2.3.1</h2>
    <p>Fix for empty fails on Windows failing on upload <a href="https://github-redirect.dependabot.com/actions/upload-artifact/issues/281">#281</a></p>
    <h2>v2.3.0 Upload Artifact</h2>
    <ul>
    <li>Optimizations for faster uploads of larger files that are already compressed</li>
    <li>Significantly improved logging when there are chunked uploads</li>
    <li>Clarifications in logs around the upload size and prohibited characters that aren't allowed in the artifact name or any uploaded files</li>
    <li>Various other small bugfixes &amp; optimizations</li>
    </ul>
    <h2>v2.2.4</h2>
    <ul>
    <li>Retry on HTTP 500 responses from the service</li>
    </ul>
    <h2>v2.2.3</h2>
    <ul>
    <li>Fixes for proxy related issues</li>
    </ul>
    <h2>v2.2.2</h2>
    <ul>
    <li>Improved retryability and error handling</li>
    </ul>
    <h2>v2.2.1</h2>
    <ul>
    <li>Update used actions/core package to the latest version</li>
    </ul>
    <h2>v2.2.0</h2>
    <ul>
    <li>Support for artifact retention</li>
    </ul>
    <h2>v2.1.4</h2>
    <ul>
    <li>Add Third Party License Information</li>
    </ul>
    <h2>v2.1.3</h2>
    <ul>
    <li>Use updated version of the <code>@action/artifact</code> NPM package</li>
    </ul>
    <h2>v2.1.2</h2>
    <ul>
    <li>Increase upload chunk size from 4MB to 8MB</li>
    <li>Detect case insensitive file uploads</li>
    </ul>
    <h2>v2.1.1</h2>
    <ul>
    <li>Fix for certain symlinks not correctly being identified as directories before starting uploads</li>
    </ul>
    <h2>v2.1.0</h2>
    <ul>
    <li>Support for uploading artifacts with multiple paths</li>
    <li>Support for using exclude paths</li>
    <li>Updates to dependencies</li>
    </ul>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/upload-artifact/commit/6673cd052c4cd6fcf4b4e6e60ea986c889389535"><code>6673cd0</code></a> Update <code>lockfileVersion</code> in <code>package-lock.json</code> (<a href="https://github-redirect.dependabot.com/actions/upload-artifact/issues/302">#302</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/2244c8200304ec9588bf9399eac622d9fadc28c4"><code>2244c82</code></a> Update to node16 (<a href="https://github-redirect.dependabot.com/actions/upload-artifact/issues/293">#293</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/87348cee5fefa95e42e9b4804b4d68e130304158"><code>87348ce</code></a> Add 503 warning when uploading to the same artifact</li>
    <li>See full diff in <a href="https://github.com/actions/upload-artifact/compare/v2...v3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    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-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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)
    
    
    </details>
    dependabot[bot] authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    8c264a8 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/setup-go from 2 to 3 (#1242)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/setup-go/releases">actions/setup-go's releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update default runtime to node16 (<a href="https://github-redirect.dependabot.com/actions/setup-go/pull/192">actions/setup-go#192</a>)</li>
    <li>Update <code>package-lock.json</code> file version to 2 (<a href="https://github-redirect.dependabot.com/actions/setup-go/pull/193">actions/setup-go#193</a>) and <code>@types/node</code> to 16.11.25 (<a href="https://github-redirect.dependabot.com/actions/setup-go/pull/194">actions/setup-go#194</a>)</li>
    <li>Remove the <code>stable</code> input and fix SemVer notation (<a href="https://github-redirect.dependabot.com/actions/setup-go/pull/195">actions/setup-go#195</a>)</li>
    </ul>
    <h3>Breaking Changes</h3>
    <p>With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.</p>
    <p>This new major release removes the <code>stable</code> input, so there is no need to specify additional input to use pre-release versions. This release also corrects the pre-release versions syntax to satisfy the SemVer notation (1.18.0-beta1 -&gt; 1.18.0-beta.1, 1.18.0-rc1 -&gt; 1.18.0-rc.1).</p>
    <pre lang="yaml"><code>steps:
      - uses: actions/checkout@v2
      - uses: actions/setup-go@v3
        with:
          go-version: '1.18.0-rc.1' 
      - run: go version
    </code></pre>
    <h2>Add check-latest input</h2>
    <p>In scope of this release we add the <a href="https://github-redirect.dependabot.com/actions/setup-go/pull/186">check-latest</a> input. If <code>check-latest</code> is set to <code>true</code>, the action first checks if the cached version is the latest one. If the locally cached version is not the most up-to-date, a Go version will then be downloaded from <a href="https://github.com/actions/go-versions">go-versions</a> repository. By default <code>check-latest</code> is set to <code>false</code>.
    Example of usage:</p>
    <pre lang="yaml"><code>steps:
      - uses: actions/checkout@v2
      - uses: actions/setup-go@v2
        with:
          go-version: '1.16'
          check-latest: true
      - run: go version
    </code></pre>
    <p>Moreover, we updated <code>@actions/core</code> from <code>1.2.6</code> to <code>1.6.0</code></p>
    <h2>v2.1.5</h2>
    <p>In scope of this release we updated <code>matchers.json</code>  to improve the problem matcher pattern. For more information please refer to this <a href="https://github-redirect.dependabot.com/actions/setup-go/pull/98">pull request</a></p>
    <h2>v2.1.4</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Fix extractor selection on windows by <a href="https://github.com/paulcacheux"><code>@​paulcacheux</code></a> in <a href="https://github-redirect.dependabot.com/actions/setup-go/pull/141">actions/setup-go#141</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/paulcacheux"><code>@​paulcacheux</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/actions/setup-go/pull/141">actions/setup-go#141</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-go/compare/v2.1.3...v2.1.4">https://github.com/actions/setup-go/compare/v2.1.3...v2.1.4</a></p>
    <h2>v2.1.3</h2>
    <ul>
    <li>Updated communication with runner to use environment files rather then workflow commands</li>
    </ul>
    <h2>v2.1.2</h2>
    <p>This release includes vendored licenses for this action's npm dependencies.</p>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/setup-go/commit/f6164bd8c8acb4a71fb2791a8b6c4024ff038dab"><code>f6164bd</code></a> Remove stable input and fix SemVer notation (<a href="https://github-redirect.dependabot.com/actions/setup-go/issues/195">#195</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/2bb2aab2fd2586a4a6408b9cb041ed5f7e09e378"><code>2bb2aab</code></a> update types node (<a href="https://github-redirect.dependabot.com/actions/setup-go/issues/194">#194</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/edcbc0c2cd60ccbfc1f9b2cbae9a599b8d637beb"><code>edcbc0c</code></a> update lockfileVersion (<a href="https://github-redirect.dependabot.com/actions/setup-go/issues/193">#193</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/fb9a043dd8a5a4c2b4ea425ff1340755008a1f1d"><code>fb9a043</code></a> Update default runtime to node16 (<a href="https://github-redirect.dependabot.com/actions/setup-go/issues/192">#192</a>)</li>
    <li><a href="https://github.com/actions/setup-go/commit/5b0ae0e97ddce24cca306eeb7a5edc2314c35877"><code>5b0ae0e</code></a> Bump pathval from 1.1.0 to 1.1.1 (<a href="https://github-redirect.dependabot.com/actions/setup-go/issues/188">#188</a>)</li>
    <li>See full diff in <a href="https://github.com/actions/setup-go/compare/v2...v3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-go&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    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-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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)
    
    
    </details>
    dependabot[bot] authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    caeb122 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.1 to 0.45.3 (#…

    …1247)
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.1 to 0.45.3.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.3/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@v0.45.1...v0.45.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      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>
    dependabot[bot] authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    1d3c146 View commit details
    Browse the repository at this point in the history
  5. chore(ics29): refund fees on distribution failure (#1245)

    * attempt to refund fees if distribution fails
    
    * adapting logic and updating testcases
    
    * updating inline comments
    
    * updating refund address testcase
    damiannolan authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    960a49e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. refactor: Fix RefundFeesOnChannel (#1244)

    ## Description
    
    read #1060 
    
    closes: #860
    closes: #780 
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [x] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [x] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [x] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [x] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [x] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [x] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [x] Review `Codecov Report` in the comment section below once CI passes
    colin-axner authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e59a6d2 View commit details
    Browse the repository at this point in the history
  2. deprecate GetTransferAccount (#1250)

    * deprecate GetTransferAccount
    
    * add changelog entry
    
    * remove unused imports
    crodriguezvega authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    f636ee3 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. docs: replace links in apps with correct ones (#1255)

    ## Description
    
    I noticed that 2 links at the bottom of the applications docs page were not correct.
    
    closes: #XXXX
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    crodriguezvega authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    31d5776 View commit details
    Browse the repository at this point in the history
  2. update godoc of RegisterInterchainAccount (#1256)

    ## Description
    
    The godoc of `RegisterInterchainAccount` was still saying that the port identifier was constructed using as well the connection identifiers. I corrected that.
    
    closes: #XXXX
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    crodriguezvega authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    4872c4b View commit details
    Browse the repository at this point in the history
  3. isolate packet fee distribution for on acknowledgement and on timeout…

    … into separate functions (#1253)
    
    ## Description
    
    Reduces the complexity contained in `DistributePacketFees` and `DistributePacketFeesOnAcknowledgement` in anticipation of #1251 
    
    closes: #XXXX
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [ ] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    colin-axner authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    eaff98b View commit details
    Browse the repository at this point in the history
  4. Update supported release lines (#1263)

    ## Description
    
    closes: #1152
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    crodriguezvega authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    2120d2e View commit details
    Browse the repository at this point in the history
  5. ics29: gracefully handle escrow out of balance edge case during fee d…

    …istribution (#1251)
    
    ## Description
    
    
    
    closes: #821
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [x] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [x] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [x] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [x] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [x] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [x] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [x] Review `Codecov Report` in the comment section below once CI passes
    colin-axner authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    63c5341 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#1264)

    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.10.1 to 1.11.0.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.10.1...v1.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      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>
    dependabot[bot] authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    2ab4359 View commit details
    Browse the repository at this point in the history
  7. chore(ics29): make EscrowPacketFee private (#1252)

    * making EsrowPacketFee private, adapting test cases to conform
    
    * refactor msg server tests to accomoodate escrowPacketFee
    
    * adding assertions on escrow account balance
    
    * adding error checks on bank sends in tests, omitting loop as per review
    
    * adding escrow balance checks to TestPayPacketFee
    
    * adding assertions on expected fees in state
    damiannolan authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    acb0e9f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. add missing changelog entry for bump of sdk 0.45.3 (#1272)

    ## Description
    
    
    
    closes: #XXXX
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [x] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    crodriguezvega authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    23fccc5 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. feat: Add GetAppVersion to ICS4Wrapper (#1022)

    * feat: Add ICS4Wrapper function GetChannelVersion
    
    Add a function to 04-channel keeper which can be used in the ICS4Wrapper interface for obtaining the unwrapped channel verison
    
    * add docs
    
    * chore: rename GetChannelVersion to GetUnwrappedChannelVersion
    
    * add changelog entry
    
    * Update CHANGELOG.md
    
    * Update docs/ibc/middleware/develop.md
    
    * Update docs/ibc/middleware/develop.md
    
    * chore: GetUnwrappedChannelVersion -> GetAppVersion
    
    * add GetAppVersion for ics29
    
    * add GetAppVersion to ics27
    
    * add extra test for 29-fee
    
    * update docs
    
    * Apply suggestions from code review
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    86638c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. make URI path for getting all incentivized packets for channel consis…

    …tent (#1278)
    
    * make URI path for getting all incentivized packets for a specific channel consistent
    
    * regenerate proto files and add changelog entry
    
    * something going with go.mod file...
    
    * update changelog entry
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    16921d9 View commit details
    Browse the repository at this point in the history
  2. chore : add selected channel version to MsgChanOpenInitResponse and M…

    …sgChanOpenTryResponse (#1279)
    
    ## Description
     - Add a version field to MsgChannelOpenInitResponse and MsgChannelOpenTryResponse in proto and gen proto
     - Set the selected channel version in the [MsgChannelOpenInitResponse](https://github.com/notional-labs/ibc-go/blob/ed7a082565fadb9ce27067fa1efb56c23fafc8ef/modules/core/keeper/msg_server.go#L197) and [MsgChannelOpenTryResponse](https://github.com/notional-labs/ibc-go/blob/ed7a082565fadb9ce27067fa1efb56c23fafc8ef/modules/core/keeper/msg_server.go#L237) 
    
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [ ] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    
    
    closes: #1204
    vuong177 authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    a187803 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. build(deps): bump github/codeql-action from 1 to 2 (#1289)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-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>
    dependabot[bot] authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    21c7744 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. build(deps): bump google.golang.org/grpc from 1.45.0 to 1.46.0 (#1290)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.45.0 to 1.46.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.45.0...v1.46.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      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>
    dependabot[bot] authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    2239625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bace988 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. change fee version string to make it consistent with transfer version (

    …#1305)
    
    * change version to make it consistent with transfer version
    
    * add changelog entry
    crodriguezvega authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    9aea0fe View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. build(deps): bump github.com/armon/go-metrics from 0.3.10 to 0.3.11 (#…

    …1306)
    
    Bumps [github.com/armon/go-metrics](https://github.com/armon/go-metrics) from 0.3.10 to 0.3.11.
    - [Release notes](https://github.com/armon/go-metrics/releases)
    - [Commits](hashicorp/go-metrics@v0.3.10...v0.3.11)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/armon/go-metrics
      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>
    dependabot[bot] authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    0a98ac6 View commit details
    Browse the repository at this point in the history
  2. refactor: cleanup middleware stacks (#1248)

    * refactor: UX improvements for middleware
    
    * fix: move fee keeper
    
    * fix: remove unncessary wrapping
    
    * refactor: ica module stack setup
    
    * fix: define icaControllerStack as type porttypes.IBCModule
    
    * add back controller routing for port
    
    * refactor: remove unncessary SendPacket
    
    * refactor: panic instead of return nil
    
    * refactor: changing structure to init all keepers, then stacks & routing
    
    * docs: add comments
    
    * nit: comment
    
    * chore: rename files
    
    * chore: comment + nit
    
    * refactor: stacks
    
    * Update modules/apps/27-interchain-accounts/controller/ibc_middleware.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * nits: nits
    
    * chore: comment
    
    * chore: chore
    
    Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Aditya <adityasripal@gmail.com>
    3 people authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    cc4cd7b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. add empty keepers checking in ibc NewKeeper (#1284)

    * add empty keepers checking in ibc NewKeeper
    
    * check for empty exported keepers instead of empty sdk-defined keeper structs
    
    * Update modules/core/keeper/keeper.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * remove func checkEmptyKeepers(), check empty keepers directly within func NewKeeper()
    
    * modules/core/keeper KeeperTestSuite -> MsgServerTestSuite; creat new modules/core/keeper KeeperTestSuite for testing ibckeeper.NewKeeper()
    
    * update CHANGELOG.md
    
    * DummyStakingKeeper -> MockStakingKeeper
    
    * refactor modules/core/keeper test
    
    * Update modules/core/keeper/keeper_test.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * Update modules/core/keeper/keeper.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    catShaark and colin-axner authored Apr 29, 2022
    Configuration menu
    Copy the full SHA
    f2577f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f962485 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    d91d1ad View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.3 to 0.45.4 (#…

    …1300)
    
    * build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.3 to 0.45.4
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.3 to 0.45.4.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.4/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@v0.45.3...v0.45.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * update changelog
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people authored May 3, 2022
    Configuration menu
    Copy the full SHA
    bd08650 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. refactor: renaming Result in IncentivizedAcknowledgement to AppAcknow…

    …ledgement (#1338)
    
    * refactor: renaming Result in IncentivizedAcknowledgement to AppAcknowledgement
    
    * chore: changelog
    
    * Update proto/ibc/applications/fee/v1/ack.proto
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * chore: yaml
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    seantking and colin-axner authored May 4, 2022
    Configuration menu
    Copy the full SHA
    7bb609c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    af3d522 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. chore: renaming KeyForwardRelayerAddress to KeyRelayerAddressForAsync…

    …Ack (#1343)
    
    * renaming KeyForwardRelayerAddress to KeyRelayerAddressForAsyncAck
    
    * adding changelog entry
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    damiannolan and crodriguezvega authored May 10, 2022
    Configuration menu
    Copy the full SHA
    ce7ac2e View commit details
    Browse the repository at this point in the history
  2. refactor: channel handshake version improvements (#1283)

    * refactor: returning version from OnChanOpenInit
    
    * refactor: update tests and add version to proto resp
    
    * refactor: adding version to msg server resp
    
    * refactor: remove unncessary if & update version on Endpoint.Ack
    
    * fix: ics29 OnChanOpenInit remake versionMetaData before returning
    
    * chore: update godoc
    
    * test: adding check for expected version string
    
    * test: adding test case for passing empty version string to ics20 onChanOpenInit
    
    * Update modules/apps/29-fee/ibc_module.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * chore: comment
    
    * chore: changelog
    
    * fix: ica now discards auth module version
    
    * chore: update changelog
    
    * adding default version for ics29
    
    * fix: using transfer module directly rather than calling full middleware stack
    
    * fix testing bug
    
    * refactor: test now uses bool for isFeeEnabled rather than direct check
    
    * docs: updating comment and migration docs
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    seantking and colin-axner authored May 10, 2022
    Configuration menu
    Copy the full SHA
    dcd0681 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. fix: emit ics29 events on cacheCtx write after refunding on closed ch…

    …annel (#1344)
    
    ## Description
    
    
    
    closes: #1323 
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [ ] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    colin-axner authored May 11, 2022
    Configuration menu
    Copy the full SHA
    ab8ab42 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. chore: improve DenomTrace grpc (#1342)

    * change DenomTrace grpc
    
    * update CHANGELOG.md
    
    * minor
    
    * minor
    
    * minor
    
    * minor
    
    * minor
    
    * minor
    
    * Update modules/apps/transfer/keeper/grpc_query_test.go
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update modules/apps/transfer/keeper/grpc_query_test.go
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * use TrimPrefix() in DenomTrace()
    
    * update migration doc
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people authored May 12, 2022
    Configuration menu
    Copy the full SHA
    23e7e7d View commit details
    Browse the repository at this point in the history
  2. fix: disallow incentivizing packets which have not been sent or have …

    …been already relayed (#1347)
    
    ## Description
    
    
    
    closes: #1318 
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [x] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [x] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [x] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [x] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [x] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [x] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [x] Review `Codecov Report` in the comment section below once CI passes
    colin-axner authored May 12, 2022
    Configuration menu
    Copy the full SHA
    10dc929 View commit details
    Browse the repository at this point in the history
  3. refactor: adding check if channel exists before register counterparty (

    …#1339)
    
    * refactor: adding check if channel exists before register. updating msg to contain PortID
    
    * chore: changelog
    
    * refactor: add types test and check for is fee enabled + fix test
    seantking authored May 12, 2022
    Configuration menu
    Copy the full SHA
    9f70a07 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. check fee module locked and enable fee before refunding all fees (#1341)

    ## Description
    
    
    - Add check locked fee module and fee is enabled before refunding all fees
    
    closes: #1321
    
    ---
    vuong177 authored May 16, 2022
    Configuration menu
    Copy the full SHA
    5d83421 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/spf13/cast from 1.4.1 to 1.5.0 (#1350)

    Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.4.1 to 1.5.0.
    - [Release notes](https://github.com/spf13/cast/releases)
    - [Commits](spf13/cast@v1.4.1...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cast
      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: Carlos Rodriguez <carlos@interchain.io>
    dependabot[bot] and crodriguezvega authored May 16, 2022
    Configuration menu
    Copy the full SHA
    3b31a4b View commit details
    Browse the repository at this point in the history
  3. build(deps): bump google.golang.org/grpc from 1.46.0 to 1.46.2 (#1358)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.46.0 to 1.46.2.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.46.0...v1.46.2)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      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>
    dependabot[bot] authored May 16, 2022
    Configuration menu
    Copy the full SHA
    21021d0 View commit details
    Browse the repository at this point in the history
  4. override default docsBranch (#1355)

    ## Description
    
    
    
    closes: #1354 
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [x] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [x] Review `Codecov Report` in the comment section below once CI passes
    crodriguezvega authored May 16, 2022
    Configuration menu
    Copy the full SHA
    2709c24 View commit details
    Browse the repository at this point in the history
  5. Return error if fee module is locked before distributing fees on ackn…

    …owledgement and timeout (#1340)
    
    ## Description
     - Return error if fee module is locked
     - Move `DeleteFeesInEscrow` into `DistributePacketFees` func
    
    
    closes: #1320
    ---
    vuong177 authored May 16, 2022
    Configuration menu
    Copy the full SHA
    b7b4400 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. refactor: emit cumulative fees when incentivizing a packet multiple t…

    …imes (#1391)
    
    * emit cumulative fees
    
    * test: add test for emission of cumulative incentivized fees
    
    * add check for nil relayer
    
    * reassign sdk.Coins, fix bug
    colin-axner authored May 18, 2022
    Configuration menu
    Copy the full SHA
    2ae4f10 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. add swagger for interchain accounts (#1402)

    ## Description
    
    closes: #XXXX
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    crodriguezvega authored May 23, 2022
    Configuration menu
    Copy the full SHA
    bf444a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f05a7cf View commit details
    Browse the repository at this point in the history
  3. chore: Updated CHANGELOG.md

    chatton committed May 23, 2022
    Configuration menu
    Copy the full SHA
    c809c51 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    chatton authored May 23, 2022
    Configuration menu
    Copy the full SHA
    d8be3d0 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    chatton and damiannolan authored May 23, 2022
    Configuration menu
    Copy the full SHA
    46d73a0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1414 from chatton/issue#996-add-sender-to-fungibl…

    …e-token-packet-events
    
    feat: Add sender to fungible_token_packet events
    chatton authored May 23, 2022
    Configuration menu
    Copy the full SHA
    7e3df22 View commit details
    Browse the repository at this point in the history
  7. chore: mini nits from ics29 audit (#1348)

    * chore: nits from ics29 audit
    
    * Update modules/apps/29-fee/keeper/escrow.go
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update modules/apps/29-fee/keeper/msg_server.go
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * nits: more nits
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    seantking and crodriguezvega authored May 23, 2022
    Configuration menu
    Copy the full SHA
    79ddb9d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. fumpt (#1335)

    * fumpt
    
    * merge main
    
    * changelog
    
    Co-authored-by: vuong <56973102+vuong177@users.noreply.github.com>
    faddat and vuong177 authored May 24, 2022
    Configuration menu
    Copy the full SHA
    abd577e View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    crodriguezvega authored May 24, 2022
    Configuration menu
    Copy the full SHA
    661b3d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba8c872 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ebaf3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a53fea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb28767 View commit details
    Browse the repository at this point in the history
  7. fix: cli params ordering ics29 (#1353)

    * fix: cli params
    
    * refactor: switch param ordering
    
    * fix: tests
    seantking authored May 24, 2022
    Configuration menu
    Copy the full SHA
    b57e6dd View commit details
    Browse the repository at this point in the history
  8. add swagger for fee (#1403)

    * add swagger for fee
    
    * fix conflicts
    crodriguezvega authored May 24, 2022
    Configuration menu
    Copy the full SHA
    846306f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    374875d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd0adfb View commit details
    Browse the repository at this point in the history
  11. fix path (#1406)

    crodriguezvega authored May 24, 2022
    Configuration menu
    Copy the full SHA
    1acb3cc View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. fix: ica controller middleware error typo (#1419)

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    hea9549 and crodriguezvega authored May 25, 2022
    Configuration menu
    Copy the full SHA
    25767f6 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. build(deps): bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#1448)

    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.11.0 to 1.12.0.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.11.0...v1.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      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>
    dependabot[bot] authored May 29, 2022
    Configuration menu
    Copy the full SHA
    f12f841 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Configuration menu
    Copy the full SHA
    8062d01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    373e1e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    899f791 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    9ed5ca4 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Fix typo (#1468)

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    k-yang and crodriguezvega authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    7484dbd View commit details
    Browse the repository at this point in the history
  2. fix typo in comment (#1435)

    fix typo in comment
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    gnongs and crodriguezvega authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    b9a9502 View commit details
    Browse the repository at this point in the history
  3. fix typo (#1434)

    fix typo
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    gnongs and crodriguezvega authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    e193365 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. build(deps): bump github.com/armon/go-metrics from 0.3.11 to 0.4.0 (#…

    …1441)
    
    Bumps [github.com/armon/go-metrics](https://github.com/armon/go-metrics) from 0.3.11 to 0.4.0.
    - [Release notes](https://github.com/armon/go-metrics/releases)
    - [Commits](hashicorp/go-metrics@v0.3.11...v0.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/armon/go-metrics
      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: Carlos Rodriguez <carlos@interchain.io>
    dependabot[bot] and crodriguezvega authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    2566569 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump google.golang.org/grpc from 1.46.2 to 1.47.0 (#1481)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.46.2 to 1.47.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.46.2...v1.47.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      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: Carlos Rodriguez <carlos@interchain.io>
    dependabot[bot] and crodriguezvega authored Jun 2, 2022
    Configuration menu
    Copy the full SHA
    46f5eee View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    97e6b38 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#1494

    )
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.2.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.7.1...v1.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      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>
    dependabot[bot] authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    fe8e456 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. build(deps): bump goreleaser/goreleaser-action from 2 to 3 (#1415)

    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3.
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: goreleaser/goreleaser-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: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    ba83e70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2ca193 View commit details
    Browse the repository at this point in the history
  3. chore: Add consensus state heights query (#1336)

    * add ConsensusStateHeights query
    
    * add cli for ConsensusStateHeights Query
    
    * update CHANGELOG.md
    
    * Update modules/core/02-client/keeper/grpc_query.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * Update modules/core/02-client/client/cli/query.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * Update modules/core/02-client/client/cli/query.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * Update modules/core/02-client/client/cli/query.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * update consensus height query
    
    * very minor changes in modules/core/02-client grpc_query_test
    
    * Update modules/core/02-client/keeper/grpc_query_test.go
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    
    * Update modules/core/02-client/keeper/grpc_query_test.go
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    
    * Update modules/core/02-client/keeper/grpc_query_test.go
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    
    * Update modules/core/02-client/keeper/grpc_query_test.go
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    
    * Update modules/core/02-client/client/cli/query.go
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    
    * Update modules/core/02-client/keeper/grpc_query_test.go
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update CHANGELOG.md
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * update swagger.yaml; update 02-client grpc_query_test
    
    * Update modules/core/02-client/keeper/grpc_query_test.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * nit
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: vuong <56973102+vuong177@users.noreply.github.com>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    6 people authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    042d818 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. feat: adding fee middleware support to ics27 interchain accounts (#1432)

    * updating simapp to include ics29 fee in ica stacks
    
    * updating RegisterInterchainAccount to pass through version arg and support fee middleware functionality
    
    * updating tests to support additional version arg in RegisterInterchainAccount
    
    * adding migration docs for ICS27 fee middleware support
    
    * remove unnecessary spacing
    
    * fixing typo in godoc
    
    * adding changelog entry
    
    * Apply suggestions from code review
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    damiannolan and crodriguezvega authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    15a3280 View commit details
    Browse the repository at this point in the history
  2. test: adding fee middleware tests for ics27 interchain accounts (#1433)

    * adding interchain accounts integration tests for ics29 fee
    
    * updating simapp to include fee middleware in ica stack
    
    * updating simapp to include ics29 fee in ica stacks
    
    * updating RegisterInterchainAccount to pass through version arg and support fee middleware functionality
    
    * updating tests to support additional version arg in RegisterInterchainAccount
    
    * adding migration docs for ICS27 fee middleware support
    
    * remove unnecessary spacing
    
    * fixing typo in godoc
    
    * adding changelog entry
    
    * adding godoc for NewICAPath in fee test suite
    
    * adding helper for default metadata version string to ics27
    
    * unexported vars, register counterparty address for recv fee distribution, add comments and adjust assertions
    damiannolan authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    7999001 View commit details
    Browse the repository at this point in the history
  3. feat: adding RegisterPayee rpc to ics29 fee middleware (#1491)

    * [WIP] adding RegisterDistributionAddress rpc endpoint and implementation. Store funcs, keys..
    
    * updating tests
    
    * adding cli for register distribution address rpc
    
    * renaming RegisterDistributionAddress rpc to RegisterPayee
    
    * renaming RegisterDistributionAddress to RegisterPayee
    
    * updating godocs and field ordering
    
    * updating inline comment
    damiannolan authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    040f2ea View commit details
    Browse the repository at this point in the history
  4. feat: adding RegisteredPayees to ics29 genesis state (#1492)

    * [WIP] adding RegisterDistributionAddress rpc endpoint and implementation. Store funcs, keys..
    
    * updating tests
    
    * adding registered distribution addresses to genesis state
    
    * refactor and update validate genesis tests
    
    * adding cli for register distribution address rpc
    
    * renaming RegisterDistributionAddress rpc to RegisterPayee
    
    * renaming RegisterDistributionAddress to RegisterPayee
    
    * updating godocs and field ordering
    
    * updating inline comment
    
    * renaming to regsitered payees and propagating changes in genesis
    
    * updating godoc in keeper.go
    
    * Update modules/apps/29-fee/keeper/keeper_test.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    damiannolan and AdityaSripal authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    57aa5ec View commit details
    Browse the repository at this point in the history
  5. fix typo

    crodriguezvega authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    187772b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. feat: adding Payee grpc query and CLI (#1493)

    * [WIP] adding RegisterDistributionAddress rpc endpoint and implementation. Store funcs, keys..
    
    * updating tests
    
    * adding registered distribution addresses to genesis state
    
    * refactor and update validate genesis tests
    
    * adding grpc query and cli for distribution address rpc endpoint
    
    * adding cli for register distribution address rpc
    
    * renaming RegisterDistributionAddress rpc to RegisterPayee
    
    * renaming RegisterDistributionAddress to RegisterPayee
    
    * updating godocs and field ordering
    
    * updating inline comment
    
    * renaming to regsitered payees and propagating changes in genesis
    
    * updating godoc in keeper.go
    
    * Update modules/apps/29-fee/keeper/keeper_test.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * renaming query and types to align with payee address naming convention
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    damiannolan and AdityaSripal authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    2c76973 View commit details
    Browse the repository at this point in the history
  2. feat: added check for wildcard * to allow all message types (#1512)

    * added check for wildcard * to allow all message types
    
    * update docs
    
    * nit
    charleenfei authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    08d91ad View commit details
    Browse the repository at this point in the history
  3. fix: deprecate AllowUpdateAfter...check (#1511)

    * fix: deprecate AllowUpdateAfter...check
    
    * update IsMatchingClientState
    
    * rm unnecessary fields in testing
    charleenfei authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    5e5e2cd View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Configuration menu
    Copy the full SHA
    da232b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1370784 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    11297aa View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    ead32f6 View commit details
    Browse the repository at this point in the history
  2. refactor: rename RegisterCounterpartyAddress rpc to RegisterCounterpa…

    …rtyPayee (#1513)
    
    * renaming counterparty address rpc to counterparty payee
    
    * updating counterparty payee cli
    
    * reorder cli cmd list
    
    * Apply suggestions from code review
    
    Co-authored-by: Charly <charly@interchain.berlin>
    
    * removing address suffix from msg fields, updating protodoc and godoc
    
    * updating cli args naming convention to align
    
    * updating keys to reflect naming changes
    
    * updating docs
    
    * updating protodocs and godocs
    
    Co-authored-by: Charly <charly@interchain.berlin>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    dab07f9 View commit details
    Browse the repository at this point in the history
  3. fix to correctly parse denoms with slashes in the base denom (#1451)

    * fix to correctly parse denoms with slashes in the base denom
    
    * some logic refinement
    
    * review comments
    
    * add changelog entry an other review comments
    
    * review comment
    
    * Add slash migration guide (#1518)
    
    * add migration guide
    
    * Update docs/migrations/support-slashed-denoms.md
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * clarify upgrade name
    
    * remove unnecessary store loader
    
    * review comment, update migration code
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    
    * rename migration file
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    Co-authored-by: Aditya <adityasripal@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    4 people authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    3a235af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8b0787 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de49b9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1efe10f View commit details
    Browse the repository at this point in the history
  7. replace reflect.DeepEqual with custom comparison function because Dee…

    …pEqual might not be deterministic
    crodriguezvega authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    c04adf3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    2824717 View commit details
    Browse the repository at this point in the history
  2. refactor: rename genesis type RegisteredRelayer to RegisteredCounterp…

    …artyPayee (#1514)
    
    * renaming counterparty address rpc to counterparty payee
    
    * rename genesis types for registered counterparty payees
    
    * updating counterparty payee cli
    
    * reorder cli cmd list
    
    * Apply suggestions from code review
    
    Co-authored-by: Charly <charly@interchain.berlin>
    
    * removing address suffix from msg fields, updating protodoc and godoc
    
    * updating cli args naming convention to align
    
    * propagating renaming of fields to genesis state
    
    * rename GetAllx funcs and updating godocs
    
    * reordering genesis types fields
    
    Co-authored-by: Charly <charly@interchain.berlin>
    damiannolan and charleenfei authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    0252bfb View commit details
    Browse the repository at this point in the history
  3. refactor: rename CounterpartyAddress query to CounterpartyPayee (#1522)

    * renaming counterparty address rpc to counterparty payee
    
    * rename genesis types for registered counterparty payees
    
    * renaming counterparty address query to counterparty payee
    
    * updating counterparty payee cli
    
    * reorder cli cmd list
    
    * Apply suggestions from code review
    
    Co-authored-by: Charly <charly@interchain.berlin>
    
    * removing address suffix from msg fields, updating protodoc and godoc
    
    * updating cli args naming convention to align
    
    * propagating renaming of fields to genesis state
    
    * rename GetAllx funcs and updating godocs
    
    * aligning naming of GetAll functions
    
    Co-authored-by: Charly <charly@interchain.berlin>
    damiannolan and charleenfei authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    a71fc10 View commit details
    Browse the repository at this point in the history
  4. chore: update changelog, versions for docs site and stable release ta…

    …ble (#1541)
    
    * chore: update changelog and versions for docs site
    
    * add new release lines to stable release policy
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    223f9d2 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.4 to 0.45.5 (#…

    …1525)
    
    * build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.4 to 0.45.5
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.4 to 0.45.5.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.5/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@v0.45.4...v0.45.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * updating changelog to reflect SDK v0.45.5 upgrade
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    681a558 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. docs: overview of fee middleware (#1549)

    * fix broken link
    
    * fix: rm AllowUpdateAfter... check (#1118)
    
    * update code & test
    
    * update proto and adr026
    
    * update CHANGELOG
    
    * update cli docs
    
    * update broken milestone link
    charleenfei authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    1be4519 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. feat: implement registered payee fee distribution (#1526)

    * adding distribution logic with new registered payees
    
    * updating ack test cases
    
    * removing commented out test
    
    * adding additional testcase to TestOnAcknowledgementPacket
    
    * cleaning up distribution logic and adapting tests
    
    * updating timeout test cases
    
    * updating timeout logic and adding application callback failure test cases
    
    * Apply suggestions from code review
    
    Co-authored-by: Charly <charly@interchain.berlin>
    
    * Apply suggestions from code review
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update modules/apps/29-fee/ibc_middleware_test.go
    
    * adding missing comma from suggested testcases
    
    Co-authored-by: Cian Hatton <cian@interchain.io>
    Co-authored-by: Charly <charly@interchain.berlin>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    4 people authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    9680cb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. add migration for base denoms with slashes to docs site (#1544)

    ## Description
    
    
    
    closes: #XXXX
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [ ] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    crodriguezvega authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    6c034bc View commit details
    Browse the repository at this point in the history
  2. add migration of v3 to v4 to docs site (#1548)

    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    b9f3d95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44ca48d View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 (#1559

    )
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.7.3.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.7.2...v1.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      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>
    dependabot[bot] authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    22a51ec View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. refactor: writing test case for module account incentivizing packet (#…

    …1397)
    
    * refactor: using SendCoins & writing test case for module account incentivizing packet
    
    * updating ModuleAccountAddrs helper fn and adding additional test for refunding to module acc
    
    * chore: changelog
    seantking authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    71d7480 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. chore: ics29 fee payee event emission (#1568)

    * adding event emission for registered payees and counterparty payees in ics29
    
    * updating naming of event emission funcs
    damiannolan authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    dbd0f77 View commit details
    Browse the repository at this point in the history
  2. chore: allow ics27 to select and return default JSON encoded metadata (

    …#1550)
    
    * adding distribution logic with new registered payees
    
    * updating ack test cases
    
    * removing commented out test
    
    * adding additional testcase to TestOnAcknowledgementPacket
    
    * cleaning up distribution logic and adapting tests
    
    * updating timeout test cases
    
    * updating timeout logic and adding application callback failure test cases
    
    * Apply suggestions from code review
    
    Co-authored-by: Charly <charly@interchain.berlin>
    
    * WIP handling empty version string for ics27
    
    * updating testcases
    
    * adding test with auth module modifying channel version
    
    * adding inline comments re. ignored channel version from auth module
    
    * updating with deduplication suggestion
    
    Co-authored-by: Cian Hatton <cian@interchain.io>
    Co-authored-by: Charly <charly@interchain.berlin>
    3 people authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    8ffa912 View commit details
    Browse the repository at this point in the history
  3. docs: ics29 middleware usage for app devs (#1567)

    * adding integration doc for app wiring configuration
    
    * adjusting wording
    
    * updating grammar
    
    * updating vuepress config
    
    * adding explicit comment regarding intended audience of cosmos sdk devs
    
    * adding explicit reference to app.go in transfer and ica examples
    
    * fixing indentation in vuepress config.js
    
    * fixing more indentation
    damiannolan authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    5467300 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump technote-space/get-diff-action from 6.0.1 to 6.1.0 (#…

    …1560)
    
    Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 6.0.1 to 6.1.0.
    - [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@v6.0.1...v6.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: technote-space/get-diff-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>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    6ff5300 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#1562)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.4.0...v1.5.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: Damian Nolan <damiannolan@gmail.com>
    dependabot[bot] and damiannolan authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    c9cd8f9 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.4 (#1561

    )
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.3 to 1.7.4.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.7.3...v1.7.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      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: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    9dc3492 View commit details
    Browse the repository at this point in the history
  7. docs: move ics20 docs from spec to top level docs (#1554)

    * move files from apps/transfer/spec to docs/apps/transfer
    
    * update transfer docs
    
    * docs: update content and rename transfer doc files
    
    * fix broken link
    
    * fix typo in link
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    a7d6090 View commit details
    Browse the repository at this point in the history
  8. fix typo in parameter name of NewDefaultMetadata (#1573)

    ## Description
    
    
    
    closes: #XXXX
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    crodriguezvega authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    d8130c3 View commit details
    Browse the repository at this point in the history
  9. adding team members to 02-client and light-clients code owners (#1563)

    * adding team members to 02-client and 07-tendermint code owners
    
    * review comment
    crodriguezvega authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    20ffa6f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 (#1575

    )
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.4 to 1.7.5.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.7.4...v1.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      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>
    dependabot[bot] authored Jun 26, 2022
    Configuration menu
    Copy the full SHA
    e7d5bda View commit details
    Browse the repository at this point in the history
  2. docs: document that version string can be empty as argument of Regist…

    …erInterchainAccount
    Carlos Rodriguez committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    33afe10 View commit details
    Browse the repository at this point in the history
  3. Revert "docs: document that version string can be empty as argument o…

    …f RegisterInterchainAccount"
    
    This reverts commit 33afe10.
    Carlos Rodriguez committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    b2cd6e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. docs: payee registration and fee distribution for relayer operators (#…

    …1577)
    
    * adding fee distribution docs for relayer operators
    
    * adding validation information and basic cli examples
    
    * removing unnecessary whitespace
    
    * updating definitions
    
    * Apply suggestions from code review
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    3 people authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    8be6a10 View commit details
    Browse the repository at this point in the history
  2. docs: msg types for fee middleware (#1572)

    * fix broken link
    
    * fix: rm AllowUpdateAfter... check (#1118)
    
    * update code & test
    
    * update proto and adr026
    
    * update CHANGELOG
    
    * update cli docs
    
    * update broken milestone link
    
    * updated docs
    
    * update re: comments
    
    * nits: adding inline comments
    
    Co-authored-by: Sean King <sean@seking.dev>
    charleenfei and seantking authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    1d94aad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b5db68 View commit details
    Browse the repository at this point in the history
  4. docs: adding events to fee middleware docs (#1578)

    * adding fee distribution docs for relayer operators
    
    * adding validation information and basic cli examples
    
    * removing unnecessary whitespace
    
    * updating definitions
    
    * adding ics29 fee middleware events docs
    
    * cleanup
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    damiannolan and seantking authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    36a3382 View commit details
    Browse the repository at this point in the history
  5. docs: adding End Users section to ics29 docs (#1579)

    * docs: adding End Users section to ics29 docs
    
    * Update docs/middleware/ics29-fee/end-users.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update docs/middleware/ics29-fee/end-users.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update docs/middleware/ics29-fee/end-users.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update docs/middleware/ics29-fee/end-users.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update docs/middleware/ics29-fee/end-users.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update docs/middleware/ics29-fee/end-users.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update docs/middleware/ics29-fee/end-users.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update docs/middleware/ics29-fee/end-users.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update docs/middleware/ics29-fee/end-users.md
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * chore: add link
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    83ca736 View commit details
    Browse the repository at this point in the history
  6. feat: emitting an event when handling a client upgrade proposal (#1570)

    * feat: emitting an event when handling a client upgrade proposal
    
    * refactor: only emit event if err is nil
    
    * refactor: idiotmatic go:
    seantking authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    8422d0c View commit details
    Browse the repository at this point in the history
  7. docs: nits (#1595)

    seantking authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    0479198 View commit details
    Browse the repository at this point in the history
  8. docs: document that version string can be empty as argument of Regist…

    …erInterchainAccount (#1582)
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    84792ba View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    41282c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b40dbc6 View commit details
    Browse the repository at this point in the history
  3. docs: adding line about module accounts / invariants (#1597)

    * docs: adding line about module accounts / invariants
    
    * Update docs/middleware/ics29-fee/fee-distribution.md
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * Update docs/middleware/ics29-fee/fee-distribution.md
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    seantking and damiannolan authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f283d12 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. follow up nits to #1565 (#1598)

    * delete test files and add error to transfer types
    
    * review comments
    crodriguezvega authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ecf3543 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#1616

    )
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.5 to 1.8.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.7.5...v1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      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>
    dependabot[bot] authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    d170a41 View commit details
    Browse the repository at this point in the history
  3. chore: bump go package version to v4 (#1564)

    * chore: bump go package version to v4
    
    * update go.mod
    
    * fix alignment
    
    * fix build
    
    * review comments
    
    * build fixes
    crodriguezvega authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    48a6ae5 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. deps: bumping go version 1.18 (#1627)

    * bumping go version 1.18
    
    * updating broken workflow setup
    damiannolan authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    7d971ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea64db7 View commit details
    Browse the repository at this point in the history
  3. delete unused 04-channel version functions (#1636)

    * delete unused code and associated tests
    
    * Update CHANGELOG.md
    crodriguezvega authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    6c4a442 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.5 to 0.45.6 (#…

    …1615)
    
    * build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.5 to 0.45.6
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.5 to 0.45.6.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@v0.45.5...v0.45.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update CHANGELOG.md
    
    * copying part of codeql workflow to try to make it pass
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    3 people authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    e049649 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    7d18182 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    527a11a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    6d1fa91 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Remove crossings hello (#1317)

    * remove crossing hellos from ChanOpenTry
    
    * remove crossing hellos testcase
    
    * revert single connectionHops check
    
    * add comment in MsgChannelOpenTry tx proto about deprecate field
    
    * Update proto/ibc/core/channel/v1/tx.proto
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * minor fixes && UPDATE CHANGELOG.md
    
    * Update proto/ibc/core/channel/v1/tx.proto
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update proto/ibc/core/channel/v1/tx.proto
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * apply remaining changes for crossing hello removal
    
    Deprecate previous channel id with proto tag
    Remove unnecessary test cases from 04-channel
    Remove crossing hello check in transfer application and the associated test case
    
    * remove previous channel check in WriteChannelOpenTry
    
    * regenerate proto files
    
    * update documentation
    
    * add migration documentation
    
    * remove unnecessary doc
    
    * remove crossing hello notion from ChanOpenAck
    
    * apply review suggestions
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
    Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
    6 people authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    7370a8b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. docs: update roadmap (#1678)

    * update roadmap
    
    * update roadmap
    
    * Update roadmap.md
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    c449d85 View commit details
    Browse the repository at this point in the history
  2. refactor: remove crossing hellos from 03-connection (#1672)

    * remove crossing hello check from ConnOpenTry and ConnOpenAck
    
    * remove unnecessary test cases and fix build
    
    * fix tests and add migration docs
    
    * fix connection version check in conn open ack
    
    * add changelog entry
    
    * Update modules/core/03-connection/keeper/handshake.go
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    
    * remove unnecessary testing function
    
    * improve migration documentation as per review suggestion
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    colin-axner and AdityaSripal authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    9aab42d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef4eaf9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. remove spurious TestABCICodeDeterminism tests (#1695)

    ## Description
    
    Thanks @colin-axner for noticing this.
    
    closes: #XXXX
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    crodriguezvega authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    1e6af48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da45cad View commit details
    Browse the repository at this point in the history
  3. fix codeowners for 02-client (#1696)

    ## Description
    
    Thanks again @colin-axner for signaling this!
    
    closes: #XXXX
    
    ---
    
    Before we can merge this PR, please make sure that all the following items have been
    checked off. If any of the checklist items are not applicable, please leave them but
    write a little note why.
    
    - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting))
    - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
    - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing)
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`)
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md`
    - [x] Re-reviewed `Files changed` in the Github PR explorer
    - [ ] Review `Codecov Report` in the comment section below once CI passes
    crodriguezvega authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    b9e35eb View commit details
    Browse the repository at this point in the history
  4. build(deps): bump google.golang.org/grpc from 1.47.0 to 1.48.0 (#1699)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.47.0 to 1.48.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.47.0...v1.48.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      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>
    dependabot[bot] authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    e8dd1a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. docs: update middleware documentation (#1639)

    * docs: update middleware documentation
    
    * remove old text and add func keyword
    
    * alignment
    
    * fix alignment
    
    * Update develop.md
    
    * review comments
    
    * remove empty line
    
    * docs: add links in middleware docs to fee middleware implementation (#1641)
    
    * docs: add links in middleware docs to fee middleware implementation
    
    * add extra line for better readability
    
    * fix typos
    crodriguezvega authored Jul 14, 2022
    Configuration menu
    Copy the full SHA
    419c3c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0b1810 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81d10d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    0fd5656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c96fe92 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. fix typo

    crodriguezvega authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    95cd1c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74ed532 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. add categories

    crodriguezvega authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    c7be122 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    193e414 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9776639 View commit details
    Browse the repository at this point in the history
  4. Remove leftover crossing hello tests in connection handshake (#1724)

    * remove leftover crossing hello tests in connection handshake
    
    * fix bug in tests
    AdityaSripal authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    c809ce3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b61a5b View commit details
    Browse the repository at this point in the history
  6. Thomas/1584 update docs apps (#1675)

    * restructure content according to outline, fix image and syntax highlighting, fix titles and prepare for content updates
    
    * rewrite bind port section
    
    * restructure applications doc into folder structure
    
    * add keeper section, make some minor corrections in bind ports, custom packet and implmenent IBC module sections
    
    * update ibcmodule interface to encorporate the simpliefied handshake callbacks and version negotiation
    
    * fix broken links
    
    * fix remaining broken link
    
    * fix some nits, correct for removal of crossing hellos and add some more explanation on portIDs
    
    * update middleware docs to resolve merge confilicts
    tmsdkeys authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    d1649c0 View commit details
    Browse the repository at this point in the history
  7. update fee mw docs, add formating, fix typos, increase readability (#…

    …1665)
    
    * update fee mw docs, add formating, fix typos, increase readability
    
    * fix broken link
    
    * Apply suggestions from code review
    
    (De)capitalize headings and references to headings for consistency
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * resolving merge conflict
    
    * split the CLI commands and small typo correction
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    tmsdkeys and crodriguezvega authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    aaccbd1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    bdd797e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8987888 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc74109 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    5f5a287 View commit details
    Browse the repository at this point in the history
  2. chore: denom traces migration handler (#1680)

    * update code & test
    
    * register migrator service
    charleenfei authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    be5ccf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    049d336 View commit details
    Browse the repository at this point in the history
  4. add issue templates for epics and releases (#1702)

    * add issue templates for epics and releases
    
    * remove text
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    0caf625 View commit details
    Browse the repository at this point in the history
  5. fix typo

    crodriguezvega authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    c1a727e View commit details
    Browse the repository at this point in the history
  6. fix typo

    crodriguezvega authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    3af515d View commit details
    Browse the repository at this point in the history
  7. feat: allow governance to update the TrustingPeriod of the 07-tenderm…

    …int light client (#1713)
    
    * initial commit
    
    * format imports
    
    * update docs
    
    * update CHANGELOG
    
    * update upgrade dev docs
    
    * update re: pr comments
    charleenfei authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    c12789d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7dc9fed View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    ebc7638 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. build(deps): bump docker/build-push-action from 3.0.0 to 3.1.0 (#1743)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@e551b19...1cb9d22)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-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>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    dependabot[bot] and crodriguezvega authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    141b223 View commit details
    Browse the repository at this point in the history
  2. chore: Update makefile (#1770)

    * remove unused tools, remove incorrect import formatting
    
    * uncomment command in makefile
    colin-axner authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    492e14d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Configuration menu
    Copy the full SHA
    32531e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb19126 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef7a5c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85893ee View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    214e4a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    547da7b View commit details
    Browse the repository at this point in the history
  3. Update Makefile (#1785)

    * Update Makefile
    
    * Update CHANGELOG.md
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    faddat and colin-axner authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    8493d3c View commit details
    Browse the repository at this point in the history
  4. fix: change non nil relayer check to non empty (#1774)

    * change non nil relayer check to non empty
    
    Change relayers != nil to len(relayers) != 0
    Rename ErrRelayersNotNil to ErrRelayersNotEmpty
    Add test cases
    
    * add changelog entry
    colin-axner authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    126ab2d View commit details
    Browse the repository at this point in the history
  5. chore: v4->v5 only (#1782)

    * v4->v5 only
    
    * make e2e folder exactly match main
    
    * new protos
    
    * update protos
    
    * update proto file
    
    Co-authored-by: vuong <nguyenvuong1122000@gmail.com>
    faddat and vuong177 authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    af4e651 View commit details
    Browse the repository at this point in the history
  6. gofumpt to reduce total number of changes versus v5 (#1734)

    * build(deps): bump actions/setup-go from 2.1.5 to 2.2.0
    
    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.5 to 2.2.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v2.1.5...v2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * gofumpt to reduce total number of changes versus v5
    
    * change IncentivizeAcknowledgement to declaration
    
    * ibc_middleware fix
    
    * Delete .gitpod.yml
    
    sorry about this!
    
    * gofumpt -w -l .
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    faddat and dependabot[bot] authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    48c456d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79cd69f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. 🧹 Linting (#1418)

    * update linters so we don't have deprecated linters, and fix linter errors.
    
    * Update CHANGELOG.md
    
    * longer timeout
    
    * Update golangci.yml
    
    * fumpt
    
    * NewPacketId -> NewPacketID in keys_test.go
    
    * update changelog per feedback
    
    * Update modules/apps/29-fee/ibc_middleware.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * Update modules/core/ante/ante.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * Revert "Update modules/apps/29-fee/ibc_middleware.go"
    
    This reverts commit 882e9f1.
    
    * add godoc linter
    
    * add golint (deprecated) to check for godocs
    
    * alphebetize and add errcheck
    
    * fumpt
    
    * Added gofumpt linter
    
    * some error checks and one docs fix
    
    * RedundancyDecorator
    
    * added errors, resolved an issue with RedundancyDecorator
    
    * resolve unnecessary line blank
    
    * moved comment text inside else if
    
    * update store
    
    * Update CHANGELOG.md
    
    * newpacketID in ica test
    
    * gofumpt
    
    * assignOp: replace  with
    
    * merge main
    
    * lint keeper_test.go
    
    * fix error checking in client keeper
    
    * "works on my pc" ;).
    
    * use go1.18 for golangci-lint
    
    * fumpt
    
    * Update modules/core/ante/ante.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * Update testing/mock/ibc_app.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * Update modules/light-clients/07-tendermint/types/update.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * goimports
    
    * fumpt
    
    * Update modules/core/02-client/abci.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * goimports
    
    * Update golangci.yml
    
    * fix newCosmosRelayer
    
    * try to fix abci codeql flagging
    
    * make ci same as main
    
    * make format
    
    * make format
    
    * fmt and proto-gen
    
    * update linter settings
    
    * omit unnecessary type declaration ibctmtypes.Fraction
    
    * adjust golangci-lint timeout
    
    * use blank for SetUpgradedConsensusState
    
    * remove sdk_test.go
    
    * Update modules/apps/29-fee/ibc_middleware.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * use declaration
    
    * Update CHANGELOG.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * remove unneded space
    
    * update changelog
    
    * gofumpt
    
    * fix spelling and trace.go
    
    * we win
    
    * Update mock.go
    
    * fumpt
    
    * fumpt
    
    * gofumpt -w -l -modpath github.com/cosmos/ibc-go/v4
    
    * write files
    
    * imports?
    
    * correct formatting of imports
    
    * gofumpt
    
    * fix metrics issue
    
    * add note about blank import of statik
    
    * added note for blank import so we don't need nolint
    
    * e2e imports
    
    * give e2e a full module path
    
    * use goimports
    
    * goimports
    
    * Delete .gitpod.yml
    
    * update module paths
    
    * linting
    
    * update proto
    
    * *.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: vuong <nguyenvuong1122000@gmail.com>
    5 people authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    031f6a3 View commit details
    Browse the repository at this point in the history
  2. fix: add cosmos_proto.implements_interface (#1740)

    * fix: add cosmos_proto.implements_interface
    
    * changelog
    
    * Update CHANGELOG.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * run `make proto-all`
    
    * run `go mod tidy`
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    3 people authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    40d0ff7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    045ab6f View commit details
    Browse the repository at this point in the history
  4. chore: remove refs to AllowUpdateToExpired/Frozen client booleans (#1768

    )
    
    * initial removal
    
    * update CHANGELOG
    
    * update re: comments
    charleenfei authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    029e428 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88e4388 View commit details
    Browse the repository at this point in the history
  6. fix: assert previous channel identifer is empty in Msg ValidateBasic (#…

    …1792)
    
    * remove previous channel id from NewMsgChanOpenTry, assert previous channel id to be empty
    
    * add changelog entry
    
    * move changelog entry to correct location
    
    * add migration docs
    
    * Update docs/migrations/v3-to-v4.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    colin-axner and crodriguezvega authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    4a781e5 View commit details
    Browse the repository at this point in the history
  7. chore: rename decorator to RedundancyRelayDecorator (#1820)

    * chore: rename decorator to RedundancyRelayDecorator
    
    * add changelog
    
    * renaming
    
    * rename receiver
    crodriguezvega authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    faea729 View commit details
    Browse the repository at this point in the history
  8. fix: assert previous connection id to be empty (#1797)

    * remove previous connection id from NewMsgConnectionOpenTry, assert previous connection id to be empty
    
    * add changelog entry
    
    * update test
    
    * add migration docs
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    colin-axner and crodriguezvega authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    0be6c42 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.28.1 (#…

    …1825)
    
    Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.28.0 to 1.28.1.
    - [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
    - [Commits](protocolbuffers/protobuf-go@v1.28.0...v1.28.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      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: Carlos Rodriguez <carlos@interchain.io>
    dependabot[bot] and crodriguezvega authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    6b4aa9a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. ibc-go v5: cosmos-sdk 46 (#1653)

    * begin changes needed for "real 46"
    
    * 46 updates
    
    * 46 updates
    
    * Delete .gitpod.yml
    
    * 46 updates
    
    * 46 updates
    
    * Update genesis_test.go
    
    * update tests
    
    * bring back the client client
    
    * fumpt
    
    * genesis with val set
    
    * fix TestRandomizedGenState
    
    * use cosmos-sdk v0.46.0-rc2
    
    * Revert "Merge branch 'main' into real-46-branch"
    
    This reverts commit 4b579fa, reversing
    changes made to 8e4f87e.
    
    * goimports
    
    * fumpt
    
    * Update testing/simapp/app.go
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Update testing/simapp/simd/cmd/genaccounts.go
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * make format
    
    * tidy
    
    * change import path
    
    * remove gitpod artifact
    
    * sdk.Int -> math.Int
    
    * group sdk and tendermint imports
    
    * Organize Governance Proposal Handlers
    
    * Remove Extra line in msgs_test.go
    
    * use test.yml from main branch
    
    * fix fee module ibc middleware
    
    * remove sdk_test.go and use Carlos' branch's antehandler
    
    * various fixes
    
    * fix assignment to addr
    
    * revert change in misbehaviour_handle.go
    
    * e2e go.mod
    
    * e2e v4 module path
    
    * fix import paths
    
    * goimports and gofumpt
    
    * 46 final release
    
    * fix makefile
    
    * update proto file to v5
    
    * temp gitpod for protos
    
    * work on protos
    
    * tidy
    
    * Delete .gitpod.yml
    
    * finish merge
    
    * apply review suggestions, fix imports
    
    Fix import formatting
    Change e2e import path
    Remove usage of time.Now()
    
    * remove incorrect e2e import path
    
    * fix incorrect import moving
    
    * refactor acknowledgement construction for SDK 0.46
    
    * 46 upgrade
    
    * fix ics27 changes, import fixes
    
    * re add ibcclient proposal route
    
    * fix for make proto-all
    
    * now both commands work, together!
    
    * tidy
    
    * update swagger docs
    
    * appease codeql
    
    * update CONFIO_URL
    
    Co-authored-by: vuong <nguyenvuong1122000@gmail.com>
    Co-authored-by: nghuyenthevinh2000 <nghuyenthevinh@gmail.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    Co-authored-by: khanh <50263489+catShaark@users.noreply.github.com>
    Co-authored-by: catShaark <gundamaster5@gmail.com>
    8 people authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    0410963 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42bc9ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    624c5f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. build(deps): bump cosmossdk.io/math from 1.0.0-beta.2 to 1.0.0-beta.3 (

    …#1842)
    
    Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.0.0-beta.2 to 1.0.0-beta.3.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@math/v1.0.0-beta.2...math/v1.0.0-beta.3)
    
    ---
    updated-dependencies:
    - dependency-name: cosmossdk.io/math
      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: Carlos Rodriguez <carlos@interchain.io>
    dependabot[bot] and crodriguezvega authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    8d14cba View commit details
    Browse the repository at this point in the history
  2. Update RELEASES.md

    crodriguezvega authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    4f817bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5969304 View commit details
    Browse the repository at this point in the history
  4. bump version from 3 to 5

    colin-axner committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    7237c43 View commit details
    Browse the repository at this point in the history
  5. merge main

    colin-axner committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    6cdcc63 View commit details
    Browse the repository at this point in the history
  6. fix merge conflicts

    colin-axner committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    0d8f408 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. fix build

    colin-axner committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    a7d23fd View commit details
    Browse the repository at this point in the history
  2. go imports

    colin-axner committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    f861e0e View commit details
    Browse the repository at this point in the history
  3. make format

    colin-axner committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    607458a View commit details
    Browse the repository at this point in the history
  4. fix linter

    colin-axner committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    e9a7fac View commit details
    Browse the repository at this point in the history
  5. apply review suggestions

    colin-axner committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    18eee1a View commit details
    Browse the repository at this point in the history