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 up to v4.3.1 #1

Draft
wants to merge 88 commits into
base: fnsa-diff
Choose a base branch
from
Draft

Bump up to v4.3.1 #1

wants to merge 88 commits into from

Commits on Jul 27, 2023

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

    * bumping go version 1.18
    
    * updating broken workflow setup
    
    (cherry picked from commit 7d971ec)
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1692da6 View commit details
    Browse the repository at this point in the history
  2. delete unused 04-channel version functions (cosmos#1636) (cosmos#1638)

    * delete unused code and associated tests
    
    * Update CHANGELOG.md
    
    (cherry picked from commit 6c4a442)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    306955e View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.5 to 0.45.6 …

    …(backport cosmos#1615) (cosmos#1640)
    
    * build(deps): bump github.com/cosmos/cosmos-sdk from 0.45.5 to 0.45.6 (cosmos#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>
    (cherry picked from commit e049649)
    
    * fix conflict
    
    * Update CHANGELOG.md
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3a40523 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    crodriguezvega authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    64fff85 View commit details
    Browse the repository at this point in the history
  5. Remove crossings hello (cosmos#1317) (cosmos#1692)

    * 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>
    (cherry picked from commit 7370a8b)
    
    Co-authored-by: vuong <56973102+vuong177@users.noreply.github.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ba85284 View commit details
    Browse the repository at this point in the history
  6. remove spurious TestABCICodeDeterminism tests (cosmos#1695) (cosmos…

    …#1697)
    
    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
    
    (cherry picked from commit 1e6af48)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6de4469 View commit details
    Browse the repository at this point in the history
  7. refactor: remove crossing hellos from 03-connection (backport cosmos#…

    …1672) (cosmos#1691)
    
    * refactor: remove crossing hellos from 03-connection (cosmos#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>
    (cherry picked from commit 9aab42d)
    
    * fix merge conflicts
    
    * remove missed merge conflicts
    
    * Update docs/migrations/v3-to-v4.md
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e9eaecc View commit details
    Browse the repository at this point in the history
  8. docs: update middleware documentation (cosmos#1639) (cosmos#1700)

    * 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 (cosmos#1641)
    
    * docs: add links in middleware docs to fee middleware implementation
    
    * add extra line for better readability
    
    * fix typos
    
    (cherry picked from commit 419c3c4)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4c77e8a View commit details
    Browse the repository at this point in the history
  9. put back module name in event (cosmos#1681) (cosmos#1712)

    (cherry picked from commit c96fe92)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6d2bf1e View commit details
    Browse the repository at this point in the history
  10. Remove leftover crossing hello tests in connection handshake (cosmos#…

    …1724) (cosmos#1729)
    
    * remove leftover crossing hello tests in connection handshake
    
    * fix bug in tests
    
    (cherry picked from commit c809ce3)
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6853ba8 View commit details
    Browse the repository at this point in the history
  11. Thomas/1584 update docs apps (cosmos#1675) (cosmos#1731)

    * 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
    
    (cherry picked from commit d1649c0)
    
    Co-authored-by: tmsdkeys <98807841+tmsdkeys@users.noreply.github.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    34f6155 View commit details
    Browse the repository at this point in the history
  12. update fee mw docs, add formating, fix typos, increase readability (c…

    …osmos#1665) (cosmos#1750)
    
    * 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>
    (cherry picked from commit aaccbd1)
    
    Co-authored-by: tmsdkeys <98807841+tmsdkeys@users.noreply.github.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3a63ec0 View commit details
    Browse the repository at this point in the history
  13. chore: denom traces migration handler (backport cosmos#1680) (cosmos#…

    …1755)
    
    * chore: denom traces migration handler (cosmos#1680)
    
    * update code & test
    
    * register migrator service
    
    (cherry picked from commit be5ccf3)
    
    * add changelog entry for cosmos#1680
    mergify[bot] authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1c8aeae View commit details
    Browse the repository at this point in the history
  14. feat: allow governance to update the TrustingPeriod of the 07-tenderm…

    …int light client (cosmos#1713) (cosmos#1762)
    
    * initial commit
    
    * format imports
    
    * update docs
    
    * update CHANGELOG
    
    * update upgrade dev docs
    
    * update re: pr comments
    
    (cherry picked from commit c12789d)
    
    Co-authored-by: Charly <charly@interchain.berlin>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    27bf395 View commit details
    Browse the repository at this point in the history
  15. move entry to right place

    crodriguezvega authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d10253e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1a2fef4 View commit details
    Browse the repository at this point in the history
  17. fix: change non nil relayer check to non empty (backport cosmos#1774) (

    …cosmos#1790)
    
    * fix: change non nil relayer check to non empty (cosmos#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
    
    (cherry picked from commit 126ab2d)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix changelog conflicts
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3fa0cc2 View commit details
    Browse the repository at this point in the history
  18. fix broken link (cosmos#1776) (cosmos#1809)

    (cherry picked from commit ef7a5c7)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e4bbb9f View commit details
    Browse the repository at this point in the history
  19. fix: assert previous channel identifer is empty in Msg ValidateBasic …

    …(backport cosmos#1792) (cosmos#1827)
    
    * fix: assert previous channel identifer is empty in Msg ValidateBasic (cosmos#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>
    (cherry picked from commit 4a781e5)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix conflicts
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bade24a View commit details
    Browse the repository at this point in the history
  20. fix: add cosmos_proto.implements_interface (backport cosmos#1740) (co…

    …smos#1818)
    
    * fix: add cosmos_proto.implements_interface (cosmos#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>
    (cherry picked from commit 40d0ff7)
    
    # Conflicts:
    #	modules/core/02-client/types/client.pb.go
    
    * fix conflicts
    
    Co-authored-by: Dan Lynch <pyramation@gmail.com>
    Co-authored-by: crodriguezvega <carlos@interchain.io>
    3 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6fdff49 View commit details
    Browse the repository at this point in the history
  21. fix: assert previous connection id to be empty (backport cosmos#1797) (

    …cosmos#1828)
    
    * fix: assert previous connection id to be empty (cosmos#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>
    (cherry picked from commit 0be6c42)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix conflicts
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2743786 View commit details
    Browse the repository at this point in the history
  22. fix: ics27 check packet data length explicitly over nil check (cosmos…

    …#1882) (cosmos#1898)
    
    * using len check in favour of nil check for interchain account packet data
    
    * adding changelog
    
    * updating changelog
    
    (cherry picked from commit 73fdde9)
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9d693ca View commit details
    Browse the repository at this point in the history
  23. Upgrade cosmos-sdk to v0.45.7 (cosmos#1905)

    * Upgrade cosmos-sdk to v0.45.7
    
    * Add changelog entry
    devashishdxt authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1f01721 View commit details
    Browse the repository at this point in the history
  24. fix: prevent blocked addresses from sending ICS 20 transfers (backport

    …cosmos#1907) (cosmos#1946)
    
    * fix: prevent blocked addresses from sending ICS 20 transfers (cosmos#1907)
    
    * fix bug, add test
    
    Ensures that a sender account isn't a blocked address
    Added test cases for MsgTransfer handling
    
    * update documentation
    
    * move blocked address check to SendTransfer
    
    * add changelog entry
    
    (cherry picked from commit f891c29)
    
    * fix conflicts
    mergify[bot] authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    688a228 View commit details
    Browse the repository at this point in the history
  25. add mock module acc balance and refactor test case (backport cosmos#1942

    ) (cosmos#1952)
    
    * add mock module acc balance and refactor test case (cosmos#1942)
    
    * add mock module acc balance and refactor test case
    
    * add changelog entry
    
    (cherry picked from commit f0f7ce4)
    
    * fix conflict
    
    * fix conflict
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f75643c View commit details
    Browse the repository at this point in the history
  26. fix: adding check for blocked addresses before escrowing fees (backport

    cosmos#1890) (cosmos#1950)
    
    * fix: adding check for blocked addresses before escrowing fees (cosmos#1890)
    
    * fix: adding check for blocked addresses before escrowing fees
    
    * refactor: move check below isLocked check
    
    * refactor: use sdk error instead of fee error
    
    * feat: adding check to RegisterPayee
    
    * chore: format import
    
    * refactor: remove dist module from unblocked addr
    
    (cherry picked from commit 7694903)
    
    # Conflicts:
    #	modules/apps/29-fee/keeper/msg_server_test.go
    
    * fix conflicts
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    3 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    71b33c3 View commit details
    Browse the repository at this point in the history
  27. Update CHANGELOG.md

    crodriguezvega authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c14169a View commit details
    Browse the repository at this point in the history
  28. fix: "acknowledgement written" logs unsupported type (backport cosmos…

    …#1919) (cosmos#1961)
    
    * fix: "acknowledgement written" logs unsupported type (cosmos#1919)
    
    * fix: "acknowledgement written" logs unsupported type
    
    * Updating CHANGELOG.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    (cherry picked from commit 897e7eb)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix conflict
    
    Co-authored-by: Joe Abbey <joe.abbey@gmail.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    df823a0 View commit details
    Browse the repository at this point in the history
  29. Update CHANGELOG.md

    crodriguezvega authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7de8857 View commit details
    Browse the repository at this point in the history
  30. Update CHANGELOG.md

    crodriguezvega authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    fd6f99a View commit details
    Browse the repository at this point in the history
  31. Update CHANGELOG.md

    crodriguezvega authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d1fbd3f View commit details
    Browse the repository at this point in the history
  32. Update CHANGELOG.md

    crodriguezvega authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    45101db View commit details
    Browse the repository at this point in the history
  33. chore: update fee middleware docs to be more explicit about reasoning…

    … for removing invariant checks (cosmos#1705) (cosmos#1994)
    
    * fix broken link
    
    * fix: rm AllowUpdateAfter... check (cosmos#1118)
    
    * update code & test
    
    * update proto and adr026
    
    * update CHANGELOG
    
    * update cli docs
    
    * update broken milestone link
    
    * updated fee middleware docs wrt invariants
    
    * second review
    
    * update docs to remove language about removing invariants
    
    * update docs/middleware/ics29-fee/fee-distribution.md
    
    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>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    (cherry picked from commit 7f3d71b)
    
    Co-authored-by: Charly <charly@interchain.berlin>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    de40475 View commit details
    Browse the repository at this point in the history
  34. Update CHANGELOG.md

    crodriguezvega authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8b9d129 View commit details
    Browse the repository at this point in the history
  35. fix broken link (cosmos#2059) (cosmos#2097)

    (cherry picked from commit 7d26a87)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3bf5261 View commit details
    Browse the repository at this point in the history
  36. chore: fix broken link to bank module spec (cosmos#2201) (cosmos#2209)

    ## 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
    
    (cherry picked from commit 1a0918d)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6297c17 View commit details
    Browse the repository at this point in the history
  37. feat: adding interchain account address query to controller submodule…

    … (backport cosmos#2193) (cosmos#2292)
    
    * feat: adding interchain account address query to controller submodule (cosmos#2193)
    
    * adding interchain account address query to ica controller
    
    * adding basic cli query
    
    * satisfy linter, aligning recvr var naming
    
    * Apply suggestions from code review
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * reordering cli args
    
    * regenerate protobufs and swagger docs post review suggestions
    
    * adding changelog
    
    * Update modules/apps/27-interchain-accounts/controller/client/cli/query.go
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    (cherry picked from commit e569045)
    
    * resolving conflicts
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    040ac8e View commit details
    Browse the repository at this point in the history
  38. release/v4.1.x - Bump SDK to v0.45.8 and Tendermint to v0.34.21 (co…

    …smos#2288)
    
    * deps: bump SDK to v0.45.8 and Tendermint v0.34.21
    
    * changelog entry
    crodriguezvega authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d6c33a8 View commit details
    Browse the repository at this point in the history
  39. Merge pull request from GHSA-832c-mq9v-367r

    * fix: use block app hash and tx list to generate interchain account address
    
    Generate interchain account addresses using host connection ID, controller PortID, block app hash, and block data hash
    Update tests to handle non-determinstic address creation
    Add test case to ensure address generation is block dependent
    
    * fix: return error on existing non-interchainaccounts for generated address
    
    If an account exists and is not an interchain account return an error
    Add test cases for existing accounts, both interchain and non interchain account
    Refactor account tests to be table tests
    
    * fix: refactor handshake code to account for block dependent address generation
    
    * add more test cases, update error messaging
    
    * self review fix
    
    * increase test readability
    
    * fix API breaking changes
    
    * self nit
    
    * chore: fix calls to GenerateAddress to use new API
    
    * fix test
    
    * add test cases for controller side channel reopening
    
    * update godoc deprecation notice
    colin-axner authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    17f5c64 View commit details
    Browse the repository at this point in the history
  40. fix: add nil checks for controller and host keeper services (backport c…

    …osmos#2308) (cosmos#2315)
    
    * fix: add nil checks for controller and host keeper services (cosmos#2308)
    
    ## 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
    
    (cherry picked from commit 888c4a0)
    
    # Conflicts:
    #	CHANGELOG.md
    #	modules/apps/27-interchain-accounts/controller/keeper/migrations.go
    #	modules/apps/27-interchain-accounts/module.go
    
    * fix merge conflicts
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c17d1b9 View commit details
    Browse the repository at this point in the history
  41. update changelog for v4.1.0 release

    crodriguezvega authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2d105b3 View commit details
    Browse the repository at this point in the history
  42. Update CHANGELOG.md

    crodriguezvega authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cc6507a View commit details
    Browse the repository at this point in the history
  43. fix broken link/update link (cosmos#2338) (cosmos#2348)

    (cherry picked from commit d908b1b)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    53ea043 View commit details
    Browse the repository at this point in the history
  44. Fix ICAControllerKeeper (cosmos#2303) (cosmos#2334)

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    (cherry picked from commit 280db0c)
    
    Co-authored-by: Raul Bernal <bernal.raul@gmail.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7d3ae33 View commit details
    Browse the repository at this point in the history
  45. Adding paramsKeeper.Subspace(icahosttypes.SubModuleName) (cosmos#2220

    …) (cosmos#2326)
    
    * Adding `paramsKeeper.Subspace(icahosttypes.SubModuleName)`
    
    Adding `paramsKeeper.Subspace(icahosttypes.SubModuleName)` at `initParamsKeeper` func
    
    * fix spaces
    
    * adding missing paramsKeeper
    
    paramsKeeper.Subspace(icacontrollertypes.SubModuleName)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    (cherry picked from commit 7b26bda)
    
    Co-authored-by: Raul Bernal <bernal.raul@gmail.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d34c331 View commit details
    Browse the repository at this point in the history
  46. docs: updating v3->v4 migration docs with fee middleware (cosmos#2127) (

    cosmos#2389)
    
    * updating v3->v4 migration docs with fee middleware
    
    * fix: docs
    
    * self requests
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    (cherry picked from commit 77c10be)
    
    Co-authored-by: Sean King <seantking@users.noreply.github.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4e5fc15 View commit details
    Browse the repository at this point in the history
  47. docs: add ics29 integration for sdk module (cosmos#2394) (cosmos#2407)

    ## Description
    
    closes: cosmos#2354
    
    ---
    
    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
    
    (cherry picked from commit e470057)
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d7ae24b View commit details
    Browse the repository at this point in the history
  48. fix: partial revert of cosmos#1942 (cosmos#2148) (cosmos#2474)

    ## Description
    
    See cosmos/interchain-accounts-demo#129
    
    Adding mock module account in chain setup was assuming that the `NewTestChain` func was using a SimApp() which custom apps do not. Proper way to fund mock module at chain startup for us would be via modifying the default genesis (though we would need to modify the existing SetupChainWithGenesis to not assume the default auth/bank genesis is empty.
    
    I decided to take the easier route of just fixing the one test case using the mock module balance
    
    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
    
    (cherry picked from commit 2d3e55d)
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    85ddf57 View commit details
    Browse the repository at this point in the history
  49. MsgTransferResponse add sequence (backport cosmos#2377) (cosmos#2466)

    * MsgTransferResponse add sequence (cosmos#2377)
    
    ## Description
    
    Returns sequence from `sendTransfer`, and returns it with the `MsgTransferResponse`. This is not an API breaking change.
    
    Retrieving the sequence at the time of creating the transfer is necessary in the packet forward middleware for correlation with multihop packet flows.
    
    strangelove-ventures/packet-forward-middleware#33
    strangelove-ventures/interchaintest#306
    
    Closes cosmos#1969
    
    ---
    
    - [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)
    Existing test coverage exercises this new method due to the re-routing of `SendTransfer` through `SendPacketTransfer`
    - [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
    
    (cherry picked from commit 3363917)
    
    # Conflicts:
    #	modules/apps/transfer/keeper/msg_server.go
    #	modules/apps/transfer/keeper/relay.go
    #	modules/apps/transfer/types/tx.pb.go
    
    * fix conflicts
    
    Co-authored-by: Andrew Gouin <andrew@gouin.io>
    Co-authored-by: crodriguezvega <carlos@interchain.io>
    3 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e6a06a3 View commit details
    Browse the repository at this point in the history
  50. fixing dead link to sdk v0.44 (cosmos#2488) (cosmos#2495)

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    (cherry picked from commit a1843f8)
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    01c4248 View commit details
    Browse the repository at this point in the history
  51. fix broken links (cosmos#2511) (cosmos#2523)

    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    (cherry picked from commit 4c45212)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7ca93a6 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    4b49534 View commit details
    Browse the repository at this point in the history
  53. Added optional packet metadata to the packet and message types (backp…

    …ort cosmos#2305) (cosmos#2506)
    
    * Added optional packet metadata to the packet and message types (cosmos#2305)
    
    * added optional packet metadata to the packet and message types
    
    * added docs
    
    * breaking the api (backports should add a utility function for this)
    
    * adding nil metadata on all the calls
    
    * added metadata to the cli
    
    * added events
    
    * breaking api for FungibleTokenPacketData
    
    * hex encoding metadata
    
    * added abstraction
    
    * fixed bad merge
    
    * added tests with metadata
    
    * added missing metadata to packet for recv
    
    * cleaning up metadata on every test
    
    * reset metadata
    
    * added metadata flag
    
    * lint
    
    * Update modules/apps/transfer/client/cli/tx.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * fixed bad call in tests
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    (cherry picked from commit 82397d6)
    
    # Conflicts:
    #	go.mod
    #	go.sum
    #	modules/apps/29-fee/transfer_test.go
    #	modules/apps/transfer/keeper/mbt_relay_test.go
    #	modules/apps/transfer/keeper/relay_test.go
    #	modules/apps/transfer/types/packet.pb.go
    #	modules/apps/transfer/types/tx.pb.go
    #	proto/ibc/applications/interchain_accounts/controller/v1/tx.proto
    
    * fix conflicts
    
    * revert unnecessary change
    
    * revert unnecessary change
    
    * removing api breaking changes
    
    * spacing
    
    Co-authored-by: Nicolas Lara <nicolaslara@gmail.com>
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    4 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8307996 View commit details
    Browse the repository at this point in the history
  54. add entry for cosmos#2305

    crodriguezvega authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    202b967 View commit details
    Browse the repository at this point in the history
  55. refactor: adapting transfer metadata bytes field to memo string (back…

    …port cosmos#2595) (cosmos#2598)
    
    * refactor: adapting transfer metadata bytes field to memo string (cosmos#2595)
    
    * adapting transfer metadata bytes field to memo string
    
    * updating changelog
    
    (cherry picked from commit 05685b3)
    
    # Conflicts:
    #	CHANGELOG.md
    #	go.mod
    #	go.sum
    #	modules/apps/29-fee/transfer_test.go
    #	modules/apps/transfer/client/cli/tx.go
    #	modules/apps/transfer/keeper/mbt_relay_test.go
    #	modules/apps/transfer/keeper/msg_server_test.go
    #	modules/apps/transfer/keeper/relay.go
    #	modules/apps/transfer/keeper/relay_test.go
    #	modules/apps/transfer/transfer_test.go
    #	modules/apps/transfer/types/msgs.go
    #	modules/apps/transfer/types/msgs_test.go
    #	modules/apps/transfer/types/packet.go
    #	modules/apps/transfer/types/packet.pb.go
    #	modules/apps/transfer/types/packet_test.go
    #	modules/apps/transfer/types/tx.pb.go
    
    * resolving conflicts
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    bb0c88f View commit details
    Browse the repository at this point in the history
  56. docs: updating docs for memo field in ics20 transfer (cosmos#2602) (c…

    …osmos#2604)
    
    (cherry picked from commit 8f31ffc)
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    32d81d9 View commit details
    Browse the repository at this point in the history
  57. use controller module address instead of module name for NewMsgChanne…

    …lOpenInit (backport cosmos#2568) (cosmos#2611)
    
    * use controller module address instead of module name for NewMsgChannelOpenInit (cosmos#2568)
    
    In controller keeper's `registerInterchainAccount` we execute a `MsgChannelOpenInit` to set up an ica channel. Currently, we have [`icatypes.ModuleName`](https://github.com/cosmos/ibc-go/blob/95cec44c9fb10a2e84a327cdd98c7d588f091f42/modules/apps/27-interchain-accounts/controller/keeper/account.go#L63) as the msg signer. This is not good because the [`ValidateBasic()`](https://github.com/cosmos/ibc-go/blob/692790402a033c1d9647c1e1eded5351332283bf/modules/core/04-channel/types/msgs.go#L34) of `MsgChannelOpenInit` has check if msg signer is bech32 or not.
    
    ref cosmos#2566
    
    closes: cosmos#2559
    
    ---
    
    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/main/docs/docs/building-modules/10-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
    
    (cherry picked from commit 6105db4)
    
    * resolving conflicts
    
    Co-authored-by: khanh-notional <50263489+catShaark@users.noreply.github.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ae5ccaa View commit details
    Browse the repository at this point in the history
  58. remove port prefix requirement (backport cosmos#2590) (cosmos#2633)

    * remove port prefix requirement (cosmos#2590)
    
    * remove port prefix requirement
    
    * chore: remove depcrated test and fix lint
    
    * add changelog entry
    
    * Update CHANGELOG.md
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    (cherry picked from commit 5f9966b)
    
    # Conflicts:
    #	modules/apps/27-interchain-accounts/host/keeper/handshake.go
    
    * fix conflict
    
    Co-authored-by: LaurensKubat <32776056+LaurensKubat@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    237c949 View commit details
    Browse the repository at this point in the history
  59. fix: skip emission of unpopulated memo field in ics20 (backport cosmo…

    …s#2651) (cosmos#2654)
    
    * fix: skip emission of unpopulated memo field in ics20 (cosmos#2651)
    
    By setting `EmitDefaults` to false, we will not include an empty memo field in the marshaled json bytes
    
    closes: cosmos#2645
    
    ---
    
    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/main/docs/docs/building-modules/10-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
    
    (cherry picked from commit 393247b)
    
    * Update modules/apps/transfer/types/codec_test.go
    
    * fix: merge conflict build
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    713c5b7 View commit details
    Browse the repository at this point in the history
  60. release v4.2.x: bump SDK version to v0.45.10 (cosmos#2588)

    * use authtypes.NewModuleAddress
    
    * apply version updates
    
    * review comments
    
    * add retract directive
    
    Co-authored-by: catShaark <gundamaster5@gmail.com>
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    Co-authored-by: khanh-notional <50263489+catShaark@users.noreply.github.com>
    4 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e05dbbe View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    92f1839 View commit details
    Browse the repository at this point in the history
  62. add check send enabled (backport cosmos#2679) (cosmos#2689)

    * add check send enabled (cosmos#2679)
    
    * add check send enabled
    
    * changelog
    
    (cherry picked from commit b1f494c)
    
    * fix conflicts
    
    * fix return value
    
    * fix build
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    3 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    08a6f66 View commit details
    Browse the repository at this point in the history
  63. prepare changelog for v4.2.0 release

    crodriguezvega authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5589d7b View commit details
    Browse the repository at this point in the history
  64. Update CHANGELOG.md

    crodriguezvega authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    60d6d4b View commit details
    Browse the repository at this point in the history
  65. Update incorrect PR link in changelog regarding "check x/bank send en…

    …abled" fix (backport cosmos#2714) (cosmos#2717)
    
    * Update check x/bank sendEnabled link in changelog (cosmos#2714)
    
    Co-authored-by: Cian Hatton <cian@interchain.io>
    (cherry picked from commit 7249d82)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * chore: fixing merge conflicts
    
    Co-authored-by: Calvin Lau <38898718+calvinaco@users.noreply.github.com>
    Co-authored-by: Cian Hatton <cianhatton@gmail.com>
    3 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5ecb3dc View commit details
    Browse the repository at this point in the history
  66. add missing set order functions for ica (cosmos#2740) (cosmos#2756)

    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    (cherry picked from commit f54143e)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    255d676 View commit details
    Browse the repository at this point in the history
  67. docs: fix migration/docs for ICA controller middleware (cosmos#2737) (c…

    …osmos#2763)
    
    * update docs/migration with the change to middleware for ICA controller
    
    * improve variable naming
    
    * alignment
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    (cherry picked from commit 1b7745f)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b56173b View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    53d4426 View commit details
    Browse the repository at this point in the history
  69. Save gas on IsFeeEnabled (backport cosmos#2786) (cosmos#2815)

    improvements: save some gas in fee keeper
    mergify[bot] authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    901d390 View commit details
    Browse the repository at this point in the history
  70. chore: bump ics23 to v0.9.0 (backport cosmos#2868) (cosmos#2877)

    * deps: Bump ICS 23 to v0.9.0
    
    * chore: bump ics23 to v0.9.0
    
    * chore: add changelog entry
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    (cherry picked from commit 2132585)
    
    * fix conflicts
    
    * remove link to ics 009 (deleted from spec repo)
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    3 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    2b43aff View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    56b78cd View commit details
    Browse the repository at this point in the history
  72. chore(statemachine)!: write channel state before invoking app callbac…

    …ks in ack and confirm channel handshake steps (cosmos#2973)
    mergify[bot] authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    66db4f3 View commit details
    Browse the repository at this point in the history
  73. chore: updating CHANGELOG and cliff toml

    chatton authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    71a0114 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    9c7c3d2 View commit details
    Browse the repository at this point in the history
  75. update changelog and git cliff toml

    chatton authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    17a75d4 View commit details
    Browse the repository at this point in the history
  76. Update Dockerfile for 4.3.x (cosmos#3057)

    chatton authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    613bfb3 View commit details
    Browse the repository at this point in the history
  77. Remove excess quotes (cosmos#3073)

    chatton authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    85cb5b4 View commit details
    Browse the repository at this point in the history
  78. Update CHANGELOG.md

    crodriguezvega authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    784f5fc View commit details
    Browse the repository at this point in the history
  79. Handle ordered packets in UnreceivedPackets query. (backport cosmos#3346

    ) (cosmos#3607)
    
    * fix: handle ordered packets in `UnreceivedPackets` query
    
    Co-authored-by: Cian Hatton <cian@interchain.io>
    (cherry picked from commit c77f80f)
    
    * fix conflicts
    
    * fix links
    
    * add changelog
    
    ---------
    
    Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f471879 View commit details
    Browse the repository at this point in the history
  80. Update CHANGELOG.md

    crodriguezvega authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    f660db6 View commit details
    Browse the repository at this point in the history
  81. Merge pull request from GHSA-3v7p-4x7p-4rx7

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    110469f View commit details
    Browse the repository at this point in the history
  82. Merge pull request from GHSA-3v7p-4x7p-4rx7

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    60e3b75 View commit details
    Browse the repository at this point in the history
  83. Merge pull request from GHSA-3v7p-4x7p-4rx7

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    495535c View commit details
    Browse the repository at this point in the history
  84. Merge pull request from GHSA-3v7p-4x7p-4rx7

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    530da84 View commit details
    Browse the repository at this point in the history
  85. Merge pull request from GHSA-3v7p-4x7p-4rx7

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    afe88fc View commit details
    Browse the repository at this point in the history
  86. Merge pull request from GHSA-3v7p-4x7p-4rx7

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9e4cdbf View commit details
    Browse the repository at this point in the history
  87. Merge pull request from GHSA-3v7p-4x7p-4rx7

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0c8aa22 View commit details
    Browse the repository at this point in the history
  88. Merge pull request from GHSA-3v7p-4x7p-4rx7

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    2 people authored and ulbqb committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    90208e6 View commit details
    Browse the repository at this point in the history