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

Sync feature with main branch #6346

Merged
merged 99 commits into from
May 21, 2024
Merged

Sync feature with main branch #6346

merged 99 commits into from
May 21, 2024

Commits on Apr 8, 2024

  1. build(deps): Bump google.golang.org/grpc from 1.62.1 to 1.63.0 (#6093)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.63.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p>
    <blockquote>
    <h2>Release 1.63.0</h2>
    <h1>Behavior Changes</h1>
    <ul>
    <li>grpc: Return canonical target string from <code>resolver.Address.String()</code> (experimental) (<a href="https://github.com/grpc/grpc-go/issues/6923">#6923</a>)</li>
    <li>client &amp; server: when using write buffer pooling, use input value for buffer size instead of size*2 (<a href="https://github.com/grpc/grpc-go/issues/6983">#6983</a>)
    <ul>
    <li>Special Thanks: <a href="https://github.com/raghav-stripe"><code>@​raghav-stripe</code></a></li>
    </ul>
    </li>
    </ul>
    <h1>New Features</h1>
    <ul>
    <li>grpc: add <code>ClientConn.CanonicalTarget()</code> to return the canonical target string. (<a href="https://github.com/grpc/grpc-go/issues/7006">#7006</a>)</li>
    <li>xds: implement LRS named metrics support (<a href="https://github.com/grpc/proposal/blob/master/A64-lrs-custom-metrics.md">gRFC A64</a>) (<a href="https://github.com/grpc/grpc-go/issues/7027">#7027</a>)
    <ul>
    <li>Special Thanks: <a href="https://github.com/danielzhaotongliu"><code>@​danielzhaotongliu</code></a></li>
    </ul>
    </li>
    <li>grpc: introduce <code>grpc.NewClient</code> to allow users to create new clients in idle mode and with &quot;dns&quot; as the default resolver (<a href="https://github.com/grpc/grpc-go/issues/7010">#7010</a>)
    <ul>
    <li>Special Thanks: <a href="https://github.com/bruuuuuuuce"><code>@​bruuuuuuuce</code></a></li>
    </ul>
    </li>
    </ul>
    <h1>API Changes</h1>
    <ul>
    <li>grpc: stabilize experimental method <code>ClientConn.Target()</code> (<a href="https://github.com/grpc/grpc-go/issues/7006">#7006</a>)</li>
    </ul>
    <h1>Bug Fixes</h1>
    <ul>
    <li>xds: fix an issue that would cause the client to send an empty list of resources for LDS/CDS upon reconnecting with the management server (<a href="https://github.com/grpc/grpc-go/issues/7026">#7026</a>)</li>
    <li>server: Fix some errors returned by a server when using a <code>grpc.Server</code> as an <code>http.Handler</code> with the Go stdlib HTTP server (<a href="https://github.com/grpc/grpc-go/issues/6989">#6989</a>)</li>
    <li>resolver/dns: add <code>SetResolvingTimeout</code> to allow configuring the DNS resolver's global timeout (<a href="https://github.com/grpc/grpc-go/issues/6917">#6917</a>)
    <ul>
    <li>Special Thanks: <a href="https://github.com/and1truong"><code>@​and1truong</code></a></li>
    </ul>
    </li>
    <li>Set the security level of Windows named pipes to NoSecurity (<a href="https://github.com/grpc/grpc-go/issues/6956">#6956</a>)
    <ul>
    <li>Special Thanks: <a href="https://github.com/irsl"><code>@​irsl</code></a></li>
    </ul>
    </li>
    </ul>
    <h2>Release 1.62.2</h2>
    <h1>Dependencies</h1>
    <ul>
    <li>Update http2 library to address vulnerability <a href="https://www.kb.cert.org/vuls/id/421644">CVE-2023-45288</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/grpc/grpc-go/commit/c68f4566b9cacdb11c42a6eb14ee66a33d9b7c12"><code>c68f456</code></a> Change version to 1.63.0 (<a href="https://github.com/grpc/grpc-go/issues/7050">#7050</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/6369167ae33538aca051225fe5b5e07c2b022eb5"><code>6369167</code></a> *: update http2 dependency (<a href="https://github.com/grpc/grpc-go/issues/7082">#7082</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/88547614e7427f7ce87a5f5485d897ae09044641"><code>8854761</code></a> cherry-pick: channelz: fix race accessing channelMap without lock (<a href="https://github.com/grpc/grpc-go/issues/7079">#7079</a>) (<a href="https://github.com/grpc/grpc-go/issues/7">#7</a>...</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/e62770d76fc9508a2266d8bb8c6f2967e0dbc6fc"><code>e62770d</code></a> channelz: add LocalAddr to listen sockets and test (<a href="https://github.com/grpc/grpc-go/issues/7062">#7062</a>) (<a href="https://github.com/grpc/grpc-go/issues/7063">#7063</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/4ffccf1a5f97417eeb000d521f6415b6eb33bb5f"><code>4ffccf1</code></a> googlec2p: use xdstp style template for client LDS resource name (<a href="https://github.com/grpc/grpc-go/issues/7048">#7048</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/faf9964afe47a919a1469419413a0cae4bc86769"><code>faf9964</code></a> gracefulswitch: add ParseConfig and make UpdateClientConnState call SwitchTo ...</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/800a8e02b5f25fa6aceb5771c0c263dae0928f8f"><code>800a8e0</code></a> channelz: re-add state for subchannels (<a href="https://github.com/grpc/grpc-go/issues/7046">#7046</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/dadbbfa2863a67ed640aac924b7b7fd18b50a429"><code>dadbbfa</code></a> channelz: re-add target and state (<a href="https://github.com/grpc/grpc-go/issues/7042">#7042</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/55cd7a68b3c18a0f76ea9c1be37221a5b901a798"><code>55cd7a6</code></a> channelz: major cleanup / reorganization (<a href="https://github.com/grpc/grpc-go/issues/6969">#6969</a>)</li>
    <li><a href="https://github.com/grpc/grpc-go/commit/a1033b1f44942fe30e3308ba85ee647e4187d97e"><code>a1033b1</code></a> xds: add LRS named metrics support (<a href="https://github.com/grpc/grpc-go/issues/7027">#7027</a>)</li>
    <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.62.1...v1.63.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.62.1&new-version=1.63.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@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 Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7ac6eab View commit details
    Browse the repository at this point in the history
  2. chores after releases for ASA-2024-007 (#6096)

    * added new release branches
    
    * update json files
    
    * some fixes for failing tests
    
    * fix release version
    
    * chore: post v4.6.0, v5.4.0, v6.3.0, v7.4.0, v8.2.0 releases
    
    * add release-v7.4.x folder
    crodriguezvega committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    65f0ec7 View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump DavidAnson/markdownlint-cli2-action from 15 to 16 (#…

    …6118)
    
    Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 15 to 16.
    - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
    - [Commits](DavidAnson/markdownlint-cli2-action@v15...v16)
    
    ---
    updated-dependencies:
    - dependency-name: DavidAnson/markdownlint-cli2-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e7cdeed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    126a795 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. build(deps): Bump github.com/CosmWasm/wasmvm/v2 from 2.0.0 to 2.0.1 i…

    …n /modules/light-clients/08-wasm (#6097)
    
    * build(deps): Bump github.com/CosmWasm/wasmvm/v2
    
    Bumps [github.com/CosmWasm/wasmvm/v2](https://github.com/CosmWasm/wasmvm) from 2.0.0 to 2.0.1.
    - [Release notes](https://github.com/CosmWasm/wasmvm/releases)
    - [Changelog](https://github.com/CosmWasm/wasmvm/blob/main/CHANGELOG.md)
    - [Commits](CosmWasm/wasmvm@v2.0.0...v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/CosmWasm/wasmvm/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * e2e go mod tidy
    
    * add changelog
    
    ---------
    
    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: DimitrisJim <d.f.hilliard@gmail.com>
    3 people committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    24a14d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78613f6 View commit details
    Browse the repository at this point in the history
  3. Chore: remove event emission on channel upgrade (#6063)

    * remove event emission
    
    * Update events.go
    
    * update test acrroding
    
    * update hermes tag
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Charly <charly@interchain.io>
    3 people committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8cf607e View commit details
    Browse the repository at this point in the history
  4. chore: address linting issues for more modules. (#6121)

    * Addressed lint issues for 03-connection
    
    * Address linter findings of 04-channel and 23-commitments
    
    * Address more findings.
    bznein committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b1c65fd View commit details
    Browse the repository at this point in the history
  5. chore: Address linter findings on core/02-client (#6119)

    * Address linter findings on core/02-client
    
    * Update modules/core/02-client/keeper/keeper.go
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Better panic messages.
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    bznein and crodriguezvega committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8547b0b View commit details
    Browse the repository at this point in the history
  6. chore: Address linting issues in apps/ (#6117)

    * Address linting issues in apps/
    
    * Update modules/apps/callbacks/testing/simapp/app.go
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Better panic messages
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Cian Hatton <cian@interchain.io>
    3 people committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9543cc6 View commit details
    Browse the repository at this point in the history
  7. chore: Address linter issues in e2e/ (#6115)

    * Address linter issues in e2e/.
    
    * Update e2e/testsuite/testconfig.go
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * Use aux variable to print type
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Cian Hatton <cian@interchain.io>
    3 people committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c669ce6 View commit details
    Browse the repository at this point in the history
  8. build(deps): Bump google.golang.org/grpc from 1.63.0 to 1.63.2 (#6129)

    * build(deps): Bump google.golang.org/grpc from 1.63.0 to 1.63.2
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.0 to 1.63.2.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.63.0...v1.63.2)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: make tidy-all
    
    ---------
    
    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 Apr 9, 2024
    Configuration menu
    Copy the full SHA
    cc6170e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    7590808 View commit details
    Browse the repository at this point in the history
  2. chore: add extra defensive check to SendPacket (#6131)

    * chore: add extra defensive check to SendPacket
    
    * test: adding testcase for SendPacket client zero height
    damiannolan committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c15cf6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d89cb08 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. tests: add option to dump genesis files in E2E tests (#6100)

    Co-authored-by: Nikolas De Giorgis <bznein@google.com>
    Co-authored-by: Cian Hatton <cian@interchain.io>
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    4 people committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4e9bd4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ba9146 View commit details
    Browse the repository at this point in the history
  3. chore(api!): replace Router with PortKeeper in IBCKeeper. (#6138)

    * Replace Router with PortKeeper in IBCKeeper.
    
    * Major refactoring of tests.
    
    * Remove non-working test code.
    
    * Update modules/core/05-port/keeper/keeper.go
    
    Co-authored-by: Cian Hatton <github.qpeyb@simplelogin.fr>
    
    * Make GetRoute a method of *Keeper
    
    * Update 13-v8-to-v9.md
    
    * Update CHANGELOG.md
    
    * Update 13-v8-to-v9.md
    
    * Change GetRoute signature.
    
    ---------
    
    Co-authored-by: Cian Hatton <github.qpeyb@simplelogin.fr>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7ed4847 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. e2e cleanup (#6145)

    * chores: cleanup e2e
    
    * clean up
    crodriguezvega committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fc5dbed View commit details
    Browse the repository at this point in the history
  2. chore: address linter issues in 04-channel, 06-solomachines, 09-local…

    …host (#6130)
    
    * Address linting issues in various modules.
    
    * Fixed missing return
    
    * Linting issues in 09-localhost.
    
    * Update modules/light-clients/06-solomachine/store.go
    
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    
    * Add newlines before return.
    
    ---------
    
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    eda92ef View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. build(deps): Bump cosmossdk.io/x/tx from 0.13.1 to 0.13.2 (#6151)

    * build(deps): Bump cosmossdk.io/x/tx from 0.13.1 to 0.13.2
    
    Bumps [cosmossdk.io/x/tx](https://github.com/cosmos/cosmos-sdk) from 0.13.1 to 0.13.2.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@v0.13.1...x/tx/v0.13.2)
    
    ---
    updated-dependencies:
    - dependency-name: cosmossdk.io/x/tx
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * deps: bump x/tx to 0.13.2 and run tidy-all
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    dependabot[bot] and DimitrisJim committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    11a750b View commit details
    Browse the repository at this point in the history
  2. chore: address linter findings in 07-tendermint (#6136)

    * Address linting issues in various modules.
    
    * Fixed missing return
    
    * Linting issues in 09-localhost.
    
    * Update modules/light-clients/06-solomachine/store.go
    
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    
    * Add newlines before return.
    
    * Address lint issues in 07-tendermint
    
    * Address more linter issues in 07-tendermint.
    
    * Revert changes included in different PR
    
    * Revert changes included in different PR.
    
    * Revert changes.
    
    * Revert changes.
    
    ---------
    
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    Co-authored-by: Charly <charly@interchain.io>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    4 people committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    89fdb1e View commit details
    Browse the repository at this point in the history
  3. Refactor 08-wasm with improvements after 02-client refactor (#6088)

    * tests: move tests from client state to light client module for 08-wasm.
    
    * Remove usage of globals from 08-wasm (#6103)
    
    * Move functionality from client state methods to light client module methods.
    
     - Yank all statements and delete functions as needed.
     - Make any required functions from types/ public.
     - Add the vm in the 08-wasm keeper.
     - Update documentation to include documentation of deleted functions.
    
    * Remove global VM, introspection to retrieve client identifier.
    
     - Refactor signatures to explicitly pass vm, client identifier for time being.
     - Refactor tests to conform with new signatures.
     - Replace occurences of `ibcwasm.GetVM` in other keeper functions.
    
    * Move migrateContract from clientState to keeper method.
    
    - Matches moves for other functions.
    - Move is required to address future circular dependency for state management (keeper would import types and types would import keeper)
    - Rm migrate_contract(test).go files.
    
    * Move state management to keeper.
    
    - Remove globals for state (Checksums)
    - Move access functions from types to keeper, move tests.
    - Update calls using global to instead go through keeper.
    
    * Make InitializePinnedCodes a method on the keeper.
    
    * Remove pending todo in test for migrate contract.
    
    This previously was testing a function that didn't set the client state after calling the contract (invoking through the keeper
    always sets a client state after contract invocation). Hence, even if we don't set explicitly in the migrateFn callback, we _still_ get
    a client state in the end.
    
    * Move vm entrypoint functions in keeper/ package.
    
    * feat: move vm entry points to keeper.
    
    * chore: simplify signatures.
    
    * test: add amended tests for contact keeper.
    
    * refactor: move querier to keeper package.
    
    * lint: you'll never fix me.
    
    * refactor: remove queryRouter global variable
    
     - Move into the func for creating new plugins, pass it to acceptStargateQuery directly. This is probably what wasmd did (see they don't accept a query router now?).
       Since we don't use the get elsewhere, this was the smallest diff for a globa.
     - Preemptively ran make lint-fix, gotcha linting crybaby.
    
    * refactor: remove global for query plugins.
    
    * nit: rename to queryPlugins.
    
    * refactor: remove QueryPluginsI interface.
    
    * refactor: make queryHandler a private type.
    
    * Make migrateContractCode a private function, clean up uneeded export in export_test.go for types/.
    
    * refactor: Move vm entrypoints to keeper.
    
    - Remove generic types and do unmarshalling in light client methods.
    - Move all functions onto keeper and adjust call sites.
    
    * chore: address some testing todos. Move testing unmarshal failure case to light client tests.
    
    * chore: additional tiny nits.
    
    - Consistently use wasmClientKeeper as local var name.
    - Reorg keeper fields slightly.
    - Rm 'vm.go' which was already empty.
    
    * chore: restructure definitions to make diff more readable.
    
    * d'oh: rm vm arg from instantiate.
    
    * nit: Space out keeper fields. Remove TODO for method name.
    
    * chore: address remaining TODOs.
    
    * nit: don't hold ref to schema after building it.
    
    * Update modules/light-clients/08-wasm/types/gas_register.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * lint: shut up
    
    ---------
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    DimitrisJim and damiannolan committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ebabc1c View commit details
    Browse the repository at this point in the history
  4. chore: Address linter findings in testing/ (#6150)

    * Address lint findings in testing/
    
    * Remove nolint directive
    
    ---------
    
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    bznein and DimitrisJim committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ca33574 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. imp(e2e): added generic grpc querier (#5979)

    * e2e: testsuite updated
    
    * test: fixed client_test
    
    * test: fixed ica tests
    
    * e2e: query refactor and fix more tests
    
    * test: fixed more tests
    
    * style: ran 'golangci-lint'
    
    * style: renamed query methods
    
    * refactor: fix more golangci-lint errors
    
    * e2e: attempted fix of client state query
    
    * test: fix and refactor
    
    * test: attempted fix of cmttypes
    
    * imp: fixed queries for cmttypes
    
    * fix: attempted fix for assert relayed
    
    * fix: assert relayed
    
    * imp: client fix
    
    * fix: new test
    
    * docs: fix godocs
    
    * style: ran golangci-lint
    
    ---------
    
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bb4ce39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6eb9fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27ec802 View commit details
    Browse the repository at this point in the history
  4. nit: add documentation for store/migrate contract on Keeper (#6162)

    * nit: add documentation for private methods that are too spicy (re: complex) to not document.
    
    * Update modules/light-clients/08-wasm/keeper/keeper.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    ---------
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    DimitrisJim and damiannolan committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8af554c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffb1c0a View commit details
    Browse the repository at this point in the history
  6. refactor(api!): replace legacy event asserts with current one (#6070)

    * refactor(modules/core): use asset events instead of assert event legacy
    
    * refactor(modules/apps): use asset events instead of assert event legacy
    
    * refactor: remove asset events legacy and events map
    
    * fix: linter errors
    
    * fix: linter errors
    
    * fix linter errors
    
    * add migration docs
    
    * add changelog
    
    ---------
    
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    Co-authored-by: Charly <charly@interchain.io>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    4 people committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3341773 View commit details
    Browse the repository at this point in the history
  7. tests: simplify types_tests setup to remove uneeded setting up of a m…

    …ock vm (#6164)
    
    * tests: simplify types_tests setup to remove uneeded setting up of a mock vm.
    
    * Update modules/light-clients/08-wasm/types/store_test.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * confusion: reduce it by using sensible values for store/clientIds
    
    ---------
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    041e24f View commit details
    Browse the repository at this point in the history
  8. chore: address last linter findings and upgrade golanci-lint to lates…

    …t version (1.57.2) (#6169)
    
    * Address lint findings in testing/
    
    * Remove nolint directive
    
    * Address last linter issues and upgrade linter.
    
    * chore: fix typo in Makefile (#6168)
    
    * test: don't pass keeper as argument to malleate function. (#6161)
    
    * Upgrade golangci-lint version everywhere
    
    * Address more findings.
    
    * Revert change
    
    * Revert
    
    * Last finding
    
    ---------
    
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    Co-authored-by: seayyyy <163325936+seay404@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    4 people committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    328aff2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. build(deps): Bump cosmossdk.io/api from 0.7.3 to 0.7.4 (#6174)

    Bumps [cosmossdk.io/api](https://github.com/cosmos/cosmos-sdk) from 0.7.3 to 0.7.4.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/cosmos/cosmos-sdk/commit/5030bb7387ca35679a23b87f39cc13b23b495b70"><code>5030bb7</code></a> feat(api): add bank field in v0.7.4 (ref <a href="https://github.com/cosmos/cosmos-sdk/issues/20014">#20014</a>)</li>
    <li>See full diff in <a href="https://github.com/cosmos/cosmos-sdk/compare/api/v0.7.3...api/v0.7.4">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/api&package-manager=go_modules&previous-version=0.7.3&new-version=0.7.4)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@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 Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1c4b41f View commit details
    Browse the repository at this point in the history
  2. chore: address some additional nits. (#6176)

    Make GetQueryPlugins and SetQueryPlugins as moved on the keeper private.
    Rename var to match semantics.
    Remove unecessary client state look-up in migrate contract.
    DimitrisJim committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4d3623d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. refactor(08-wasm)!: Move internal wasm types to internal folder. (#6177)

    * chore: move internal types to internal folder.
    
    * nit: remove MaxWasmByteSize function and just export the constant.
    
    * nit: Rename to MergedClientStore, add go-doc for constructor, move init to top of test file.
    
    * nit: fix references to removed function in e2e module.
    
    * nit: fix merge failure.
    DimitrisJim committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2080273 View commit details
    Browse the repository at this point in the history
  2. chore: remove repetitive words (#6181)

    Signed-off-by: careworry <worrycare@outlook.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    careworry and damiannolan committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    67b0428 View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump JamesIves/github-pages-deploy-action (#6184)

    Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.5.0 to 4.6.0.
    - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
    - [Commits](JamesIves/github-pages-deploy-action@v4.5.0...v4.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: JamesIves/github-pages-deploy-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    394b7c0 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.4 to…

    … 1.0.0-beta.5 (#6183)
    
    * 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.4 to 1.0.0-beta.5.
    - [Release notes](https://github.com/cosmos/cosmos-proto/releases)
    - [Commits](cosmos/cosmos-proto@v1.0.0-beta.4...v1.0.0-beta.5)
    
    ---
    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>
    
    * deps: make tidy-all
    
    ---------
    
    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 Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ac716e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. test: add panic cases in tests for UpgradeOpen (#5550)

    ## Description
    
    
    - Add panic test cases for `OnChanUpgradeOpen` and `OnChanUpgradeRestore`
    - Reuse mock middleware as the app which doesn't implement the `UpgradeableModule` interface from [#5406](#5406)
    
    closes: #5471 
    
    
    ### Commit Message / Changelog Entry
    
    ```text
    test: add panic cases in tests when channel upgrade open or restore 
    ```
    
    see the [guidelines](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.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 the correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.md#pull-request-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/build/building-modules/11-structure.md) and [Go style guide](../docs/dev/go-style-guide.md).
    - [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/main/testing/README.md#ibc-testing-package).
    - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`).
    - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
    - [x] Provide a [commit message](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.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.
    
    
    
    ## Summary by CodeRabbit
    
    
    - **Tests**
        - Enhanced testing for channel upgrades in interchain accounts, including new scenarios for error handling.
        - Added import for `cosmossdk.io/errors`.
        - Added `expPanic` field to test cases in `TestOnChanUpgradeOpen` function.
        - Updated the logic in `TestOnChanUpgradeOpen` to handle expected errors and panics based on test cases.
    neitdung committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    247068b View commit details
    Browse the repository at this point in the history
  2. 08-wasm: rename client store (#6187)

    * rename client store
    
    * Apply suggestions from code review
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * review comment
    
    * fix
    
    * more fixing
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    crodriguezvega and coderabbitai[bot] committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e2ad319 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. fix: avoid panic when migrate param for newly added host (#6167)

    * fix: avoid panic when migrate param for newly added host
    
    * keep default params
    
    * Apply suggestions from code review
    
    * allow use default params when set nil legacySubspace
    
    * Update CHANGELOG.md
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Update CHANGELOG.md
    
    * cleanup
    
    * refactor: rm setter in icahost migrator and adjust test case
    
    * chore: update changelog
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    4 people committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c4413c5 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump github.com/cosmos/cosmos-sdk from 0.50.5 to 0.50.6 (#…

    …6193)
    
    * build(deps): Bump github.com/cosmos/cosmos-sdk in /modules/capability
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.50.5 to 0.50.6.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@v0.50.5...v0.50.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: make tidy-all
    
    * chore: add changelogs
    
    * chore: update more changelogs
    
    * deps: bump evidence to 0.1.1
    
    * deps: bump feegrant to 0.1.1
    
    * deps: bump upgrade to 0.1.2
    
    * deps: bump circuit to 0.1.1
    
    * deps: bump tx to 0.13.3
    
    ---------
    
    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: DimitrisJim <d.f.hilliard@gmail.com>
    3 people committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6ceba47 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    58635de View commit details
    Browse the repository at this point in the history
  2. chore: remove repetitive words (#6222)

    * Update upgrades_test.go
    
    * Update base_test.go
    goofylfg committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ad1ecf6 View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump bufbuild/buf-setup-action from 1.30.1 to 1.31.0 (#6219

    )
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.30.1 to 1.31.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.30.1...v1.31.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>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5eb75b5 View commit details
    Browse the repository at this point in the history
  4. chore!: remove duplicate non-hexlified event attributes. (#6023)

    * chore: remote duplicate non-hexlified event attributes.
    
    * temp: point to commit on fork.
    
    * deps: point to interchain test commit, add changelog.
    
    * Update CHANGELOG.md
    
    * Update 13-v8-to-v9.md
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    DimitrisJim and crodriguezvega committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c882b82 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Apr 26, 2024

  1. build(deps): Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 (#…

    …6225)
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 5.0.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v4.0.0...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    038b244 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. feat(08-wasm): expose migrate entry point for 08-wasm (#6231)

    * feat: expose migrate entry point for 08-wasm
    
    * add CLI documentation
    
    * add changelog
    
    * improve CLI inline docs
    
    * small fix
    
    * rename variable
    
    * remove gov flags
    
    * use double quotes
    
    * fix lint warning
    
    * Apply suggestions from code review
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    34164ef View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. build(deps): Bump golangci/golangci-lint-action from 5.0.0 to 5.1.0 (#…

    …6244)
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.0.0 to 5.1.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v5.0.0...v5.1.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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b0d2146 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 2, 2024

  1. chore:fix export function name (#6249)

    * chore:fix export function name
    
    * perf(light-clients):use errors.New to replace fmt.Errorf with no parameters
    seay404 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    95bacce View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump github.com/cometbft/cometbft from 0.38.6 to 0.38.7 (#…

    …6239)
    
    * build(deps): Bump github.com/cometbft/cometbft from 0.38.6 to 0.38.7
    
    Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.38.6 to 0.38.7.
    - [Release notes](https://github.com/cometbft/cometbft/releases)
    - [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.7/CHANGELOG.md)
    - [Commits](cometbft/cometbft@v0.38.6...v0.38.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cometbft/cometbft
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * bump cometbft in modules
    
    * add changelog entries
    
    ---------
    
    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 May 2, 2024
    Configuration menu
    Copy the full SHA
    e046e75 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. build(deps): Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 (#…

    …6245)
    
    * build(deps): Bump google.golang.org/protobuf from 1.33.0 to 1.34.0
    
    Bumps google.golang.org/protobuf from 1.33.0 to 1.34.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * 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>
    dependabot[bot] and crodriguezvega committed May 3, 2024
    Configuration menu
    Copy the full SHA
    edeefa8 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. docs: add list of module safe queries and link to SDK docs (#6246)

    * docs: add list of module safe queries and link to SDK docs
    
    * Update 05-messages.md
    crodriguezvega committed May 5, 2024
    Configuration menu
    Copy the full SHA
    4f02df5 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. build(deps): Bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 (#…

    …6258)
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.1.0 to 5.3.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v5.1.0...v5.3.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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 6, 2024
    Configuration menu
    Copy the full SHA
    bbdcc8c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. imp(apps): allow one sided fee middleware handshakes to complete (#6253)

    * imp: added counter version proposal to try step
    
    * test: fixed tests
    
    * test: tested removing fee middleware
    
    * test: added ica onesided test
    
    * add changelog
    
    * imp: improved RemoveFeeMiddleware
    
    * nit: damian
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    srdtrk and crodriguezvega committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3b3ecc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f11db42 View commit details
    Browse the repository at this point in the history
  3. chore: reduce allocations (#6233)

    * refactor: improve perf
    
    * review comment
    
    * rollback
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d34bf44 View commit details
    Browse the repository at this point in the history
  4. chore(api!): move additional methods to light client module (#6230)

    * move methods to light client module
    
    * remove status function from client state
    
    * update changelog + migration docs
    
    * godoc: update godoc of solomachine status method
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7f274d5 View commit details
    Browse the repository at this point in the history
  5. build(deps): Bump golangci/golangci-lint-action from 5.3.0 to 6.0.0 (#…

    …6266)
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.3.0 to 6.0.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v5.3.0...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 7, 2024
    Configuration menu
    Copy the full SHA
    fd2ec0d View commit details
    Browse the repository at this point in the history
  6. build(deps): Bump google.golang.org/protobuf from 1.34.0 to 1.34.1 (#…

    …6265)
    
    * build(deps): Bump google.golang.org/protobuf from 1.34.0 to 1.34.1
    
    Bumps google.golang.org/protobuf from 1.34.0 to 1.34.1.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: make tidy-all
    
    ---------
    
    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: colin axnér <25233464+colin-axner@users.noreply.github.com>
    3 people committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9413b4e View commit details
    Browse the repository at this point in the history
  7. fix: delete already refunded fees from state if some fee cannot be re…

    …funded on channel closure (#6255)
    
    * delete the refunded fees in case an error happens in the loop that refunds fees on channel closure
    
    * test simplifications
    
    * fix typo
    
    * clean up code
    
    * fix logic
    
    * add changelog
    crodriguezvega committed May 7, 2024
    Configuration menu
    Copy the full SHA
    500765e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. imp: check length of slices of messages (#6256)

    * imp: check length of slices of messages
    
    * add changelog
    
    * change test limits
    crodriguezvega committed May 8, 2024
    Configuration menu
    Copy the full SHA
    478f4c6 View commit details
    Browse the repository at this point in the history
  2. nit: remove needless logger definitions (#6262)

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    srdtrk and crodriguezvega committed May 8, 2024
    Configuration menu
    Copy the full SHA
    edd41da View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. build(deps): Bump golangci/golangci-lint-action from 6.0.0 to 6.0.1 (#…

    …6277)
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.0.0 to 6.0.1.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v6.0.0...v6.0.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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f5a62cf View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    af02f3b View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump cosmossdk.io/api from 0.7.4 to 0.7.5 (#6282)

    * build(deps): Bump cosmossdk.io/api from 0.7.4 to 0.7.5
    
    Bumps [cosmossdk.io/api](https://github.com/cosmos/cosmos-sdk) from 0.7.4 to 0.7.5.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@api/v0.7.4...api/v0.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: cosmossdk.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * bump cosmossdk.io/api to v0.7.5 in modules
    
    ---------
    
    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 May 10, 2024
    Configuration menu
    Copy the full SHA
    055351f View commit details
    Browse the repository at this point in the history
  3. e2e: add compatibility tests for v7.5.x and v8.3.x (#6228)

    * e2e: add compatibility tests for v7.5.x and v8.3.x
    
    * add ica queries test for main
    
    * add v7.5 as version that supports unordered ICA channels
    
    * SDK supports transaction event querying since v0.50
    
    * fix if statement
    
    * add missing tests
    
    * verifying the response of the ICA query is only possible if the chain support the --query flag
    
    * try --events flag for querying txs by events
    
    * remove unused variable
    
    * hopefully this does the trick to make the query work
    
    * add logging
    
    * remove logging
    
    ---------
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    crodriguezvega and damiannolan committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5279120 View commit details
    Browse the repository at this point in the history
  4. imp: allow memo strings instead of keys for transfer authorizations (#…

    …6268)
    
    * imp: allow memo strings instead of keys for transfer authorizations
    
    * add changelog
    
    * handle error from compact
    
    * return error
    
    * improve test
    
    * not enforce that memo strings of allowed packet data must be JSON-encoded strings
    
    * use slices contains to check if memo is allowed
    
    * Update modules/apps/transfer/types/transfer_authorization.go
    
    Co-authored-by: srdtrk <59252793+srdtrk@users.noreply.github.com>
    
    * Update modules/apps/transfer/types/transfer_authorization.go
    
    Co-authored-by: srdtrk <59252793+srdtrk@users.noreply.github.com>
    
    * lint
    
    ---------
    
    Co-authored-by: srdtrk <59252793+srdtrk@users.noreply.github.com>
    crodriguezvega and srdtrk committed May 10, 2024
    Configuration menu
    Copy the full SHA
    0a22b7a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. docs: improve kapa ai styling

    srdtrk committed May 13, 2024
    Configuration menu
    Copy the full SHA
    bca605e View commit details
    Browse the repository at this point in the history
  2. fix: noop on UpdateState for invalid misbehaviour (#6276)

    * fix: noop on UpdateState for invalid misbehaviour
    
    * godoc: update godoc for UpdateState
    
    * Update modules/light-clients/07-tendermint/update.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * chore: add changelog
    
    ---------
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4f31a3c View commit details
    Browse the repository at this point in the history
  3. docs: bump docusaurus to v3.3 and improve kapa ai (#6294)

    * deps: docusaurus v3.3
    
    * imp: kapa ai
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    srdtrk and crodriguezvega committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c85d37b View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    crodriguezvega committed May 13, 2024
    Configuration menu
    Copy the full SHA
    de92573 View commit details
    Browse the repository at this point in the history
  5. Typo fix (#6298)

    * typo: implement s -> implements
    
    * typo:passthrough -> pass through
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    ma68584703 and crodriguezvega committed May 13, 2024
    Configuration menu
    Copy the full SHA
    36d1335 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. imp: add updateClientCheckTx to redunant relayer ante decorator (#6279)

    * imp: add checkTxUpdateClient to redunant relayer ante decorator
    
    * chore: update godoc and duplicate imports
    
    * test: add coverage for checkTxUpdateClient func
    
    * chore: rename ante func to updateClientCheckTx
    damiannolan committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3da4830 View commit details
    Browse the repository at this point in the history
  2. docs: documentation for v7.5.x (#6271)

    * docs: add versioned folder for v7.5.x
    
    * docs for ICA unordered channels and queries
    
    * docs for allowed memo strings for transfer authorizations
    
    * delete v7.4.x docs
    
    * Apply suggestions from code review
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * update link
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    crodriguezvega and coderabbitai[bot] committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5aa8922 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. fix(e2e/internal/directories): fix potential infinite loop (#6287)

    * fix: fix potential loop goes forever
    
    * fix: wrong condition in the for loop
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    kien6034 and crodriguezvega committed May 15, 2024
    Configuration menu
    Copy the full SHA
    340ef64 View commit details
    Browse the repository at this point in the history
  2. docs: fixed compile error (#6312)

    * ci: fix
    
    * docs: fix
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    srdtrk and crodriguezvega committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0923e49 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. upgrade checkout action to version using node20 (#6308)

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    cario-dev and crodriguezvega committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2cbcc34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ba52c5 View commit details
    Browse the repository at this point in the history
  3. refactor: remove unnecessary exported.Proof interface type (#6320)

    * refactor: remove unnecessary interface type
    
    * add changelog and update migration docs
    
    * Update CHANGELOG.md
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    3 people committed May 16, 2024
    Configuration menu
    Copy the full SHA
    fd14522 View commit details
    Browse the repository at this point in the history
  4. build(deps): Bump google.golang.org/grpc from 1.63.2 to 1.64.0 (#6318)

    * build(deps): Bump google.golang.org/grpc from 1.63.2 to 1.64.0
    
    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.2 to 1.64.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.63.2...v1.64.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>
    
    * bump google.golang.org/grpc in modules
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people committed May 16, 2024
    Configuration menu
    Copy the full SHA
    832f79c View commit details
    Browse the repository at this point in the history
  5. chore: update compatibility tests with v7.5.0 (#6309)

    * chore: update compatibility tests with v7.5.0
    
    * update unreleased compatibility json files
    crodriguezvega committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c70464f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01a63ca View commit details
    Browse the repository at this point in the history
  7. docs: documentation for v8.3.x (#6311)

    * docs: documentation for v8.3.x
    
    * docs: fixed compile error
    
    ---------
    
    Co-authored-by: srdtrk <srdtrk@hotmail.com>
    crodriguezvega and srdtrk committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e8c852d View commit details
    Browse the repository at this point in the history
  8. chore(ante): refactor ante tests to use expected errors (#6310)

    * add expErr and fix nil updateClientMessage on testcase setup
    
    * linting
    
    ---------
    
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    TropicalDog17 and DimitrisJim committed May 16, 2024
    Configuration menu
    Copy the full SHA
    76eb0da View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. fix: no-op rather than panic in solomachine update state (#6313)

    * fix: no-op rather than panic in solomachine update state
    
    * Update modules/light-clients/06-solomachine/update.go
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * add changelog
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ca240f8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. perf: exclude pruning from tendermint update client in ante handler e…

    …xecution (#6278)
    
    * performance: exit early on recvpacket to exclude app callbacks
    
    * perf: skip pruning on check tx and recheck tx
    
    * change fmt.Errorf to errors.New
    
    * fix: check execMode simulate in conditional
    
    * revert: recv packet changes
    
    * fix: account for simulation in pruning check
    
    * fix: reuse checkTx ctx
    
    * chore: add changelog
    
    ---------
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    colin-axner and damiannolan committed May 20, 2024
    Configuration menu
    Copy the full SHA
    67b23cd View commit details
    Browse the repository at this point in the history
  2. perf: minimize necessary execution on recvpacket checktx (#6302)

    * perf: only perform core ibc logic on recvpacket checktx
    
    * try me linter
    
    * fix: reorder if and add comment
    
    * chore: add changelog entry
    colin-axner committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0993246 View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump JamesIves/github-pages-deploy-action (#6332)

    Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.0 to 4.6.1.
    - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
    - [Commits](JamesIves/github-pages-deploy-action@v4.6.0...v4.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: JamesIves/github-pages-deploy-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: colin axnér <25233464+colin-axner@users.noreply.github.com>
    dependabot[bot] and colin-axner committed May 20, 2024
    Configuration menu
    Copy the full SHA
    60d91e1 View commit details
    Browse the repository at this point in the history
  4. build(deps): Bump bufbuild/buf-setup-action from 1.31.0 to 1.32.0 (#6326

    )
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.31.0 to 1.32.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.31.0...v1.32.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 May 20, 2024
    Configuration menu
    Copy the full SHA
    b6e7de5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    895aac9 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. perf: minimize logic on rechecktx for recvpacket (#6280)

    * perf: minimize logic on rechecktx for recvpacket
    
    * refactor: rework layout for recvpacket rechecktx
    
    * test: add tests for 04-channel rechecktx func
    
    * test: add tests for core ante handler
    
    * chore: add comment explaining is rechecktx usage
    
    * linter appeasement
    
    * chore: add changelog entry
    
    * Update modules/core/ante/ante.go
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    
    * imp: use cached ctx for consistency
    
    * refactor: change added test to use expected errors
    
    * lint
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    colin-axner and crodriguezvega committed May 21, 2024
    Configuration menu
    Copy the full SHA
    56ae97d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e70179 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06ca9a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7897ef3 View commit details
    Browse the repository at this point in the history
  5. lint

    colin-axner committed May 21, 2024
    Configuration menu
    Copy the full SHA
    786a4f1 View commit details
    Browse the repository at this point in the history