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

chore: sync channel upgradability branch with main #3224

Merged
merged 568 commits into from
Mar 9, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    35b6084 View commit details
    Browse the repository at this point in the history
  2. chore: makefile cleanup/fixes (#2549)

    * cleaning up makefile
    
    * chore: removing goimports (#2548)
    
    * more cleanup
    
    * missing files
    
    * empty new line at the end
    
    * fix dockerfile
    
    * rename import
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    Co-authored-by: Cian Hatton <cian@interchain.io>
    3 people committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    e3a32a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. use controller module address instead of module name for NewMsgChanne…

    …lOpenInit (#2568)
    
    ## Description
    
    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 #2566
    
    closes: #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
    catShaark committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    6105db4 View commit details
    Browse the repository at this point in the history
  2. test: 03-connection e2e test param change (#2139)

    * test: adding initial test boilerplate
    
    * fix: test
    
    * extend test to add token transfer
    
    * change to send from B to A and add test matrix
    
    * add test matrices
    
    * fix imports
    
    * fix some more imports
    
    * review comments
    
    * compare uint64 instead of string
    
    * review comments
    
    * fix test
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    3 people committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    5cafc24 View commit details
    Browse the repository at this point in the history
  3. fix: forbid negative values for trusting period, unbonding period and…

    … max clock drift (#2555)
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    eab24e8 View commit details
    Browse the repository at this point in the history
  4. refactor!: allow for serialization of proto message without fulfillme…

    …nt of sdk.Msg interface (#2607)
    
    ## Description
    
    
    
    ref: #2397 
    
    ---
    
    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/main/docs/docs/building-modules/10-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 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    5260c77 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. alignment

    crodriguezvega committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    f9bbc4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8290d8c View commit details
    Browse the repository at this point in the history
  3. rename ClientParams gRPC method to Params (#2573)

    * rename ClientParams to Params
    
    * add changelog
    
    * review comment to update rest api url
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    17a061c View commit details
    Browse the repository at this point in the history
  4. remove port prefix requirement (#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>
    0xLaurenzo and damiannolan committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    5f9966b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Update package-lock.json (#2569)

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    theinternetofdefcon and crodriguezvega committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    09de760 View commit details
    Browse the repository at this point in the history
  2. Update package-lock.json (#2570)

    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    623e593 View commit details
    Browse the repository at this point in the history
  3. fix: rm bech32 check from owner address on ICA controller msgs Regist…

    …erInterchainAccount and SendTx (#2601)
    
    * rm validate basic owner address check
    charleenfei committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e8ff311 View commit details
    Browse the repository at this point in the history
  4. Fetch makefile dependencies before building docker image (#2615)

    ## 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/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
    chatton committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    a0e59b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. post v2.4.2, v3.3.1, v4.1.1 and v5.0.1 release chores (#2627)

    * chore: update changelog and versions for docs site
    
    * add new release lines to stable release policy
    
    * post release chores
    
    * update mergify
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    29be0da View commit details
    Browse the repository at this point in the history
  2. fix: skip emission of unpopulated memo field in ics20 (#2651)

    ## Description
    
    By setting `EmitDefaults` to false, we will not include an empty memo field in the marshaled json bytes
    
    closes: #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
    colin-axner committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    393247b View commit details
    Browse the repository at this point in the history
  3. docs: ics27 v6 documentation updates (#2561)

    * WIP
    
    * updating messages doc
    
    * updating msgs doc
    
    * refactoring and organising ics27 docs
    
    * updating owner field validation docs
    
    * adding legacy api heading to auth modules doc
    
    * Update docs/apps/interchain-accounts/messages.md
    
    Co-authored-by: Charly <charly@interchain.berlin>
    
    * Update docs/apps/interchain-accounts/messages.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * applying suggestions from review
    
    * updating future improvements section of active channels
    
    Co-authored-by: Charly <charly@interchain.berlin>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    47e1c9a View commit details
    Browse the repository at this point in the history
  4. e2e: adding e2e upgrade test for ibc-go/v6 (#2490)

    * adding x/group to simapp
    
    * [WIP] initial groups e2e scaffolding
    
    * work in progress
    
    * clean
    
    * adding interchain account address query to ica controller
    
    * adding basic cli query
    
    * satisfy linter, aligning recvr var naming
    
    * initial passing, register account proposal
    
    * successfully passing locally
    
    * updating default genesis state with allow all ica msgs, cleanup
    
    * reinstate num validators and num full nodes
    
    * unpin ibctest
    
    * Update e2e/tests/interchain_accounts/groups_test.go
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * updating swagger docs
    
    * updating e2e to ibc-go/v6
    
    * WIP e2e upgrades for ibc-go/v6
    
    * test manual e2e icad from branch
    
    * whoops
    
    * replace transfer logic with ics27 logic
    
    * removing pr number version tags
    
    * upgrade ica dep and tidy
    
    * removing upgrade name const
    
    * update deps, remove genesis code, extract consts
    
    * code comments and consts
    
    * readding intertx query client
    
    * fixing godoc
    
    * removing json entry in test matracies
    
    * refactor upgrades tests
    
    * hardcoding image values
    
    * updating workflows and correcting import
    
    * adding sanity checks and in-line comment
    
    * chore: adapt upgrade e2e workflow for custom images (#2541)
    
    * e2e upgrade test workflows in progress
    
    * adding chain binary to workflow
    
    * adding upgrade to compatibility workflows
    
    * Revert "adding upgrade to compatibility workflows"
    
    This reverts commit 7701999.
    
    * replace v5 tag in upgrade e2e
    
    * updating image tags
    
    * use v5.0.1 release version for upgrades e2e
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    3 people committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    3ecdeed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0980d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e678c69 View commit details
    Browse the repository at this point in the history
  7. Add scopedkeeper as an interface to exported package (#2638)

    ## Description
    
    Move all expected scoped keepers to a unified interface in `core/exported` package.
    
    closes: #2020 
    
    ---
    
    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
    Anmol1696 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    ce74b00 View commit details
    Browse the repository at this point in the history
  8. chore: add potential use cases documentation for ica (#2594)

    ## Description
    
    will fix ordering after #2561 is merged, so review that first
    
    closes: #2472 
    
    ---
    
    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
    colin-axner committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    7190305 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

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

Commits on Nov 4, 2022

  1. fix(testing): fix block proposer and allow Default gas to be modified (

    …#2657)
    
    * carry block proposer, and allow Default gas to be modified
    
    * add changelog entry
    
    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: Carlos Rodriguez <carlos@interchain.io>
    4 people committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    f69761d View commit details
    Browse the repository at this point in the history
  2. add check send enabled (#2679)

    * add check send enabled
    
    * changelog
    crodriguezvega committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b1f494c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. fix: avoid race conditions in ics27 handshakes (#2682)

    * wip adding conditional to msg server and go apis, adding tests
    
    * cleanup
    
    * cleanup middleware enabled code
    
    * adding additional test case for reopening channel via msg server
    
    * Update modules/apps/27-interchain-accounts/controller/keeper/keeper.go
    
    Co-authored-by: Cian Hatton <cian@interchain.io>
    
    * updating error msgs and test case assertion
    
    * updating InitGenesis to set middleware disabled
    
    Co-authored-by: Cian Hatton <cian@interchain.io>
    damiannolan and chatton committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c9b8064 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Removing stale comment (#2685)

    * chore: removing stale comment
    
    * Update modules/apps/27-interchain-accounts/controller/keeper/msg_server.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * chore: fixing indentation
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    b2bb2de View commit details
    Browse the repository at this point in the history
  2. post release chores (#2695)

    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f02f9d1 View commit details
    Browse the repository at this point in the history
  3. removed unused variables (#2692)

    ## Description
    
    
    
    closes: #2486 
    
    ---
    
    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/main/docs/docs/building-modules/10-structure.md).
    - [ ] 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/`)
    - [ ] 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
    Daniyal98 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    4d19c16 View commit details
    Browse the repository at this point in the history
  4. deps: updating sdk to v0.46.4 (#2647)

    ## 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/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
    damiannolan committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    088da9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48321ff View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. chore: update protobuf generation to latest buf changes (#2705)

    * updating buf proto generation setup
    
    * revert adding test msg type
    
    * updating proto-swagger-gen configs
    
    * updating to latest proto builder image
    
    * downgrade to 0.46 support
    
    * go mod tidy e2e
    
    * cleanup makefile
    
    * rerun make proto-update-deps
    
    * updating buf yaml
    
    * updating cosmos/gogo-proto pin
    
    * regenerate protos
    
    * go mod tidy e2e
    
    * removing pulsar buf yaml
    
    * Update proto/buf.yaml
    
    * adding proto-registry.yml workflow for buf push to BSR
    damiannolan committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    cd228d1 View commit details
    Browse the repository at this point in the history
  2. Update check x/bank sendEnabled link in changelog (#2714)

    Co-authored-by: Cian Hatton <cian@interchain.io>
    calvinaco and chatton committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    7249d82 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. e2e: fix memo test version declaration (#2723)

    ## 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/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
    colin-axner committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    3e8935e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c912fd9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. post v5.1.0 release chores (#2722)

    * post v5.1.0 release chores
    
    * split transfer tests to workaround github's 256 job limit
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    8c07cb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    050eefd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. build(deps): bump github.com/spf13/viper from 1.13.0 to 1.14.0 (#2702)

    * build(deps): bump github.com/spf13/viper from 1.13.0 to 1.14.0
    
    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.13.0 to 1.14.0.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.13.0...v1.14.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>
    
    * revert bump of tendermint to v0.35
    
    * go mod tidy
    
    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: Carlos Rodriguez <crodveg@gmail.com>
    3 people committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    cce91a1 View commit details
    Browse the repository at this point in the history
  2. chore: e2e for ICA reopening (#2720)

    Co-authored-by: crodriguezvega <carlos@interchain.io>
    charleenfei and crodriguezvega committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3b2ab6a View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (#…

    …2738)
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.0 to 3.3.1.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v3.3.0...v3.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    2dfd275 View commit details
    Browse the repository at this point in the history
  4. Compare signature data in misbehaviours only if path differs (#2744)

    fix(statemachine)!: (06-solomachine) [#2744] Misbehaviour.ValidateBasic() now only enforces that signature data does not match when the signature paths are different.
    chatton committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d46f59b View commit details
    Browse the repository at this point in the history
  5. chore: rename all occurances of smtypes and solomachinetypes import a…

    …liases to solomachine (#2743)
    chatton committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    68ba375 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. add missing set order functions for ica (#2740)

    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    f54143e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    510afbe View commit details
    Browse the repository at this point in the history
  3. docs: fix migration/docs for ICA controller middleware (#2737)

    * update docs/migration with the change to middleware for ICA controller
    
    * improve variable naming
    
    * alignment
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    1b7745f View commit details
    Browse the repository at this point in the history
  4. chore: updating VerifyMembership and VerifyNonMembership methods …

    …to use `Path` interface (#2736)
    
    * updating VerifyMembership and VerifyNonMembership interfaces to use exported.Path in favour of []byte
    
    * adding mock struct KeyPath to ibcmock testing pkg, adding additional tests to solomachine and tm clients
    damiannolan committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    fb9dedd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65b3ddf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e072a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

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

Commits on Nov 17, 2022

  1. deprecated(api)!: (06-solomachine) [#2761] removed deprecated `Client…

    …Id` field from `Misbehaviour` and `allow_update_after_proposal` field from `ClientState`
    chatton committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    876b73a View commit details
    Browse the repository at this point in the history
  2. feat: adding connection params grpc and cli query (#2745)

    imp: (core/03-connection) Adding `ConnectionParams` grpc query and CLI to 03-connection.
    fix: (modules/core/keeper) Fix request wiring for `UpgradedConsensusState` in core query server.
    damiannolan committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a05247c View commit details
    Browse the repository at this point in the history
  3. chore: adding sentinel path for solomachine header (#2748)

    chore(statemachine)!: Adding sentinel value for header path in 06-solomachine.
    damiannolan committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1f140ea View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

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

Commits on Nov 19, 2022

  1. deps: bump SDK to v0.46.6 (#2784)

    * deps: bump SDK to v0.46.5
    
    * bump SDK to v0.46.5 in e2e
    
    * deps: bump to SDK v0.46.6
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    db5e738 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

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

Commits on Nov 22, 2022

  1. e2e: remove irrelevant compatibility tests (#2780)

    * remove irrelevant compatibility tests (i.e. tests between already released tags)
    
    * add separate workflow to run unreleased compatibility tests
    
    * review comments
    
    * skip missing json files
    
    * fix condition for skipping missing json files
    
    * rename workflow
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    375b0e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19c2029 View commit details
    Browse the repository at this point in the history
  3. chore: adding defensive checks to ics27 capability migrations (#2798)

    * adding defensive checks and additional tests to ics27 capability migrations
    
    * assert mock capabilities remain unchanged
    
    * Update modules/apps/27-interchain-accounts/controller/migrations/v6/migrations_test.go
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    damiannolan and crodriguezvega committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    c40d555 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9b8d6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f27d4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d60efa View commit details
    Browse the repository at this point in the history
  7. chore: remove custom dependabot reviewers (#2804)

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    colin-axner and crodriguezvega committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    fe5fb15 View commit details
    Browse the repository at this point in the history
  8. fix: allow zero proof height, solo machine discards provided proof he…

    …ight in favor of sequence (#2746)
    
    imp: allow proof height to be zero for all core IBC `sdk.Msg` types that contain proofs.
    imp: discard proofHeight for solo machines and use the solo machine sequence instead.
    colin-axner committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    ac561b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    43ce616 View commit details
    Browse the repository at this point in the history
  10. Save gas on IsFeeEnabled (#2786)

    * Save gas on IsFeeEnabled
    
    * add entry for #2786
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    alpe and crodriguezvega committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    bbac2b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    6dd5881 View commit details
    Browse the repository at this point in the history
  2. Add more events to on IBC transfer, add tests for ibc transfer event (#…

    …2643)
    
    improvements: add amount, denom, and memo to transfer event emission.
    Anmol1696 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    50e1211 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/cosmos/cosmos-proto from 1.0.0-alpha7 to…

    … 1.0.0-alpha8 (#2726)
    
    * build(deps): bump github.com/cosmos/cosmos-proto
    
    Bumps [github.com/cosmos/cosmos-proto](https://github.com/cosmos/cosmos-proto) from 1.0.0-alpha7 to 1.0.0-alpha8.
    - [Release notes](https://github.com/cosmos/cosmos-proto/releases)
    - [Commits](cosmos/cosmos-proto@v1.0.0-alpha7...v1.0.0-alpha8)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-proto
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: downgrade tendermint version
    
    * chore: go mod tidy e2e go module
    
    Signed-off-by: dependabot[bot] <support@github.com>
    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: Damian Nolan <damiannolan@gmail.com>
    3 people committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    ea6e42b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86332d2 View commit details
    Browse the repository at this point in the history
  5. feat: add helper function for parsing clientID from client state path (

    …#2820)
    
    feat: add `MustParseClientStatePath` which parses the clientID from a client state key path
    colin-axner committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    2180fa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. e2e: add compatibility tests for ICA to v6.0.x (#2805)

    e2e: add ica compatibility tests for v6.0.x
    crodriguezvega committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    d90be00 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. test: updated solomachine tests to perform an ICS20 transfer instead …

    …of mocking functionality.
    chatton committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    4c91765 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. e2e: update icad tags for manual e2e workflow

    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    98fc95e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddf9baf View commit details
    Browse the repository at this point in the history
  3. feat: add optional migration pruning for tendermint consensus states (#…

    …2800)
    
    feat: add optional in-place store migration function to prune all expired tendermint consensus states
    colin-axner committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    9720607 View commit details
    Browse the repository at this point in the history
  4. feat: add AppModuleBasic for tendermint client (#2825)

    feat: add `AppModuleBasic` for the 07-tendermint client and remove tendermint type registration from core IBC. Chains must register the `AppModuleBasic` of light clients.
    colin-axner committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    83f1cd1 View commit details
    Browse the repository at this point in the history
  5. feat: add AppModuleBasic for solo machine client (#2826)

    feat: add `AppModuleBasic` for the 06-solomachine client and remove solo machine type registration from core IBC. Chains must register the `AppModuleBasic` of light clients.
    colin-axner committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    13e0c57 View commit details
    Browse the repository at this point in the history
  6. feat: add automatic in-place migrations for 02-client-refactor (v7) (#…

    …2819)
    
    feat: add automatic in-place store migrations to remove the localhost client and migrate existing solo machine definitions.
    colin-axner committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    8c8b0e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. build(deps): bump google.golang.org/grpc from 1.50.1 to 1.51.0 (#2794)

    * build(deps): bump google.golang.org/grpc from 1.50.1 to 1.51.0
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.1 to 1.51.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.50.1...v1.51.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>
    
    * fix conflicts
    
    * bump grpc in e2e
    
    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 <crodveg@gmail.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    2bfdbaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba1e50d View commit details
    Browse the repository at this point in the history
  3. bug: fix clientID validation regex to conform closer to spec (#2510)

    Rejects non-ASCII plus whitespaces and slashes to get it much closer to
    the specifications per
    https://github.com/cosmos/ibc/tree/main/spec/core/ics-024-host-requirements#paths-identifiers-separators
    
    while here added test vectors that were previously failing. However, we
    still need much better specifications for how long of values for
    {client-type} are accepted.
    
    Fixes #2269
    odeke-em committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    53dbc41 View commit details
    Browse the repository at this point in the history
  4. follow up for #2510

    crodriguezvega committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    bfaf6e0 View commit details
    Browse the repository at this point in the history
  5. Revert "follow up for #2510"

    This reverts commit bfaf6e0.
    crodriguezvega committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    b26afd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fb7713 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9040647 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b28cc47 View commit details
    Browse the repository at this point in the history
  9. refactor: rename IterateClients to IterateClientStates, add a prefix (#…

    …2856)
    
    feat(api)!: rename `IterateClients` to `IterateClientStates`. The function now takes a prefix argument which may be used for prefix iteration over the client store.
    feat: add `PrefixedClientStorePath` and `PrefixedClientStoreKey` functions to 24-host
    colin-axner committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    788cc7c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a5e3249 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. chore: follow up for #2510 (#2854)

    * follow up for #2510
    
    * Update modules/core/02-client/types/keys.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>
    crodriguezvega and colin-axner committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    1986aaf View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

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

Commits on Dec 4, 2022

  1. 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>
    colin-axner and crodriguezvega committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    2132585 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. docs: updating v7 migration doc with generic state verification metho…

    …ds (#2789)
    
    * updating v6 to v7 migration doc with generic state verification methods
    
    * add note about state verification prior to ibc-go/v7
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    damiannolan and crodriguezvega committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    7adae35 View commit details
    Browse the repository at this point in the history
  2. fix: fix unmarshalling of packet data in send tx CLI

    * fix error messages
    
    * Update tx.go
    
    * fix unmarshalling
    crodriguezvega committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    4d13768 View commit details
    Browse the repository at this point in the history
  3. chore: add wait time for packet relay to e2e test for ICA channel ope…

    …ning after packet timeout
    charleenfei committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    816ef50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e8c126 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    cab707d View commit details
    Browse the repository at this point in the history
  2. chore: update README to include link to IDA (#2887)

    * update README to reflect new website
    
    * pr comment
    charleenfei committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    cbf9fb4 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. feat: Add genesis migrations for v6 to v7. The migration migrates the…

    … solo machine client state definition, removes all solo machine consensus states and removes the localhost client. (#2824)
    colin-axner committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    e1b1488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c91923 View commit details
    Browse the repository at this point in the history
  3. imp(api)!: remove legacy migrations required for upgrading from Starg…

    …ate release line to ibc-go >= v1.x.x. (#2897)
    colin-axner committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    4befa47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b25b42e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    7bb7844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38b9531 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    225cb72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff255c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4647b65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02f7c15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d9ce70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42a6f5f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d2b323 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    58d2f32 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8c6d9ac View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. update README (#2910)

    charleenfei committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    cec1048 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    crodriguezvega committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    7ae9769 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. chore: update ibctest to latest commit (#2909)

    * update chainconfig
    
    * update to commit fixing broadcastTx
    
    * update to use SDK default cointype 118
    
    * update so relayer tag isn't required
    charleenfei committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    8479324 View commit details
    Browse the repository at this point in the history
  2. Fixing markdown link (#2924)

    chatton committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    efdf46d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6048c87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58d7989 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f24f41e View commit details
    Browse the repository at this point in the history
  6. e2e: adding e2e upgrade test for ibc-go v7 (#2902)

    * add test for automatic migration of solomachine clientstate version
    
    * add clientID generation functions
    
    * update godoc
    
    * update sprintf message
    charleenfei committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    a3b7581 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    57da75a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77e3e99 View commit details
    Browse the repository at this point in the history
  3. nit: fix typo in a comment

    francas committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    ad6ed7e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. refactor: require light clients to set the initial client state and c…

    …onsensus state via the client state `Initialize` method (#2936)
    
    * set the initial client and consensus state via the client state Initialize method. update godocs
    
    * updating godocs
    
    * updating migration doc
    
    * updating light client guide docs for Initialize method
    
    * updating migration doc
    
    * Apply suggestions from code review
    
    Co-authored-by: Charly <charly@interchain.io>
    
    * Update docs/ibc/light-clients/client-state.md
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * adding tests to lightclients
    
    * updating 02-client tests
    
    Co-authored-by: Charly <charly@interchain.io>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    ca35138 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    866bb9a View commit details
    Browse the repository at this point in the history
  2. update compatibility tests with new release branches (#2946)

    * update compatibility tests
    
    * compatibility tests for v4.3.x
    
    * adding tags to tests
    
    * Skip e2e if test matrix does not exist (#2949)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Cian Hatton <cian@interchain.io>
    crodriguezvega and chatton committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    c30f5d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

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

Commits on Dec 19, 2022

  1. chore(deps): bump goreleaser/goreleaser-action from 3 to 4 (#2932)

    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 4.
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@v3...v4)
    
    ---
    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>
    
    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 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    50091fa View commit details
    Browse the repository at this point in the history
  2. chore(api)!: removing solomachine header sequence (#2941)

    * removing solomachine header sequence
    
    * removing commented out code in validate basic
    damiannolan committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    fe57b8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01dbbca View commit details
    Browse the repository at this point in the history
  4. chore: adding defensive check to v7 migrations (#2948)

    * adding defensive check to v7 migrations
    
    * adding test coverage for absence of tendermint clients
    damiannolan committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    6ccd8f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

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

    …#2835)
    
    * build(deps): bump cosmossdk.io/math from 1.0.0-beta.3 to 1.0.0-beta.4
    
    Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.0.0-beta.3 to 1.0.0-beta.4.
    - [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.3...math/v1.0.0-beta.4)
    
    ---
    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>
    
    * downgrade SDK and Tendermint versions
    
    * go mod tidy in e2e
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crodriguezvega <carlos@interchain.io>
    dependabot[bot] and crodriguezvega committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    a66bc14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c9506c View commit details
    Browse the repository at this point in the history
  3. docs: lightclient dev guide overview section (#2901)

    * adding client/consensus state and height docs
    
    * cleanup
    
    * rename lightclient -> light client
    
    * adding links
    
    * adding client message section, updates re. feedback
    
    * fix wording
    
    * adding brief one liner intro, various minor changes
    
    * removing comment
    
    * fixing spelling
    
    * correct wording
    
    * docs: lightclient dev guide setup and client creation (#2922)
    
    * adding setup page for configuring light client modules and creation of ibc clients
    
    * updating page ordering
    
    * pr review suggestions
    
    * use 02-client-refactor-beta tag in favour of commit hash links
    
    * add link to issue for self managed params
    
    * Update docs/ibc/light-clients/client-state.md
    
    Co-authored-by: Charly <charly@interchain.io>
    
    Co-authored-by: Charly <charly@interchain.io>
    
    * review updates
    
    * clean up
    
    * docs: update consensus state docs (#2937)
    
    Co-authored-by: Charly <charly@interchain.io>
    damiannolan and charleenfei committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    4f539fb View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    2ba88c5 View commit details
    Browse the repository at this point in the history
  2. update roadmap

    crodriguezvega committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    782adfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc1ed4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1352b03 View commit details
    Browse the repository at this point in the history
  5. update roadmap.md

    crodriguezvega committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    a89d5a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. chore: prune expired 07-tendermint consensus states on duplicate he…

    …ader updates (#2965)
    
    * move pruning to above duplicate update check
    
    * adding test for pruning on duplicate header update
    
    * adding additional check - assert that a consensus state exists at the prune height
    damiannolan committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    b697a6f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

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

Commits on Dec 27, 2022

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

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    6b38711 View commit details
    Browse the repository at this point in the history
  2. docs: adding solomachine v7 migration docs (#2968)

    * adding solomachine migration docs
    
    * updating migration doc
    
    * Apply suggestions from code review
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * updating code snippet formatting
    
    * tiny nits
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    damiannolan and crodriguezvega committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    c8b6c3a View commit details
    Browse the repository at this point in the history
  3. docs: adding export metadata docs for light client module genesis (#2974

    )
    
    ## Description
    
    - Light client guide `ExportMetadata`
    
    closes: #1857 
    
    
    ### Commit Message / Changelog Entry
    
    ```bash
    docs: adding export metadata docs for light client module genesis
    ```
    
    see the [guidelines](https://github.com/cosmos/ibc-go/blob/main/CONTRIBUTING.md#commit-messages) for commit messages. (view raw markdown for examples)
    
    
    
    
    ---
    
    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).
    - [ ] Provide a [commit message](https://github.com/cosmos/ibc-go/blob/main/CONTRIBUTING.md#commit-messages) to be used for the changelog entry in the PR description for review.
    - [ ] Re-reviewed `Files changed` in the Github PR explorer.
    - [ ] Review `Codecov Report` in the comment section below once CI passes.
    damiannolan committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    38db7a5 View commit details
    Browse the repository at this point in the history
  4. update roadmap

    crodriguezvega committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    8e00eca View commit details
    Browse the repository at this point in the history
  5. docs: existence and non-existence proofs (#2966)

    * proofs docs
    charleenfei committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    8dc9283 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. fix typo

    crodriguezvega committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    082ed9f View commit details
    Browse the repository at this point in the history
  2. docs: explain how to implement the four client state functions which …

    …allow for regular updates and misbehaviour handling (#2939)
    
    * update docs
    charleenfei committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    9954f1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e34b64 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    737e097 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70f03b1 View commit details
    Browse the repository at this point in the history
  3. docs: light client dev guide VerifyUpgradeAndUpdateState, `VerifyMe…

    …mbership`/`VerifyNonMembership` (#2994)
    charleenfei committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    0607f9b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

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

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    b8e05d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e650be9 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump bufbuild/buf-setup-action from 1.11.0 to 1.12.0 (#3006

    )
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.11.0 to 1.12.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.11.0...v1.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    50bab6d View commit details
    Browse the repository at this point in the history
  4. build(deps): bump docker/metadata-action from 4.1.1 to 4.3.0 (#3007)

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.1.1 to 4.3.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/docker/metadata-action/releases">docker/metadata-action's releases</a>.</em></p>
    <blockquote>
    <h2>v4.3.0</h2>
    <ul>
    <li>Provide outputs as env vars by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/257">#257</a>)</li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/metadata-action/compare/v4.2.0...v4.3.0">https://github.com/docker/metadata-action/compare/v4.2.0...v4.3.0</a></p>
    <h2>v4.2.0</h2>
    <ul>
    <li>Add <code>tz</code> attribute to handlebar date function by <a href="https://github.com/chroju"><code>@​chroju</code></a> (<a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/251">#251</a>)</li>
    <li>Bump minimatch from 3.0.4 to 3.1.2 (<a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/242">#242</a>)</li>
    <li>Bump csv-parse from 5.3.1 to 5.3.3 (<a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/245">#245</a>)</li>
    <li>Bump json5 from 2.2.0 to 2.2.3 (<a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/252">#252</a>)</li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/metadata-action/compare/v4.1.1...v4.2.0">https://github.com/docker/metadata-action/compare/v4.1.1...v4.2.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/docker/metadata-action/commit/507c2f2dc502c992ad446e3d7a5dfbe311567a96"><code>507c2f2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/257">#257</a> from crazy-max/env-output</li>
    <li><a href="https://github.com/docker/metadata-action/commit/04861f5102fc7042b8529e3f426856244a8cfba2"><code>04861f5</code></a> update generated content</li>
    <li><a href="https://github.com/docker/metadata-action/commit/6729545cde76a1fb0fc1133c68fa5af1181f7e68"><code>6729545</code></a> Provide outputs as env vars</li>
    <li><a href="https://github.com/docker/metadata-action/commit/05d22bf31770de02e20c67c70365453e00227f61"><code>05d22bf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/256">#256</a> from crazy-max/fix-readme</li>
    <li><a href="https://github.com/docker/metadata-action/commit/70b403b46b081a6f32f3ebe072afd18ebfa4ce38"><code>70b403b</code></a> Fix README</li>
    <li><a href="https://github.com/docker/metadata-action/commit/9e6ae02878038daef2841c9e4bb61e486c726684"><code>9e6ae02</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/252">#252</a> from docker/dependabot/npm_and_yarn/json5-2.2.3</li>
    <li><a href="https://github.com/docker/metadata-action/commit/3d239e8b8ac4bbf4cc24920f391d8f08d44b839e"><code>3d239e8</code></a> Bump json5 from 2.2.0 to 2.2.3</li>
    <li><a href="https://github.com/docker/metadata-action/commit/7cb52e275081c4e9294d257dd188716a82c82670"><code>7cb52e2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/251">#251</a> from chroju/set_timezone</li>
    <li><a href="https://github.com/docker/metadata-action/commit/90a1d5cf2150f6b10fc688351279736c24eedf25"><code>90a1d5c</code></a> Add tz attribute to handlebar date function</li>
    <li><a href="https://github.com/docker/metadata-action/commit/c98ac5e987c125fe23d39b3cecb9ac130a108e27"><code>c98ac5e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/metadata-action/issues/249">#249</a> from crazy-max/fix-readme</li>
    <li>Additional commits viewable in <a href="https://github.com/docker/metadata-action/compare/57396166ad8aefe6098280995947635806a0e6ea...507c2f2dc502c992ad446e3d7a5dfbe311567a96">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/metadata-action&package-manager=github_actions&previous-version=4.1.1&new-version=4.3.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] committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    6e67730 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. lint tests (#2926)

    * lint tests
    
    * don't use prealloc for golangci
    
    * fix unnecessary conversions
    
    * var-declaration lints
    
    * fix ineffectual assignments
    
    * fix composite literal lints
    
    * address copylocks lints from govet
    
    * error checks in tests
    
    * handshake_test.go error checks
    
    * packet_test.go error checks
    
    * error checks
    
    * msg_server_test.go
    
    * errcheck in upgrade_test.go
    
    * goconsts & linting complete
    
    * Update CHANGELOG.md
    
    * golangci-lint run ./... --fix
    
    * last lint
    
    * fix lints
    
    * tidy
    
    * ignore legacy ica api
    
    * ignore icacontrollersendtx
    
    * golangci lint fixes
    
    * fix test
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    3 people committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    96d58e7 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump docker/build-push-action from 3.2.0 to 3.3.0 (#3015)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@c56af95...37abced)
    
    ---
    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>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    f88e89f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. build(deps): bump google.golang.org/grpc from 1.51.0 to 1.52.0 (#3016)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.51.0 to 1.52.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.51.0...v1.52.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>
    
    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 committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    5585465 View commit details
    Browse the repository at this point in the history
  2. Update the ecosystem links in the readme (#3018)

    The icq and rate limiting links were pointing to outdated links (module repo has moved and rate limiting is no longer as a pr but implemented) so this updates them both
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    womensrights and crodriguezvega committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    8f0cfb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. chore(statemachine)!: write channel state before invoking app callbac…

    …ks in ack and confirm channel handshake steps (#2973)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    damiannolan and crodriguezvega committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    a6d251e View commit details
    Browse the repository at this point in the history
  2. fix: correctly close iterator in 07-tendermint store (#3022)

    * fix closing iterator in 07-tendermint
    
    * maintain defer pattern but use new variable to avoiid reassignment issues
    damiannolan committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    8b03197 View commit details
    Browse the repository at this point in the history
  3. fix: change check to disallow optimistic sends (#3009)

    * change check to disallow optimistic sends
    
    * update test
    charleenfei committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c56f789 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    0a427c6 View commit details
    Browse the repository at this point in the history
  2. ics29 v1 requirements doc (#2958)

    * ics29 v1 requirements doc
    
    * Update docs/requirements/ics29-v1-requirements.md
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    crodriguezvega and damiannolan committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    2f93999 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80d7f8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff766e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ecc7dd View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. fix typos

    crodriguezvega committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    887cba1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    cfcdec0 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0 (#3035)

    * build(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0
    
    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.14.0 to 1.15.0.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.14.0...v1.15.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>
    
    * go mod tidy in e2e
    
    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>
    Co-authored-by: crodriguezvega <carlos@interchain.io>
    3 people committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    14a7fa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3365780 View commit details
    Browse the repository at this point in the history
  4. deps: update cosmos-sdk buf dependency and rebuild protos (#3024)

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    damiannolan and crodriguezvega committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    af9b461 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    17dd77a View commit details
    Browse the repository at this point in the history
  2. chore: bumping go mod to ibc-go/v7 (#3014)

    * bumping go mod to ibc-go/v7
    
    * updating e2e go module with v7 deps
    damiannolan committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e093d85 View commit details
    Browse the repository at this point in the history
  3. fix: update Paginate to use FilterPaginate in ClientStates and …

    …`ConnectionChannels` grpc queries (#3010)
    
    * update paginate to use filter paginate
    charleenfei committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e92aefe View commit details
    Browse the repository at this point in the history
  4. build(deps): bump google.golang.org/grpc from 1.52.0 to 1.52.1 (#3059)

    * build(deps): bump google.golang.org/grpc from 1.52.0 to 1.52.1
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.52.0 to 1.52.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.52.0...v1.52.1)
    
    ---
    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>
    
    * go mod tidy e2e
    
    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 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    aed382b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. docs: add documentation for TransferAuthorization (#3044)

    * transferauthz docs
    charleenfei committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    79b349a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1160d69 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 (#…

    …3051)
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.1 to 3.4.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v3.3.1...v3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    a192808 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump google.golang.org/grpc from 1.52.1 to 1.52.3 (#3065)

    * build(deps): bump google.golang.org/grpc from 1.52.1 to 1.52.3
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.52.1 to 1.52.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.52.1...v1.52.3)
    
    ---
    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>
    
    * go mod tidy in e2e
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crodriguezvega <carlos@interchain.io>
    dependabot[bot] and crodriguezvega committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    d4b9f73 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

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

Commits on Jan 29, 2023

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

Commits on Jan 30, 2023

  1. fix: moved non-verification misbehaviour checks to checkForMisbehavio…

    …ur (#3046)
    
    * move misbehaviour check
    
    * add test coverage
    charleenfei committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    eb23e9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a066f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    360f271 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    05c2148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2fb119 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    3b1e06c View commit details
    Browse the repository at this point in the history
  2. followup from review comments for #2709 (#3027)

    ## Description
    
    
    
    This PR addresses these two comments from #2709:
    
    - [This comment about using the suffix `Fn`](#2709 (comment)).
    - [This comment about adding `doc.go` for packages](#2709 (comment)).
    
    closes: #XXXX
    
    
    ### Commit Message / Changelog Entry
    
    ```bash
    type: commit message
    ```
    
    see the [guidelines](https://github.com/cosmos/ibc-go/blob/main/CONTRIBUTING.md#commit-messages) for commit messages. (view raw markdown for examples)
    
    
    
    
    ---
    
    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).
    - [ ] Provide a [commit message](https://github.com/cosmos/ibc-go/blob/main/CONTRIBUTING.md#commit-messages) to be used for the changelog entry in the PR description for review.
    - [ ] Re-reviewed `Files changed` in the Github PR explorer.
    - [ ] Review `Codecov Report` in the comment section below once CI passes.
    crodriguezvega committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    519e4ac View commit details
    Browse the repository at this point in the history
  3. deps: Update to Cosmos SDK v0.47 rc-2 (#3095)

    Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
    Co-authored-by: Cian Hatton <cianhatton@gmail.com>
    3 people committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    1a204fe View commit details
    Browse the repository at this point in the history
  4. build(deps): bump docker/build-push-action from 3.3.0 to 4.0.0 (#3090)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.3.0 to 4.0.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/docker/build-push-action/releases">docker/build-push-action's releases</a>.</em></p>
    <blockquote>
    <h2>v4.0.0</h2>
    <blockquote>
    <p><strong>Warning</strong></p>
    <p>Buildx v0.10 enables support for a minimal <a href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation, which requires support for <a href="https://github.com/opencontainers/image-spec">OCI-compliant</a> multi-platform images. This may introduce issues with registry and runtime support (e.g. <a href="https://github-redirect.dependabot.com/docker/buildx/issues/1533">Google Cloud Run and AWS Lambda</a>). You can optionally disable the default provenance attestation functionality using <code>provenance: false</code>.</p>
    </blockquote>
    <ul>
    <li>Revert disable provenance by default if not set by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a href="https://github-redirect.dependabot.com/docker/build-push-action/pull/784">docker/build-push-action#784</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v3.3.1...v4.0.0">https://github.com/docker/build-push-action/compare/v3.3.1...v4.0.0</a></p>
    <h2>v3.3.1</h2>
    <ul>
    <li>Disable provenance by default if not set by <a href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/781">#781</a>)</li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/build-push-action/compare/v3.3.0...v3.3.1">https://github.com/docker/build-push-action/compare/v3.3.0...v3.3.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/docker/build-push-action/commit/3b5e8027fcad23fda98b2e3ac259d8d67585f671"><code>3b5e802</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/784">#784</a> from crazy-max/enable-provenance</li>
    <li><a href="https://github.com/docker/build-push-action/commit/02d3266a89e5dfed960723e6127886a5adc7eb2f"><code>02d3266</code></a> update generated content</li>
    <li><a href="https://github.com/docker/build-push-action/commit/f403dafe18abeb00b9d5976ab285a9f457520f29"><code>f403daf</code></a> revert disable provenance by default if not set</li>
    <li><a href="https://github.com/docker/build-push-action/commit/1104d471370f9806843c095c1db02b5a90c5f8b6"><code>1104d47</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/build-push-action/issues/781">#781</a> from crazy-max/disable-provenance</li>
    <li><a href="https://github.com/docker/build-push-action/commit/838bf90c88a4d6a02272e7afa2e4e2227b96f2dc"><code>838bf90</code></a> update generated content</li>
    <li><a href="https://github.com/docker/build-push-action/commit/337a09d182ee8c86aa958168dc985219e49e4b3b"><code>337a09d</code></a> disable provenance by default if not set</li>
    <li>See full diff in <a href="https://github.com/docker/build-push-action/compare/37abcedcc1da61a57767b7588cb9d03eb57e28b3...3b5e8027fcad23fda98b2e3ac259d8d67585f671">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/build-push-action&package-manager=github_actions&previous-version=3.3.0&new-version=4.0.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] committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    bb8a23b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b69b827 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. feat: Added authz support for ics20 (#3079)

    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: Cian Hatton <cianhatton@gmail.com>
    Co-authored-by: Charleen Fei <charly@interchain.io>
    Co-authored-by: Zaki Manian <zaki@manian.org>
    5 people committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    6c008ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f7038 View commit details
    Browse the repository at this point in the history
  3. chores: post v4.3.0 release chores (#3080)

    ## Description
    
    
    
    closes: #XXXX
    
    
    ### Commit Message / Changelog Entry
    
    ```bash
    type: commit message
    ```
    
    see the [guidelines](https://github.com/cosmos/ibc-go/blob/main/CONTRIBUTING.md#commit-messages) for commit messages. (view raw markdown for examples)
    
    
    
    
    ---
    
    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) and [Go style guide](../docs/dev/go-style-guide.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).
    - [ ] Provide a [commit message](https://github.com/cosmos/ibc-go/blob/main/CONTRIBUTING.md#commit-messages) to be used for the changelog entry in the PR description for review.
    - [x] Re-reviewed `Files changed` in the Github PR explorer.
    - [ ] Review `Codecov Report` in the comment section below once CI passes.
    crodriguezvega committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    143ad69 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    1da651e View commit details
    Browse the repository at this point in the history
  2. build(deps): bump bufbuild/buf-setup-action from 1.12.0 to 1.13.0 (#3075

    )
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.12.0 to 1.13.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.12.0...v1.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-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: Damian Nolan <damiannolan@gmail.com>
    dependabot[bot] and damiannolan committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    ceb9464 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. set light client module names (#3113)

    * set light client module names
    
    * go mod tidy
    damiannolan committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    26075ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ecf7b6 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump bufbuild/buf-setup-action from 1.13.0 to 1.13.1 (#3108

    )
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.13.0 to 1.13.1.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.13.0...v1.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      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 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4601ab0 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    5fc42fd View commit details
    Browse the repository at this point in the history
  2. build(deps): bump cosmossdk.io/math from 1.0.0-beta.4 to 1.0.0-beta.6 (

    …#3112)
    
    * build(deps): bump cosmossdk.io/math from 1.0.0-beta.4 to 1.0.0-beta.6
    
    Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.0.0-beta.4 to 1.0.0-beta.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@math/v1.0.0-beta.4...math/v1.0.0-beta.6)
    
    ---
    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>
    
    * go mod tidy e2e
    
    ---------
    
    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 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    045f083 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d86918d View commit details
    Browse the repository at this point in the history
  4. v2 is EoL (#3121)

    crodriguezvega committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    cb41315 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a244245 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5dba356 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. build(deps): bump google.golang.org/grpc from 1.52.3 to 1.53.0 (#3127)

    * build(deps): bump google.golang.org/grpc from 1.52.3 to 1.53.0
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.52.3 to 1.53.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.52.3...v1.53.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>
    
    * go mod tidy e2e
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crodriguezvega <carlos@interchain.io>
    dependabot[bot] and crodriguezvega committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e6247d3 View commit details
    Browse the repository at this point in the history
  2. docs: final review of light client developer guide (#3081)

    Co-authored-by: crodriguezvega <carlos@interchain.io>
    tmsdkeys and crodriguezvega committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    fdadae5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24001d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    bda4bec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc963bc View commit details
    Browse the repository at this point in the history
  3. docs: add linter for markdown documents (#3133)

    Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
    crodriguezvega and faddat committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    e9d52c9 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump bufbuild/buf-setup-action from 1.13.1 to 1.14.0 (#3137

    )
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.13.1 to 1.14.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.13.1...v1.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-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: colin axnér <25233464+colin-axner@users.noreply.github.com>
    dependabot[bot] and colin-axner committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ebdb458 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af0c35a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55300ab View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    59ef5bc View commit details
    Browse the repository at this point in the history
  2. simapp and upgrade configuration for e2e v7 upgrade (#3136)

    * Register required types for upgrade E2E tests
    
    * removed temporary function update
    
    * registering additional types and specifying rc0 tag in upgrade test
    
    * updated workflow tag
    
    * bump version to 6.1.0
    
    * adding keytables to params subspaces in app.go
    
    * replace with pr docker build for testing
    
    * adding more wait for blocks
    
    * temporarily add new grpc services
    
    * removing last addition
    
    * configure store loaders for upgrade
    
    * adding consensus params migration from baseapp
    
    * testing without baseapp param migration
    
    * readd baseapp params migration
    
    * commiting updates, autocli and reflection svc
    
    * fix in run e2e script
    
    * adding crisis storekey to store upgrades
    
    * removing additional wait for blocks
    
    ---------
    
    Co-authored-by: Cian Hatton <cianhatton@gmail.com>
    damiannolan and chatton committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    80f162c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. docs: adding migration doc info for sdk v0.47 (#3107)

    * adding migration doc info for sdk v0.47
    
    * code alignment
    
    * title formatting
    
    * chore: preemptively apply changes from #3149
    
    * chore: apply changes from #3150
    
    * chore: formatting
    
    * chore: combine proposal contents removal into existing section
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
    3 people committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    f034e6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c5af26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99c985c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

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

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    ec7c9bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa6140b View commit details
    Browse the repository at this point in the history
  3. cleanup post merge

    damiannolan committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    b9719df View commit details
    Browse the repository at this point in the history
  4. cleanup post merge

    damiannolan committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    195e324 View commit details
    Browse the repository at this point in the history
  5. go mod tidy

    damiannolan committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    671fd00 View commit details
    Browse the repository at this point in the history
  6. remove stale keys.go file

    damiannolan committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    3dc37a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

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

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    bd053b2 View commit details
    Browse the repository at this point in the history
  2. Fix test matrix generation (#3172)

    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    chatton and damiannolan committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    93cc399 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    e9bc0ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07e3601 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    761277a View commit details
    Browse the repository at this point in the history
  4. imp: add log message for debug error failed acknowledgement errors (#…

    …3077)
    
    * add log message for generate ack
    
    * add more log
    
    * correct message
    
    * nits
    
    * merge main
    
    * change structure of the logging
    
    * change some return error msg
    
    * nit
    GNaD13 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e93a467 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    eeaa783 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25e2c45 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    a24a6c6 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/cosmos/gogoproto from 1.4.4 to 1.4.6 (#3177

    )
    
    * build(deps): bump github.com/cosmos/gogoproto from 1.4.4 to 1.4.6
    
    Bumps [github.com/cosmos/gogoproto](https://github.com/cosmos/gogoproto) from 1.4.4 to 1.4.6.
    - [Release notes](https://github.com/cosmos/gogoproto/releases)
    - [Changelog](https://github.com/cosmos/gogoproto/blob/main/CHANGELOG.md)
    - [Commits](cosmos/gogoproto@v1.4.4...v1.4.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/gogoproto
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * go mod tidy e2e
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crodriguezvega <carlos@interchain.io>
    dependabot[bot] and crodriguezvega committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    6f749ef View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. build(deps): bump cosmossdk.io/api from 0.2.6 to 0.3.1 (#3180)

    * build(deps): bump cosmossdk.io/api from 0.2.6 to 0.3.1
    
    Bumps [cosmossdk.io/api](https://github.com/cosmos/cosmos-sdk) from 0.2.6 to 0.3.1.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.3.1/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@api/v0.2.6...v0.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: cosmossdk.io/api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * go mod tidy e2e
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crodriguezvega <carlos@interchain.io>
    dependabot[bot] and crodriguezvega committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    0308dc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa10438 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae27157 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github.com/cosmos/cosmos-proto from 1.0.0-beta.1 to…

    … 1.0.0-beta.2 (#3190)
    
    * build(deps): bump github.com/cosmos/cosmos-proto
    
    Bumps [github.com/cosmos/cosmos-proto](https://github.com/cosmos/cosmos-proto) from 1.0.0-beta.1 to 1.0.0-beta.2.
    - [Release notes](https://github.com/cosmos/cosmos-proto/releases)
    - [Commits](cosmos/cosmos-proto@v1.0.0-beta.1...v1.0.0-beta.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-proto
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * go mod tidy e2e
    
    ---------
    
    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>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    17342fe View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#3212

    )
    
    * build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.1...v1.8.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>
    
    * go mod tidy e2e
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: crodriguezvega <carlos@interchain.io>
    dependabot[bot] and crodriguezvega committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    5a08f59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b557e82 View commit details
    Browse the repository at this point in the history
  3. fixing linter errors

    damiannolan committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    860b8d9 View commit details
    Browse the repository at this point in the history