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

Merge upstream changes #46

Open
wants to merge 221 commits into
base: merge_upstream
Choose a base branch
from

Commits on Jan 31, 2024

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

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    8217d10 View commit details
    Browse the repository at this point in the history
  2. fix: use the consensus state at client latest height in status CLI (#…

    …3829)
    
    * Use the consensus state at client latest height in status CLI
    
    * Add changelog
    ancazamfir authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    fae5132 View commit details
    Browse the repository at this point in the history
  3. Index fetched data by the given chain name to account for mismatch be…

    …tween name in chain registry and chain identifier (#3808)
    
    * Index fetched data by the given chain name to account for mismatch between name in chain registry and chain identifier
    
    * Show output when fetching chain data
    romac authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6a8d2d7 View commit details
    Browse the repository at this point in the history
  4. fix: add syncing check for gRPC node (#3833)

    * Add syncing check for gRPC node.
    
    * Fix comment.
    
    * Add changelog
    ancazamfir authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    afc46a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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

Commits on Feb 7, 2024

  1. Bump ics23 from 0.11.0 to 0.11.1 (#3839)

    Bumps [ics23](https://github.com/cosmos/ics23) from 0.11.0 to 0.11.1.
    - [Release notes](https://github.com/cosmos/ics23/releases)
    - [Changelog](https://github.com/cosmos/ics23/blob/master/CHANGELOG.md)
    - [Commits](cosmos/ics23@rust/v0.11.0...rust/v0.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: ics23
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5307151 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    7cfb234 View commit details
    Browse the repository at this point in the history
  2. Remove assumption that ICS-04 packet data is a valid UTF-8 string (#3768

    )
    
    * Do not assume JSON-encoded packet data by using the `packet_data_hex` attribute instead of deprecated `packet_data`
    
    Relying on the `packet_data` attribute enforces a UTF-8 encoded payload (eg. JSON),
    disallowing Protobuf-encoded payloads which we are starting to see in the wild.
    
    The `packet_data` atttribute has been deprecated in favor of `packet_data_hex` since IBC-Go v1.0.0. [0]
    
    [0]: https://github.com/cosmos/ibc-go/blob/fadf8f2b0ab184798d021d220d877e00c7634e26/CHANGELOG.md?plain=1#L1417
    
    * Ensure packet data is encoded to/decoded from lowercase hex
    
    * Refactor conversion from `RawObject` to `Packet`
    
    * Revert change in JSON serialization of packet data case as hex
    
    * Decode packets from `packet_data_hex` in NewBlock events as well
    
    * Bump ibc-proto to v0.41.0
    
    * Use branch of ibc-proto with support for invalid UTF-8 event attributes
    
    * Update ibc-proto to v0.42.0 to finalize fix for non-UTF-8 packet data (#3844)
      * Add legacy message to register ICA account for ibc-go versions prior to v8.1.0
    
    ---------
    
    Co-authored-by: Luca Joss <luca@informal.systems>
    romac and ljoss17 authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    5cde31b View commit details
    Browse the repository at this point in the history
  3. Fix clippy warnings

    romac committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    16abe32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f986dc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Include banner in README.md (#3854)

    The banner is similar to the rest of the IBC ecosystem repositories, eg [ibc-go](https://github.com/cosmos/ibc-go/blob/main/README.md)
    
    Signed-off-by: Adi Seredinschi <adi@informal.systems>
    adizere authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9130641 View commit details
    Browse the repository at this point in the history
  2. Bump jaxxstorm/action-install-gh-release from 1.10.0 to 1.11.0 (#3848)

    Bumps [jaxxstorm/action-install-gh-release](https://github.com/jaxxstorm/action-install-gh-release) from 1.10.0 to 1.11.0.
    - [Release notes](https://github.com/jaxxstorm/action-install-gh-release/releases)
    - [Commits](jaxxstorm/action-install-gh-release@v1.10.0...v1.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: jaxxstorm/action-install-gh-release
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    17b218b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b41efa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea44c82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8736bba View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. feat: add simulate errors metrics (#3846)

    * feat: add simulate errors metrics
    
    * feat: add error message
    
    * chore: add docs
    
    * chore: add unclog entry
    
    * chore: cargo fmt
    
    * Update .changelog/unreleased/features/3845-add-simulate-errors-metric.md
    
    Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Signed-off-by: Sergey <83376337+freak12techno@users.noreply.github.com>
    
    * chore: renamed unreleased file
    
    * Update changelog entry
    
    ---------
    
    Signed-off-by: Sergey <83376337+freak12techno@users.noreply.github.com>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    3 people authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5512d17 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Bump tendermint-proto from 0.34.0 to 0.34.1 (#3861)

    Bumps [tendermint-proto](https://github.com/informalsystems/tendermint-rs) from 0.34.0 to 0.34.1.
    - [Release notes](https://github.com/informalsystems/tendermint-rs/releases)
    - [Changelog](https://github.com/informalsystems/tendermint-rs/blob/v0.34.1/CHANGELOG.md)
    - [Commits](informalsystems/tendermint-rs@v0.34.0...v0.34.1)
    
    ---
    updated-dependencies:
    - dependency-name: tendermint-proto
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    dab1cc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5154f01 View commit details
    Browse the repository at this point in the history
  3. Make ordered channels more resilient in the face of failing packets (#…

    …3610)
    
    * Start scaffolding ica_ordered_channel test
    
    * Disable packet clearing
    
    * Add ica_ordered_channel test
    
    * Move some imports around
    
    * Clean up imports
    
    * Add sleep calls in between supervisor runs
    
    * Formatting
    
    * Fix compilation issues
    
    * Emphasize wording in documentation
    
    * Fill in code from discussion
    
    * Rename TrakingId::ClearId to TrackingId::PacketClearing
    
    * Compile ica ordered channel test under the ica feature flag
    
    * Cargo fmt
    
    * Move interchain_send_tx fn to test-framework crate
    
    * Cargo fmt
    
    * Update relayer config for consumer chain
    
    * Move ica_ordered_channel test under the ica feature
    
    * Move ica_transfer test under ica feature
    
    * Check that ICA channel is eventually established using the supervisor
    
    * Fix clippy warnings
    
    * Improve logs
    
    * Add changelog entry
    
    * Fix compilation of ICA tests
    
    * Add `force_disable_clear_on_start` config option, only available in test code
    
    * Cleanup
    
    * Check whether packet clear is needed instead of reacting to error when it fails
    
    * Force disable clear on start in ICA ordered channel test
    
    * Update changelog entry
    
    * Improve ICA ordered channel test asserts
    
    ---------
    
    Signed-off-by: Sean Chen <seanchen11235@gmail.com>
    Co-authored-by: Romain Ruetschi <106849+romac@users.noreply.github.com>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Co-authored-by: Luca Joss <luca@informal.systems>
    4 people authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c453676 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Add memo_overwrite configuration (#3863)

    * Add configuration to overwrite relayer memo
    
    * Add test for memo override
    
    * Add 'memo_overwrite' config documentation
    
    * Add changelog entry
    ljoss17 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    df6cd29 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Recover from gas simulation failures on legacy chains (#3793)

    Closes: #3792
    
    Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    mdyring and ljoss17 authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    df29acc View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    0b29b58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c1b1ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c641ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f9fdb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    40d74f6 View commit details
    Browse the repository at this point in the history
  2. Add configuration to skip packet sequences when clearing (#3862)

    * Implement packet clearing filtering logic
    
    * Add tests for packet clearing filter
    
    * Add documentation
    
    * Add changelog entry
    
    * Add excluded sequences to `LinkParameters` struct
    
    * Fix sequence filter by adding setting it to be per-channel
    
    * Skip sequence filter test with Celestia due to the token filter module
    
    * Small refactor
    
    * Small cleanup
    
    ---------
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0f690a0 View commit details
    Browse the repository at this point in the history
  3. Improve out of gas error log (#3874)

    * Add additional information for out of gas error
    
    * Add guide entry for troubleshooting gas errors
    
    * Add changelog entry
    
    * Apply suggestions from code review
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    cac00ee View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Release Hermes v1.8.1 (#3876)

    * Build release changelog
    
    * Bump version number
    
    * Fix typos
    
    * Update CHANGELOG.md
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    * Update changelog
    
    ---------
    
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    79d10c5 View commit details
    Browse the repository at this point in the history
  2. Fix Docker image workflow

    romac committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    80aea8e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Bump serde from 1.0.195 to 1.0.197 (#3884)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.195 to 1.0.197.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.195...v1.0.197)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e16dbb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb9d42e View commit details
    Browse the repository at this point in the history
  3. Add Injective to chains running tests in CI (#3886)

    * Add Injective to chains running tests in CI
    
    * Add changelog and Injective to multi-chains-test
    
    * Fix ICS29 timeout fee test compatibility for ibc-go v8.1+
    
    * Add compatibility to ICS29 tests for ibc-go v8.1+
    
    * Fix typos
    ljoss17 authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    11ed07f View commit details
    Browse the repository at this point in the history
  4. Fix clear packets CLI bug where counterparty_channel_id cannot be…

    … found (#3890)
    
    * Use correct counterparty channel and port id when creating reverse link in packet clearing CLI
    
    * Add changelog
    ljoss17 authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e4aea2a View commit details
    Browse the repository at this point in the history
  5. Change connection and handshake retry strategy to retry max 10 times …

    …over two blocks (5 times per block) (#3864)
    
    * Change connection and handshake retry strategy to retry max 10 times over two blocks (5 times per block)
    
    * Add changelog entry
    
    * Update 3864-handshake-retry.md
    
    Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Signed-off-by: Romain Ruetschi <github@romac.me>
    romac and ljoss17 authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    bff1ee9 View commit details
    Browse the repository at this point in the history
  6. Release v1.8.2 (#3891)

    * Bump version to 1.8.2
    
    * Fix warnings on latest nightly
    
    * Create v1.8.2 changelog
    
    * Rephrase changelog summary
    
    * Reword changelog
    
    * Update CHANGELOG.md
    
    Co-authored-by: Luca Joss <luca@informal.systems>
    Signed-off-by: Romain Ruetschi <romain@informal.systems>
    romac and ljoss17 authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    06dfbaf View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. fix: fixed minimum-gas-prices healthcheck messages and make it more v…

    …erbose/clear (#3898)
    
    * fix: fixed minimum-gas-prices healthcheck messages and make it more verbose/clear
    
    * Update changelog entry
    
    * Small refactor
    
    ---------
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    freak12techno and romac authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    6ffb295 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Proceed to next block after a few retries if Hermes can't parse curre…

    …nt block during event sourcing (#3906)
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    tkxkd0159 and romac authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    97c575e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b076784 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Set compat_mode for pull mode in hermes listen command (#3911)

    * set compat_mode for pull mode
    
    * add CHANGELOG
    tkxkd0159 authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0783023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d223dd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Add action to determine and check the MSRV (#3909)

    * Use actions-rust-lang action for setting up Rust
    
    * Add action to determine and check the MSRV
    
    * Update MSRV to 1.71.1
    
    * Check MSRV on CI
    
    * Fix warning
    
    * Update cargo-doc nightly
    
    * Use latest cargo-msrv
    
    * Update guide/src/quick-start/pre-requisites.md
    
    Signed-off-by: Romain Ruetschi <github@romac.me>
    
    ---------
    
    Signed-off-by: Romain Ruetschi <github@romac.me>
    romac authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b0ddfeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b4ec69 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Bump crossbeam-channel from 0.5.11 to 0.5.12 (#3918)

    Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.11 to 0.5.12.
    - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
    - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
    - [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.11...crossbeam-channel-0.5.12)
    
    ---
    updated-dependencies:
    - dependency-name: crossbeam-channel
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d7e0cb7 View commit details
    Browse the repository at this point in the history
  2. Bump async-trait from 0.1.77 to 0.1.79 (#3919)

    Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.77 to 0.1.79.
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](dtolnay/async-trait@0.1.77...0.1.79)
    
    ---
    updated-dependencies:
    - dependency-name: async-trait
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a1fa6ee View commit details
    Browse the repository at this point in the history
  3. Update release-template.md to consistently notify comms team (#3908)

    Trying to find a way for the marketing/comms team to get early notification, consistently, that a new release will happen.
    
    @romac or Luca (not tagging b/c of holidays) if you prefer other approaches then happy to go with something else.
    
    Signed-off-by: Adi Seredinschi <adi@informal.systems>
    adizere authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a1c4360 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Use pull event source when generating configuration with `hermes conf…

    …ig auto` (#3920)
    
    * Use pull event source when generating configuration with `hermes config auto`
    
    * Add changelog entry
    romac authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ff9e2df View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    07f4059 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3fc891 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23a2d00 View commit details
    Browse the repository at this point in the history
  4. Remove telemetry and rest-server feature flags (#3878)

    * Enable telemetry unconditionally and remove `telemetry` feature flag
    
    * Formatting
    
    * Add changelog entry
    
    * Remove `rest-server` feature flag
    
    * Update changelog entry
    
    ---------
    
    Signed-off-by: Romain Ruetschi <romain@informal.systems>
    romac authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    cf17704 View commit details
    Browse the repository at this point in the history
  5. Use packet_ack_hex event attribute instead of deprecated `packet_ac…

    …k` attribute to decode `WriteAck` event (#3922)
    
    * Use `packet_ack_hex` event attribute instead of deprecated `packet_ack` attribute
    
    * Add changelog entry
    romac authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5e49554 View commit details
    Browse the repository at this point in the history
  6. Bump reqwest from 0.11.23 to 0.11.27 (#3923)

    Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.23 to 0.11.27.
    - [Release notes](https://github.com/seanmonstar/reqwest/releases)
    - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
    - [Commits](seanmonstar/reqwest@v0.11.23...v0.11.27)
    
    ---
    updated-dependencies:
    - dependency-name: reqwest
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ccd45d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    04361f2 View commit details
    Browse the repository at this point in the history
  2. Update nix flake (#3933)

    ljoss17 authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6a3212a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 11, 2024

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

Commits on Apr 15, 2024

  1. Bump bitcoin from 0.31.1 to 0.31.2 (#3938)

    Bumps [bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) from 0.31.1 to 0.31.2.
    - [Release notes](https://github.com/rust-bitcoin/rust-bitcoin/releases)
    - [Commits](rust-bitcoin/rust-bitcoin@bitcoin-0.31.1...bitcoin-0.31.2)
    
    ---
    updated-dependencies:
    - dependency-name: bitcoin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    672d2ec View commit details
    Browse the repository at this point in the history
  2. Bump serde_json from 1.0.111 to 1.0.115 (#3935)

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.111 to 1.0.115.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.111...v1.0.115)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    585fe96 View commit details
    Browse the repository at this point in the history
  3. Bump h2 from 0.3.25 to 0.3.26 in /tools/query-events (#3929)

    Bumps [h2](https://github.com/hyperium/h2) from 0.3.25 to 0.3.26.
    - [Release notes](https://github.com/hyperium/h2/releases)
    - [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
    - [Commits](hyperium/h2@v0.3.25...v0.3.26)
    
    ---
    updated-dependencies:
    - dependency-name: h2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8ca40e3 View commit details
    Browse the repository at this point in the history
  4. Bump h2 from 0.3.24 to 0.3.26 (#3928)

    Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26.
    - [Release notes](https://github.com/hyperium/h2/releases)
    - [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
    - [Commits](hyperium/h2@v0.3.24...v0.3.26)
    
    ---
    updated-dependencies:
    - dependency-name: h2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1ea8227 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Bump uuid from 1.7.0 to 1.8.0 (#3949)

    Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.7.0 to 1.8.0.
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](uuid-rs/uuid@1.7.0...1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a67a3e1 View commit details
    Browse the repository at this point in the history
  2. Bump serde_yaml from 0.9.31 to 0.9.34+deprecated (#3948)

    Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.31 to 0.9.34+deprecated.
    - [Release notes](https://github.com/dtolnay/serde-yaml/releases)
    - [Commits](dtolnay/serde-yaml@0.9.31...0.9.34)
    
    ---
    updated-dependencies:
    - dependency-name: serde_yaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4bc63cd View commit details
    Browse the repository at this point in the history
  3. Bump time from 0.3.31 to 0.3.36 (#3946)

    Bumps [time](https://github.com/time-rs/time) from 0.3.31 to 0.3.36.
    - [Release notes](https://github.com/time-rs/time/releases)
    - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
    - [Commits](time-rs/time@v0.3.31...v0.3.36)
    
    ---
    updated-dependencies:
    - dependency-name: time
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    fb7c9dc View commit details
    Browse the repository at this point in the history
  4. Bump prost from 0.12.3 to 0.12.4 (#3937)

    Bumps [prost](https://github.com/tokio-rs/prost) from 0.12.3 to 0.12.4.
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Commits](tokio-rs/prost@v0.12.3...v0.12.4)
    
    ---
    updated-dependencies:
    - dependency-name: prost
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ec8ae19 View commit details
    Browse the repository at this point in the history
  5. Bump peaceiris/actions-gh-pages from 3 to 4 (#3934)

    Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4.
    - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
    - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
    - [Commits](peaceiris/actions-gh-pages@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: peaceiris/actions-gh-pages
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4ece16a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Update Gaia, Stride, Neutron and Osmosis versions used in CI (#3944)

    * Use Gaia v15.2.0 in CI jobs
    
    * Update consumer chain bootstrap in test-framework
    
    * Fix ICQ test
    
    * Update dev-env script to work with Gaia v15
    
    * Fix ICQ test by increasing time between ICQs
    
    * Fix Celestia CI job
    
    * Fix create_fork.sh used in misbehaviour test
    
    * Fix client upgrade test
    
    * Fix bug where only first CCQ event was extracted (#3955)
    
    * Fix create_fork.sh used in misbehaviour test
    
    * Fix client upgrade test
    
    * Fix 'interchainquery' event extraction to extract all events instead of only the first one
    
    * Add changelog entry
    
    * Update .changelog/unreleased/bug-fixes/ibc-relayer/3954-interchainquery-missed-events.md
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    * ICS 031 event extraction perf improvement and refactor (#3956)
    
    * Small performance optimizations
    
    * Re-use existing `append_events` infrastructure
    
    * Cleanup
    
    * Add the flag '--reject-config-defaults' to the start command for Osmosis
    
    ---------
    
    Co-authored-by: Luca Joss <luca@informal.systems>
    Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    
    ---------
    
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d0b2491 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Bump rustls from 0.21.10 to 0.21.11 (#3963)

    Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to 0.21.11.
    - [Release notes](https://github.com/rustls/rustls/releases)
    - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
    - [Commits](rustls/rustls@v/0.21.10...v/0.21.11)
    
    ---
    updated-dependencies:
    - dependency-name: rustls
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    402b8c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa85985 View commit details
    Browse the repository at this point in the history
  3. Update Migaloo Chain version used in CI (#3965)

    * Update Nix flake
    
    * Add changelog entry
    ljoss17 authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    87da864 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f71c409 View commit details
    Browse the repository at this point in the history
  5. Update Juno version used in CI (#3962)

    * Update Juno version used in CI and run ica tests with Juno
    
    * Add changelog entry
    
    ---------
    
    Signed-off-by: Romain Ruetschi <romain@informal.systems>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    bdbbef3 View commit details
    Browse the repository at this point in the history
  6. Update wasmd version used in CI (#3968)

    * Update nix flake
    
    * Add changelog entry
    ljoss17 authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2138a49 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update tendermint-rs to 0.35.0 (#3895)

    * Update tendermint-rs to 0.35.0
    
    * Add changelog entries
    
    * Update to ibc-proto-rs v0.43.0
    romac authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    99be9a7 View commit details
    Browse the repository at this point in the history
  2. Bump itertools from 0.10.5 to 0.12.1 (#3974)

    Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.12.1.
    - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
    - [Commits](rust-itertools/itertools@v0.10.5...v0.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: itertools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    df5d09b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Update to tendermint-rs v0.36.0 (#3966)

    * Adapt to upcoming changes in tendermint-rs regarding `EventAttribute` keys and values
    
    informalsystems/tendermint-rs#1405
    
    * Update tendermint-rs to 0.36.0
    
    * Remove ibc-proto patch
    romac authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    954c2f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    962cbd1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Bump serde from 1.0.198 to 1.0.201 (#3986)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.198 to 1.0.201.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.198...v1.0.201)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    42cd6ff View commit details
    Browse the repository at this point in the history
  2. Bump prometheus from 0.13.3 to 0.13.4 (#3981)

    Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.13.3 to 0.13.4.
    - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md)
    - [Commits](tikv/rust-prometheus@v0.13.3...v0.13.4)
    
    ---
    updated-dependencies:
    - dependency-name: prometheus
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    4ca6009 View commit details
    Browse the repository at this point in the history
  3. Bump serial_test from 3.1.0 to 3.1.1 (#3977)

    Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/palfrey/serial_test/releases)
    - [Commits](palfrey/serial_test@v3.1.0...v3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: serial_test
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    25f5475 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Fix spelling (#4001)

    ancazamfir authored May 27, 2024
    Configuration menu
    Copy the full SHA
    be3fc03 View commit details
    Browse the repository at this point in the history
  2. Query consensus states on counterparty chain for double vote evidence (

    …#3998)
    
    * Query consensus states on counterparty chain for double vote evidence
    ancazamfir authored May 27, 2024
    Configuration menu
    Copy the full SHA
    1b3d785 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Bump serde from 1.0.201 to 1.0.203 (#4002)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.201 to 1.0.203.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.201...v1.0.203)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    5357a62 View commit details
    Browse the repository at this point in the history
  2. --- (#3996)

    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    d30188f View commit details
    Browse the repository at this point in the history
  3. --- (#3995)

    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    5c4d488 View commit details
    Browse the repository at this point in the history
  4. --- (#3994)

    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    5835010 View commit details
    Browse the repository at this point in the history
  5. --- (#3992)

    updated-dependencies:
    - dependency-name: prost
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    b1860f9 View commit details
    Browse the repository at this point in the history
  6. --- (#3991)

    updated-dependencies:
    - dependency-name: jaxxstorm/action-install-gh-release
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    958223c View commit details
    Browse the repository at this point in the history
  7. --- (#3990)

    updated-dependencies:
    - dependency-name: cachix/cachix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    3ef2a35 View commit details
    Browse the repository at this point in the history
  8. Release Hermes v1.8.3 (#4005)

    * Query consensus states on counterparty chain for double vote evidence (#3998)
    
    * Query consensus states on counterparty chain for double vote evidence
    
    * Bump version to 1.8.3
    
    * Update changelog
    
    * Fix clippy warnings
    
    ---------
    
    Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
    romac and ancazamfir authored May 28, 2024
    Configuration menu
    Copy the full SHA
    c79d39b View commit details
    Browse the repository at this point in the history
  9. Query consensus states on counterparty chain for double vote evidence (

    …#3998)
    
    * Query consensus states on counterparty chain for double vote evidence
    ancazamfir authored and romac committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1d2aa0c View commit details
    Browse the repository at this point in the history
  10. Merge branch 'v1.8.x'

    romac committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ddfc0f5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Update dynamic gas fee to work with FeeMarket (#4004)

    * Update dynamic gas fee to work with FeeMarket
    
    * Add changelog
    
    * Remove unnecessary struct
    
    * Apply suggestions from code review
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    * Fix import error
    
    * Move dynamic gas fee url creation into query_eip_base_fee method
    
    * Improve identification of Osmosis chain when querying dynamic gas fee
    
    * Fix if condition for Osmosis chain in dynamic gas fee
    
    * Apply suggestions from code review
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored May 29, 2024
    Configuration menu
    Copy the full SHA
    6d377ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d60057f View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Channel upgradability (#3228)

    * Add new channel states
    
    * Change channel state enum discriminants
    
    * Update channel state doc comment
    
    * Stub out channel upgrade CLI commands
    
    * Use tx_chan_cmd macro for TxChanOpenInit command
    
    * Stub out build_channel_upgrade_init function
    
    * Add MsgChannelUpgradeInit type
    
    * Add more tests for MsgChannelUpgradeInit message type
    
    * Add chan_upgrade_try file for MsgChannelUpgradeTry message type
    
    * Add build_chan_upgrade_init_and_send method
    
    * Add UpgradeInit and UpgradeTry ChannelEvents
    
    * Fix compilation errors with UpgradeInit and UpgradeTry impls
    
    * Stub out MsgChannelUpgradeTry
    
    * Add missing fields to MsgChannelUpgradeInit
    
    * Use ibc-proto branch with channel upgrade messages
    
    * Fill in todos
    
    * Comment out code in tx chan-upgrade-init and add todos
    
    * Add `UpgradeTimeout` enum
    
    * Fleshing out MsgChannelUpgradeTry
    
    * Clean up MsgChannelUpgradeTry
    
    * Clean up MsgChannelUpgradeTry
    
    * Fix error conversion
    
    * Formatting and clippy
    
    * Disable tests and fix more clippy warnings
    
    * Re-enable tests
    
    * Wrap up channel upgrade init CLI
    
    * Cargo fmt
    
    * Remove unnecessary CLI parameter
    
    * Pass an `UpgradeTimeout` to `.build_chan_upgrade_init_and_send`
    
    * Fix bug when converting integer to channel state
    
    * Proper implementation of `State::less_or_equal_progress`
    
    * Fix broken test
    
    * Ignore channel upgrade try tests for now
    
    * Fix channel upgrade try tests
    
    * Stub out build_channel_upgrade_try
    
    * Stub out build_channel_upgrade_try
    
    * Fix return type of build_chan_upgrade_try
    
    * Cargo fmt
    
    * Remove stub function
    
    * Add missing clone
    
    * Remove redundant clone
    
    * Add integration tests for channel upgradability (#3247)
    
    * Add test for ChannelUpgradeInit step
    
    * Add conditional check 'channel-upgrade' to channel upgradability tests
    
    * Improve info message
    
    * Update event processing for UpgradeInit
    
    * Update UpgradeInit step test
    
    * Rename ChannelUpgradeInit test
    
    * Improve channel upgrade steps assertion
    
    * Add ChannelUpgradeAssertionAttributes struct for tests
    
    * Update tests after merge
    
    * Fix channel upgrade init step tests
    
    * Fix check for new channel ordering
    
    * Fix broken doc comment link
    
    * Progress on build_chan_upgrade_try
    
    * Progress on build_chan_upgrade_try
    
    * Update ChanUpgradeInit step to use new design improvements
    
    * Nicely report connection id parsing failures
    
    * Document some fields of MsgChannelUpgradeTry
    
    * Add build_chan_upgrade_try_and_send fn
    
    * Cargo fmt
    
    * Update UpgradeInit to mirror event attributers from 'channel_upgrade_init' event
    
    * Treat timestamp 0 as no timestamp
    
    * Fix parsing UpgradeAttributes and improve ChanUpgradeInit test
    
    * Add Hermes data requirements document (#3262)
    
    * Add Hermes data requirements document
    
    * Update data requirement for some endpoints with actual data being used
    
    * Add headers
    
    * Fix Order -> Ordering doc comment links
    
    * Apply suggestions from code review
    
    Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
    Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com>
    
    ---------
    
    Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com>
    Co-authored-by: Sean Chen <skypemaster007@gmail.com>
    Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
    
    * Update nix flake to use simd v7.0.0 (#3264)
    
    * Address compiler errors for now
    
    * Cargo fmt
    
    * Add channel-upgrade job to the CI
    
    * Format flake.nix
    
    * Fix test
    
    * Update guide templates
    
    * Expose `tx chan-upgrade-try` command
    
    * Update TRY ste implementation for channel upgrade
    
    * Fix channel upgrade TRY step
    
    * Update nix flake
    
    * Add integration test for `ChanUpgradeTry` step (#3259)
    
    * Add test for ChannelUpgradeInit step
    
    * Add conditional check 'channel-upgrade' to channel upgradability tests
    
    * Improve info message
    
    * Update event processing for UpgradeInit
    
    * Update UpgradeInit step test
    
    * Rename ChannelUpgradeInit test
    
    * Add ChanUpgradeTry test
    
    * Improve channel upgrade steps assertion
    
    * Add ChannelUpgradeAssertionAttributes struct for tests
    
    * Update naming for modifiable channel attributes in tests
    
    * Fix test doc string
    
    * Restore commented lines for channel upgrade TRY step
    
    * Improve channel upgrade tests
    
    * Disable TRY assert in test
    
    * Remove unnecessary test configuration for channel upgrade
    
    * Merge channel upgrade Init and Try tests into a single test
    
    * Improve channel upgrade test
    
    * Use 'CountingAndCachingChainHandle' in integration tests and 'IncludeProof::Yes' when querying channel ends in the integration tests
    
    * Updated channel upgrade TRY step tests
    
    * Fix and improve channel upgrade TRY step test
    
    * Updated nix flake
    
    * Fix test-stable
    
    * Update nix flake and TRY step test
    
    * Fix interchain-security CI. Add domain type FlushStatus
    
    * Fix FlushStatus display errors
    
    * Add Channel Upgrade ACK and CONFIRM steps (#3462)
    
    * Add test for ChannelUpgradeInit step
    
    * Add conditional check 'channel-upgrade' to channel upgradability tests
    
    * Improve info message
    
    * Update event processing for UpgradeInit
    
    * Update UpgradeInit step test
    
    * Rename ChannelUpgradeInit test
    
    * Add ChanUpgradeTry test
    
    * Improve channel upgrade steps assertion
    
    * Add ChannelUpgradeAssertionAttributes struct for tests
    
    * Update naming for modifiable channel attributes in tests
    
    * Add test for 'ChanUpgradeAck' step
    
    * Fix test doc string
    
    * Restore commented lines for channel upgrade TRY step
    
    * Improve channel upgrade tests
    
    * Fix after merge
    
    * Disable TRY assert in test
    
    * Remove unnecessary test configuration for channel upgrade
    
    * Merge channel upgrade Init and Try tests into a single test
    
    * Improve channel upgrade test
    
    * Use 'CountingAndCachingChainHandle' in integration tests and 'IncludeProof::Yes' when querying channel ends in the integration tests
    
    * Updated channel upgrade TRY step tests
    
    * Fix and improve channel upgrade TRY step test
    
    * Updated nix flake
    
    * Fix test-stable
    
    * Update nix flake and TRY step test
    
    * Update ACK step assert function
    
    * Fix interchain-security CI. Add domain type FlushStatus
    
    * Fix FlushStatus display errors
    
    * Add build and send MsgChannelUpgradeAck
    
    * Add ACK step to Channel Upgrade test
    
    * Implement Channel Upgrade OPEN step
    
    * Update flake.lock to use latest simapp for channel upgrade
    
    * Fix channel upgrade test OPEN step
    
    * Fix assertion after channelupgradeopen
    
    * Update nix flake
    
    * Fix comments
    
    * Implement PartialEq for Version
    
    * Apply suggestions and improve documentation
    
    * Add missing CLIs for channel upgrade (#3495)
    
    * Add missing CLIs for channel upgrade
    
    * Update CLI template
    
    * Add cargo patch for check-guide test
    
    * Add documentation TODO to check-guide Cargo.toml
    
    * Set dst-channel flag to required for channel upgrade CLIs and updated templates
    
    * Clean channel upgrade CLIs
    
    * Update guide templates
    
    * Update channel upgrade after spec rework
    
    * Update nix flake
    
    * Update nix flake
    
    * Add test bootstrap compatibility for pre and post SDK v0.47.0
    
    * Channel upgrade worker handshake (#3569)
    
    * Add missing CLIs for channel upgrade
    
    * Update CLI template
    
    * Add cargo patch for check-guide test
    
    * Add documentation TODO to check-guide Cargo.toml
    
    * Set dst-channel flag to required for channel upgrade CLIs and updated templates
    
    * Clean channel upgrade CLIs
    
    * Update guide templates
    
    * Update channel upgrade test to match ibc-go changes
    
    * WIP: waiting for new channel states during upgrade to be implemented
    
    * Implement channel upgrade handshake
    
    * Add channel upgrade handshake test
    
    * Removed unnecessary logs
    
    * Update channel upgrade test doc
    
    * Add test to transfer ics29 packet after channel upgrade
    
    * Update tools/integration-test/src/tests/channel_upgrade/ics29.rs
    
    Co-authored-by: Sean Chen <seanchen11235@gmail.com>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    * Add comments
    
    * Fix 'query bank balances' CLI to handle SDK v0.50 changes
    
    * Remove flush status from channel end
    
    * Update Nix flake and use alpha release of channel upgrade simapp for CI
    
    * Fix test-stable and change 'into_i32' to 'as_i32' for Channel State
    
    * Fix python tests
    
    * Use state comparison method 'less_or_equal_progress' where applicable
    
    * Add tests for channel upgrade completion
    
    * Improve less_or_equal method for channel states and add unit tests
    
    * Use automatic link for URL in channel State documentation
    
    * Add comment on channel upgrade open assertion
    
    ---------
    
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Sean Chen <seanchen11235@gmail.com>
    
    * Update nix flake and remove log file
    
    * Use governance proposal to initialise channel upgrade tests (#3680)
    
    * Use governance proposal to initialise channel upgrade tests
    
    * Fix issue with chains which don't have 'expedited_voting_period'
    
    * Fix issues post merge
    
    * Correctly determine if the channel is upgrading or not
    
    * Remove CLI to init channel upgrade
    
    * Display channel state as 'Open' regardless if it is upgrading or not
    
    * Change serialize for channel state
    
    * Fix python e2e channel handshake test
    
    * feat: implement chan upgrade cancel and add timeout ack integration test (#3736)
    
    * feat: implement chan-upgrade-cancel and add integration test for timeout on upgrade ack
    
    * uncomment code
    
    * formatting
    
    * Fix channel upgrade timeout and cancel handling
    
    * Fix clippy warnings
    
    * Add channel upgrade cancel tests with supervisor
    
    * Fix typo
    
    * Fix upgrade cancel on confirm test and update guide
    
    * Clean channel upgrade tests
    
    * Additional clean-up in channel upgrade test assertions
    
    * Temporarily disable one chan upgrade timeout test
    
    * Remove incorrect timeout channel upgrade test
    
    ---------
    
    Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Luca Joss <luca@informal.systems>
    
    * Fix Docker workflow after update to upload-artifact@v4
    
    * Fix Artifact name for Docker job
    
    * feat: updates to upgrade fields and logic for `MsgTimeoutOnClose` and `MsgChannelCloseConfirm` (#3764)
    
    * wip: update naming of fields
    
    * add logic to add counterparty upgrade sequence to timeout on close and channel close confirm messages
    
    * add integration test for: when ICA channel upgrades and afterwards packet times out, then channel is closed
    
    * argo fmt --all
    
    * remove empty comment
    
    * Fix channel end parsing and test for ICA timeout after channel upgrade
    
    * Update nix flake
    
    * Improve documentation for upgraded ICA channel close test
    
    * Improve build channel close methods
    
    ---------
    
    Co-authored-by: Luca Joss <luca@informal.systems>
    
    * feat: add support for `MsgChannelUpgradeTimeout` and integration test (#3773)
    
    * feat: add support for msgchannelupgradetimeout and integration test
    
    * fix build errors
    
    * Update nix flake
    
    * Update CLI templates
    
    * cargo fmt
    
    * Fix clippy warnings/errors
    
    * Fix extracting upgrade_timeout attribute
    
    * WIP
    
    * Fix channel upgrade logic
    
    * Change Height to QueryHeight for restore_from_state method
    
    ---------
    
    Co-authored-by: Luca Joss <luca@informal.systems>
    
    * fetch counterparty upgrade sequence from src chain (#3801)
    
    * test(channel upgradability): add integration test that relays packets during flushing (#3786)
    
    * test: add integration test that flushes packets during channel upgrade
    
    * wip: add counterparty upgrade sequence to chan upgrade open
    
    * update integration test
    
    * cargo fmt
    
    * Fix UpgradeInit parsing and Registering ICA account following simd changes
    
    * handle new fields in messages: order in msg register interchain account and counterparty upgrade sequence in msg channel upgrade open
    
    * fix warnings
    
    * Update Nix flake
    
    * address review comments
    
    * cargo fmt
    
    * some clippy warnings
    
    * fix assert_eq!
    
    * fix test
    
    * cargo fmt
    
    * chore: rename order to ordering in msg register interchain account
    
    * Use ibc-go v8.1.0-rc.0 for channel upgrade tests
    
    * Add and use legacy 'MsgRegisterInterchainAccount'
    
    * Use different signer to initialise channel upgrade for 'test_channel_upgrade_handshake' test
    
    * add test where ICA channel is upgraded to unordered
    
    * cargo fmt + add debug log
    
    * increase packet timeout
    
    * Add case where Channel upgrade Try event is received by source chain while dst chain is open not upgrading
    
    * Use user2 to signe channel upgrade init proposal in ICA unordered test
    
    ---------
    
    Co-authored-by: Luca Joss <luca@informal.systems>
    
    * Fix ICS29 timeout fee test compatibility for ibc-go v8.1+
    
    * Add compatibility to ICS29 tests for ibc-go v8.1+
    
    * Fix typos
    
    * Update method used to verify if there is an ongoing channel upgrade
    
    * Update channel query to correctly reflect if it is upgrading or not if the state is open
    
    * Add upgrade handshake step if both channel ends are in open upgrading
    
    * Fix channel state assertion for channel Init and Try steps
    
    * Fix assertions in channel upgrade tests
    
    * Fix verification if channel needs to be flushed
    
    * Add test for packet flushing during channel upgrade
    
    * Fix link creation when channel is upgrading
    
    * test(channel-upgrades): add test where upgrade timeouts on acknowledge packet (#3828)
    
    * add test where upgrade times out during packet ack
    
    * cargo fmt
    
    * Fix packet worker spawning if channel is flushing or flushcomplete
    
    ---------
    
    Co-authored-by: Luca Joss <luca@informal.systems>
    
    * Clean-up channel upgrade tests
    
    * Improve channel upgrade workers
    
    * Remove unused code
    
    * Use ibc-proto-rs v0.42.0
    
    * Remove unnecessary code
    
    * Clean up code and remove guide entries for tx channel upgrade init CLI
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Romain Ruetschi <106849+romac@users.noreply.github.com>
    
    * Remove unnecessary fields from IBC channel upgrade events
    
    * cargo fmt
    
    * Fix async ICQ test
    
    * Fix cargo doc
    
    * Remove redundant import
    
    * Remove redundant import
    
    * Correctly handle channel upgrade error
    
    * Remove validate basic from channel open try
    
    * Improve detection of channel upgrade cancel when one end is in Flushcomplete
    
    * Add changelog entry
    
    * Fix post-merge compilation issues
    
    * Rename `State::Flushcomplete` to `State::FlushComplete`
    
    * Small cleanup
    
    * Sort imports
    
    * Whitespace
    
    * Remove patch override
    
    * Apply suggestions from code review
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    * cargo fmt
    
    * Fix codespell errors
    
    * Use IncludeProof for query_upgrade and query_upgrade_error
    
    * Add a method to build and send channel upgrade open or cancel
    
    * Remove unnecessary assertions
    
    * Add handling of channel upgrade timeout event in channel worker
    
    ---------
    
    Signed-off-by: Romain Ruetschi <romain.ruetschi@gmail.com>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Signed-off-by: Romain Ruetschi <romain@informal.systems>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Luca Joss <luca@informal.systems>
    Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Romain Ruetschi <106849+romac@users.noreply.github.com>
    7 people authored May 31, 2024
    Configuration menu
    Copy the full SHA
    fc8376b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Update ibc go simapp v8 used in CI (#4010)

    * Nix flake update
    
    * Add changelog entry and fix typo in other changelog entries
    
    * Fix test for closing ordered ICA channel on timeout by using non-legacy message
    
    * Apply github suggestions
    
    * Fix ICA channel upgrade test by registering with ordered channel configuration
    ljoss17 authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b448aa6 View commit details
    Browse the repository at this point in the history
  2. Release Hermes v1.9.0 (#4014)

    * Create v1.9.0 section in CHANGELOG.md
    
    * create .changelog for v1.9.0
    
    * Update versions in repository
    
    * Fix typos
    
    * Update Cargo.lock
    
    * Fix test-stable
    
    * Update msrv
    
    * Update MSRV in README
    
    * Update CHANGELOG.md
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    * Reordered changelog sections to be Breaking Changes, Features, Improvements and then Bug Fixes
    
    ---------
    
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a026d66 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 7, 2024

  1. Bump toml from 0.8.13 to 0.8.14 (#4018)

    Bumps [toml](https://github.com/toml-rs/toml) from 0.8.13 to 0.8.14.
    - [Commits](toml-rs/toml@toml-v0.8.13...toml-v0.8.14)
    
    ---
    updated-dependencies:
    - dependency-name: toml
      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: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    dependabot[bot] and ljoss17 authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5425f86 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Update Osmosis used in CI to v25 (#4030)

    * Update Nix flake to use latest Osmosis v25.0.0
    
    * Add changelog entry
    ljoss17 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    76f6ac1 View commit details
    Browse the repository at this point in the history
  2. Update Neutron used in CI to v3.0.5 (#4031)

    * Update nix flake
    
    * Add changelog entry
    ljoss17 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d76f538 View commit details
    Browse the repository at this point in the history
  3. Update Gaia used in CI to v17 (#4032)

    * Use Gaia v17.2.0 instead of v15.2.0
    
    * Add changelog entry
    
    * Add missing fields to consumer chain gov proposal
    ljoss17 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f0ffaf4 View commit details
    Browse the repository at this point in the history
  4. Update wasmd used in CI to v0.51.0 (#4033)

    * Add missing fields to consumer chain gov proposal
    
    * Update nix flake
    
    * Add changelog entry
    ljoss17 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1cb909a View commit details
    Browse the repository at this point in the history
  5. Ensure all events in a batch are processed, even when it contains eve…

    …nts for unknown chains (#4022)
    
    * Add a filter at supervisor level for CCQ to verify if the destination chain is configured
    
    * Update all MSRVs to v1.76.0
    
    * Add changelog entry
    
    * Renaming
    
    * Move changelog entry under bug fixes
    
    * Ensure we process all events in a batch, even when some of them are rejected by the filtering policy
    
    ---------
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    acde373 View commit details
    Browse the repository at this point in the history
  6. Update Juno used in CI to v22 (#4035)

    * Update nix flake
    
    * Add changelog entry
    ljoss17 authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d3cbd9b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Update Celestia app used in CI to v1.11.0 (#4036)

    * Update nix flake
    
    * Add changelog entry
    ljoss17 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e4be3e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Specify topology for n-ary chain tests (#4039)

    * Refactor client, connection and channel for nary chain bootstrapping in order to use a specified topology
    
    * Add changelog entry
    
    * Apply suggestions from code review
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    * Move parsing of string to TopologyType outside of bootstrap_topology method
    
    * Add TwoDimHashMap struct instead of using HashMap<HashMap<>>
    
    * Add option to override the topology for specific tests
    
    * Add cyclic topology implementation
    
    * Update changelog entry
    
    * Fix codespell
    
    * Refactor TwoDimHashMap to TwoDimMap and use BTreeMap instead of HashMap
    
    * Use TwoDimMap iter() implementation for channels
    
    * Use TwoDimMap iter() implementation for connections
    
    * Use TwoDimMap iter() implementation for foreign_clients
    
    * Remove unnecessary bool in TwoDimMap iterator
    
    * Update method docstring
    
    ---------
    
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8da7082 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Bump derive_more from 0.99.17 to 0.99.18 (#4042)

    Bumps [derive_more](https://github.com/JelteF/derive_more) from 0.99.17 to 0.99.18.
    - [Release notes](https://github.com/JelteF/derive_more/releases)
    - [Changelog](https://github.com/JelteF/derive_more/blob/v0.99.18/CHANGELOG.md)
    - [Commits](JelteF/derive_more@v0.99.17...v0.99.18)
    
    ---
    updated-dependencies:
    - dependency-name: derive_more
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d0034de View commit details
    Browse the repository at this point in the history
  2. Bump regex from 1.10.4 to 1.10.5 (#4037)

    Bumps [regex](https://github.com/rust-lang/regex) from 1.10.4 to 1.10.5.
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.10.4...1.10.5)
    
    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2c6cb71 View commit details
    Browse the repository at this point in the history
  3. Improve channel and port filter policy parsing (#4044)

    * Improve channel and port filter policy parsing
    
    * Move whitespace trimming when parsing channel and port policy
    
    * Add changelog entry
    ljoss17 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5889131 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Test relaying from authz (#3746)

    * Run codespell on CI
    
    * Only run cargo-doc when needed
    
    * Fix all typos found in the repository
    
    * Remove TLA type checker workflow
    
    * Undo wrong typo fixes
    
    * Increase timeout when asserting if a channel is eventually open in tests
    
    * Fix clippy errors
    
    * Add tests for authz
    
    * Add 'authz' feature and restrict authz tests with feature
    
    * Fix typo in comment
    
    * Align features in integration-test crate Cargo.toml
    
    * Fix authz tests by adding fees to CLIs
    
    * Remove unnecessary sleeps in authz tests
    
    * Add changelog entry
    
    ---------
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    240ebb7 View commit details
    Browse the repository at this point in the history
  2. Bump curve25519-dalek from 4.1.2 to 4.1.3 (#4048)

    Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 4.1.2 to 4.1.3.
    - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
    - [Commits](dalek-cryptography/curve25519-dalek@curve25519-4.1.2...curve25519-4.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: curve25519-dalek
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e5e5578 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Improve codespell job (#4057)

    * Fix codespell typos
    
    * Update codespell to check hidden files
    
    * Fix typo
    ljoss17 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8afd455 View commit details
    Browse the repository at this point in the history
  2. Reduce ICS29 tests run time (#4054)

    * Improve ICS29 tests which verified escrowed ICS29 fees to check for either legacy or current values
    
    * Remove outdated comment
    
    * Add changelog entry
    ljoss17 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    513f549 View commit details
    Browse the repository at this point in the history
  3. Allow ranges for excluded_sequences config option (#4051)

    * Add new ExcludedSequences struct with custom deserialisation/serialisation
    
    * Use ExcludedSequences struct for 'excluded_sequences' configuration
    
    * Fix sequence_filter test
    
    * Add changelog entry
    
    * Improve example config for 'exclude_sequences'
    
    * Add default implementation to ExcludedSequences
    
    * Only allow '-' as separator for 'excluded_sequences' configuration
    ljoss17 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b9b6663 View commit details
    Browse the repository at this point in the history
  4. Allow disabling of ICS31 Cross Chain Queries (#4041)

    * Add configuration to disable relaying of ICS31 Cross Chain Queries
    
    * Update and add a test for ICS31 Cross Chain Queries
    
    * Add changelog entry
    
    * Add 'allow_ccq' config to example config with documentation
    
    * Add allow_ccq() method to ChainConfig
    ljoss17 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7e3f11e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddc0dd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Release Hermes v1.10.0 (#4061)

    * Update changelog.md with v1.10.0
    
    * Create .changelog entry for v1.10.0
    
    * Bump all version references
    
    * Update Cargo.lock
    
    * Update release date for v1.10.0
    ljoss17 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fc998de View commit details
    Browse the repository at this point in the history
  2. Fix url used for Integration badge (#4064)

    * Fix url used for Integration badge
    
    * Fix Integration badge to the state of branch 'master'
    ljoss17 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a69854a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Bump uuid from 1.8.0 to 1.9.0 (#4065)

    Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.9.0.
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](uuid-rs/uuid@1.8.0...1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1d120c4 View commit details
    Browse the repository at this point in the history
  2. Bump docker/build-push-action from 5 to 6 (#4043)

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    daa59e9 View commit details
    Browse the repository at this point in the history
  3. Add packet-forward and ica features to tests running Osmosis (#4063)

    * Add '--fees' to local_transfer_token
    
    * Add packet-forward and ica features to tests running Osmosis
    
    * Add changelog entry
    ljoss17 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    80b16dc View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Test ICS29 fees with additional chains (#4066)

    * Add ics29-fee feature to tests running with Juno, Migaloo and Injective
    
    * Remove ics29-fee feature from injective CI job
    
    * Remove ICS29 feature from Juno tests
    ljoss17 authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8596acf View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

Commits on Jul 2, 2024

  1. Bump num-bigint from 0.4.5 to 0.4.6 (#4076)

    Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.5 to 0.4.6.
    - [Changelog](https://github.com/rust-num/num-bigint/blob/master/RELEASES.md)
    - [Commits](rust-num/num-bigint@num-bigint-0.4.5...num-bigint-0.4.6)
    
    ---
    updated-dependencies:
    - dependency-name: num-bigint
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2eabf2c View commit details
    Browse the repository at this point in the history
  2. Bump serde_json from 1.0.117 to 1.0.120 (#4075)

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.120.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.117...v1.0.120)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c1bd2bd View commit details
    Browse the repository at this point in the history
  3. Bump uuid from 1.9.0 to 1.9.1 (#4074)

    Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.9.0 to 1.9.1.
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](uuid-rs/uuid@1.9.0...1.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f2e6d89 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Bump uuid from 1.9.1 to 1.10.0 (#4089)

    Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.9.1 to 1.10.0.
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](uuid-rs/uuid@1.9.1...1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d556c90 View commit details
    Browse the repository at this point in the history
  2. Bump thiserror from 1.0.61 to 1.0.62 (#4088)

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.62.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.61...1.0.62)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0b19740 View commit details
    Browse the repository at this point in the history
  3. Bump serde from 1.0.203 to 1.0.204 (#4083)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.204.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.203...v1.0.204)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    058543b View commit details
    Browse the repository at this point in the history
  4. Bump moka from 0.12.7 to 0.12.8 (#4082)

    Bumps [moka](https://github.com/moka-rs/moka) from 0.12.7 to 0.12.8.
    - [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md)
    - [Commits](moka-rs/moka@v0.12.7...v0.12.8)
    
    ---
    updated-dependencies:
    - dependency-name: moka
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e30062e View commit details
    Browse the repository at this point in the history
  5. Bump async-trait from 0.1.80 to 0.1.81 (#4081)

    Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.80 to 0.1.81.
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](dtolnay/async-trait@0.1.80...0.1.81)
    
    ---
    updated-dependencies:
    - dependency-name: async-trait
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    824cfdf View commit details
    Browse the repository at this point in the history
  6. Add warning if no packet data was pulled when clearing packets (#4073)

    * Add warning if 0 packet data was pulled when clearing packets
    
    * Update filtered ICS20 packet logs from debug to warn and remove unnecessary context
    
    * Add changelog entry
    
    * Apply suggestions from code review
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    * Add link to guide page when 0 packet data was pulled during packet clearing
    
    ---------
    
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    43f3e83 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Bump bytes from 1.6.0 to 1.6.1 (#4096)

    Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.0 to 1.6.1.
    - [Release notes](https://github.com/tokio-rs/bytes/releases)
    - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/bytes@v1.6.0...v1.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: bytes
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    304c3ca View commit details
    Browse the repository at this point in the history
  2. Bump toml from 0.8.14 to 0.8.15 (#4095)

    Bumps [toml](https://github.com/toml-rs/toml) from 0.8.14 to 0.8.15.
    - [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.15)
    
    ---
    updated-dependencies:
    - dependency-name: toml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3cae8fb View commit details
    Browse the repository at this point in the history
  3. Bump thiserror from 1.0.62 to 1.0.63 (#4094)

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.62 to 1.0.63.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.62...1.0.63)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4ebbc0f View commit details
    Browse the repository at this point in the history
  4. Bump tendermint-rs and ibc-proto versions (#4091)

    * Bump tendermint-rs and ibc-proto versions and required dependencies
    
    * Remove patch on `ibc-proto`
    
    * Add changelog entry
    
    * Ignore folder generated by wasm contract
    
    * Update tendermint-rs to v0.38.1
    
    * Update changelog entry
    
    ---------
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2dffd3d View commit details
    Browse the repository at this point in the history
  5. Release Hermes v1.10.1 (#4100)

    * Create changelog for v1.10.1
    
    * Update CHANGELOG
    
    * Bump versions
    
    * Run cargo update
    ljoss17 authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7a67ac5 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Fix memo_overwrite configuration (#4103)

    * Fix clippy warnings from v1.80
    
    * Move clippy allow mutable_key_type
    
    * Remove unnecessary clippy allow mutable_key_type
    
    * Fix overwrite memo implementation
    
    * Add changelog entry
    ljoss17 authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3a6ff49 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Bump serde_json from 1.0.120 to 1.0.121 (#4105)

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.121.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.120...v1.0.121)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3a41248 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Fix typos (#4109)

    * fix typo
    
    Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
    
    * fix typo
    
    Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
    
    * fix typo
    
    Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
    
    * fix typo
    
    Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
    
    * fix typo
    
    Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
    
    * fix typo
    
    Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
    
    * fix typos
    
    Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
    
    * fix typo
    
    Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
    
    * fix typo
    
    Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
    omahs authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    46acb7e View commit details
    Browse the repository at this point in the history
  2. Bump toml from 0.8.15 to 0.8.16 (#4108)

    Bumps [toml](https://github.com/toml-rs/toml) from 0.8.15 to 0.8.16.
    - [Commits](toml-rs/toml@toml-v0.8.15...toml-v0.8.16)
    
    ---
    updated-dependencies:
    - dependency-name: toml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cc2500d View commit details
    Browse the repository at this point in the history
  3. Bump env_logger from 0.11.4 to 0.11.5 (#4106)

    Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.4 to 0.11.5.
    - [Release notes](https://github.com/rust-cli/env_logger/releases)
    - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
    - [Commits](rust-cli/env_logger@v0.11.4...v0.11.5)
    
    ---
    updated-dependencies:
    - dependency-name: env_logger
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cd45e53 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Bump toml from 0.8.16 to 0.8.19 (#4128)

    Bumps [toml](https://github.com/toml-rs/toml) from 0.8.16 to 0.8.19.
    - [Commits](toml-rs/toml@toml-v0.8.16...toml-v0.8.19)
    
    ---
    updated-dependencies:
    - dependency-name: toml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1607f4b View commit details
    Browse the repository at this point in the history
  2. Bump serde_json from 1.0.121 to 1.0.122 (#4127)

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.121 to 1.0.122.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.121...v1.0.122)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e837cec View commit details
    Browse the repository at this point in the history
  3. Update Gaia version running in CI to v18 (#4113)

    * Update Nix flake and add Gaia v18
    
    * Add new Cosmos chain type which enables dynamic fees during bootstrap
    
    * Update Gaia version running in CI to v18
    
    * Use dynamic fee for misbehaviour test scripts
    
    * Fix chain CLIs which require fees
    
    * Add changelog entry
    
    * Increase gas_multiplier for misbehaviour test config
    
    * Fix fees for Provenance chain
    
    * Improve logs related to failed simulated gas
    ljoss17 authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    bd75055 View commit details
    Browse the repository at this point in the history
  4. Update Osmosis version running in CI to v25.2.0 (#4129)

    * Update Nix flake to use branch with Osmosis v25.2.0
    
    * Add changelog entry
    
    * Use main branch of Cosmos Nix
    
    * Disable async ICQ test with Provenance
    ljoss17 authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f49a843 View commit details
    Browse the repository at this point in the history
  5. Split packet clearing schedule from packet worker (#4080)

    * Split packet clearing schedule from packet worker
    
    * Rename packet clearing test to be more specific
    
    * Nit clean-up for ordered_channel test
    
    * Clear packets in packet_cmd_worker for ordered channels only
    
    * Add intermediary channel to forward cmd from clear worker to packet worker
    
    * Add changelog entry
    
    * Add new config 'clear_limit'
    
    * Apply clear_limit when clearing pending packets
    
    * Add test for clear_limit
    
    * Fix clear limit for send packets
    
    * Update changelog entry
    
    * Add 'clear_limit' to example config
    
    * Restore changelog entry deleted after merge
    
    * Apply suggestions from code review
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    * Moved 'clear_limit' after 'clear_on_start' in example config.toml
    
    ---------
    
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f9b0194 View commit details
    Browse the repository at this point in the history
  6. Update Migaloo Chain version running in CI to v4.2.0 (#4131)

    * Add features to run more tests with Migaloo Chain
    
    * Update Nix flake to use branch with Migaloo v4.2.0
    
    * Add changelog entry
    
    * Use main branch of Cosmos Nix
    ljoss17 authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a1c4659 View commit details
    Browse the repository at this point in the history
  7. Update Juno version running in CI to v23.0.0 (#4130)

    * Update Nix flake to use branch with Juno v23.0.0
    
    * Add changelog entry
    
    * Use main branch of Cosmos Nix
    ljoss17 authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7d6a06a View commit details
    Browse the repository at this point in the history
  8. Update Stride version running in CI to v23.0.1 (#4132)

    * Update Stride to v23.0.1
    
    * Add changelog
    
    * Use main branch of Cosmos Nix
    ljoss17 authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    845cc21 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Update Neutron version running in CI to v4.1.0 (#4133)

    * Update Nix flake to use branch with Neutron v4.1.0
    
    * Add changelog entry
    
    * Set Neutron as chain with dynamic fees in tests
    ljoss17 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f4b5f18 View commit details
    Browse the repository at this point in the history
  2. Update wasmd version running in CI to v0.52.0 (#4134)

    * Update Nix flake
    
    * Add changelog entry
    ljoss17 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c7b7c34 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Add pagination and timeout to commitments and ack queries (#4110)

    * Add pagination and timeout to query packet commitments and acknowlegements
    
    * Add limit to 1 query for commitments and acks during scanning
    
    * Add benchmarking test for query commitments
    
    * Fix issue with benchmark feature
    
    * Add changelog entry
    
    * Apply github suggestions
    ljoss17 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e099709 View commit details
    Browse the repository at this point in the history
  2. Add and remove profiling (#4136)

    * Add and remove profiling
    
    * Apply suggestions from code review
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    012bb8b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Bump serde from 1.0.204 to 1.0.206 (#4139)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.204 to 1.0.206.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.204...v1.0.206)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b053d44 View commit details
    Browse the repository at this point in the history
  2. Bump regex from 1.10.5 to 1.10.6 (#4138)

    Bumps [regex](https://github.com/rust-lang/regex) from 1.10.5 to 1.10.6.
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.10.5...1.10.6)
    
    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    218dd80 View commit details
    Browse the repository at this point in the history
  3. Bump bytes from 1.6.1 to 1.7.1 (#4126)

    Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.1 to 1.7.1.
    - [Release notes](https://github.com/tokio-rs/bytes/releases)
    - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/bytes@v1.6.1...v1.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: bytes
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    87194ac View commit details
    Browse the repository at this point in the history
  4. Update Provenance version running in CI to v1.19.1 (#4124)

    * Update nix flake
    
    * Use Cosmos Nix main branch
    
    * Fix async ICQ tests
    
    * Enable async ICQ tests for Provenance
    
    * Remove '--chain-id' flag from '<chain> query tx' CLI
    
    * Reorganise Wasm related CLIs in test framework
    
    * Use variable for code_id when querying wasm contract by code
    
    * Add changelog entry
    ljoss17 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    918557a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f56570d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68b0e74 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    39689c7 View commit details
    Browse the repository at this point in the history
  2. Use gRPC query ConnectionParams instead of /genesis to verify `ma…

    …x_block_time` (#4144)
    
    * Use gRPC query to retrieve 'max_block_time' instead of querying the entire genesis data
    
    * Add changelog entry
    
    * Apply suggestions from code review
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    * Override configured  if it differs from queried value
    
    * Add debug log with queried value for 'max_expected_time_per_block'
    
    ---------
    
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
    3 people authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f69a6d7 View commit details
    Browse the repository at this point in the history
  3. chore: fix some comments (#4142)

    Signed-off-by: bytetigers <bytetiger@icloud.com>
    bytetigers authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    de82f8a View commit details
    Browse the repository at this point in the history
  4. Release Hermes v1.10.2 (#4149)

    * Create .changelog release
    
    * Update CHANGELOG.md
    
    * Bump versions
    
    * Update Hermes version in guide template
    
    * Move integration test framework changes to the bottom
    ljoss17 authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    524ee6c View commit details
    Browse the repository at this point in the history
  5. Update Celestia version running in CI to v1.14.0 (#4150)

    * Update nix flake
    
    * Add changelog entry
    ljoss17 authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7dfd856 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Add ibc-go v9 to chains running tests in CI (#4152)

    * Add ibc-go v9 to flake.nix
    
    * Add ibc-go v9 to github workflow
    
    * Add changelog entry
    
    * Use legacy message register interchain account in tests only when needed
    
    * Fix registering ICA account in tests
    
    * Disable query denom trace test for ibc-go v9
    ljoss17 authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    0d3b57c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Fix sequences filtering when clearing packets with CLI (#4159)

    * Filter packets using excluded_sequences when calling clear packet CLI
    
    * Add changelog entry
    
    * Apply excluded sequences to acks when clearing packets with CLI
    ljoss17 authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    217f0b7 View commit details
    Browse the repository at this point in the history
  2. Bump serde from 1.0.207 to 1.0.208 (#4156)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.207 to 1.0.208.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.207...v1.0.208)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    908cc82 View commit details
    Browse the repository at this point in the history
  3. Bump serde_json from 1.0.124 to 1.0.125 (#4155)

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.124 to 1.0.125.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.124...1.0.125)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    cb9c738 View commit details
    Browse the repository at this point in the history
  4. Docs fix spelling issues (#4157)

    * fix adr-002-ibc-relayer.md
    
    Signed-off-by: Elias Rad <146735585+nnsW3@users.noreply.github.com>
    
    * fix adr-003-handler-implementation.md
    
    Signed-off-by: Elias Rad <146735585+nnsW3@users.noreply.github.com>
    
    * fix adr-004-relayer-domain-decomposition.md
    
    Signed-off-by: Elias Rad <146735585+nnsW3@users.noreply.github.com>
    
    * fix adr-006-hermes-v0.2-usecases.md
    
    Signed-off-by: Elias Rad <146735585+nnsW3@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Elias Rad <146735585+nnsW3@users.noreply.github.com>
    nnsW3 authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d496ebc View commit details
    Browse the repository at this point in the history
  5. Bump serde_json from 1.0.124 to 1.0.127 (#4162)

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.124 to 1.0.127.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.124...1.0.127)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      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: Luca Joss <luca@informal.systems>
    dependabot[bot] and ljoss17 authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7106351 View commit details
    Browse the repository at this point in the history
  6. Use abci_query instead of gRPC queries during health-check (#4102)

    * Use Abci query instead of gRPC queries during health-check
    
    * Add changelog entry
    ljoss17 authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4b97bfa View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Bump serde from 1.0.208 to 1.0.209 (#4164)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.208 to 1.0.209.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.208...v1.0.209)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    19610ca View commit details
    Browse the repository at this point in the history
  2. fix: Add explicit root TLS configuration to gRPC clients (#4161)

    * fix: add explicit root tls
    
    * fix other gRPC client construct
    
    * add changelog
    allthatjazzleo authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f2d4e7f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Update Neutron to v4.2.2 and Juno to v24.0.0 (#4173)

    * Update nix flake
    
    * Add ICS29 feature to Juno tests
    
    * Add changelog entries
    
    * Disable Injective tests
    ljoss17 authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ccd1d90 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Update wasmd to v0.53.0 (#4177)

    * Nix flake update
    
    * Add changelog
    ljoss17 authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    394c95b View commit details
    Browse the repository at this point in the history
  2. Release v1.10.3 (#4175)

    * Update Changelog
    
    * Create v1.10.3 summary
    
    * Bump versions
    
    * cargo update
    
    * Update changelog
    
    Signed-off-by: Romain Ruetschi <github@romac.me>
    
    * Update release date
    
    * Improve .changelog release v1.10.3 summary
    
    ---------
    
    Signed-off-by: Romain Ruetschi <github@romac.me>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e26d356 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Infer compatibility mode from version specs and fallback to node info…

    … only if necessary (#4181)
    
    * Infer compatibility mode from version specs and fallback to node info only if necessary
    
    * Improve min gas price check error message
    
    * Fix integration tests
    
    * Fix clippy warnings
    
    * Add changelog entry
    
    * Show collated excluded sequences
    romac authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    aeca07b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Fix new clippy warnings

    romac committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1ee344f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Bump ibc-proto from 0.47.0 to 0.47.1 (#4189)

    Bumps [ibc-proto](https://github.com/cosmos/ibc-proto-rs) from 0.47.0 to 0.47.1.
    - [Release notes](https://github.com/cosmos/ibc-proto-rs/releases)
    - [Changelog](https://github.com/cosmos/ibc-proto-rs/blob/main/CHANGELOG.md)
    - [Commits](cosmos/ibc-proto-rs@v0.47.0...v0.47.1)
    
    ---
    updated-dependencies:
    - dependency-name: ibc-proto
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5af09b0 View commit details
    Browse the repository at this point in the history
  2. Bump tokio-stream from 0.1.15 to 0.1.16 (#4188)

    Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.15 to 0.1.16.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-stream-0.1.15...tokio-stream-0.1.16)
    
    ---
    updated-dependencies:
    - dependency-name: tokio-stream
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    71645cf View commit details
    Browse the repository at this point in the history
  3. Bump prost from 0.13.1 to 0.13.2 (#4179)

    Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.1 to 0.13.2.
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/prost@v0.13.1...v0.13.2)
    
    ---
    updated-dependencies:
    - dependency-name: prost
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    252a5cc View commit details
    Browse the repository at this point in the history
  4. Bump async-trait from 0.1.81 to 0.1.82 (#4180)

    Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.81 to 0.1.82.
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](dtolnay/async-trait@0.1.81...0.1.82)
    
    ---
    updated-dependencies:
    - dependency-name: async-trait
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0f912e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Add height parameter to query commitments (#4194)

    * Add height parameter to query commitments
    
    * Cleanup
    
    * Update guide templates
    ancazamfir authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    84743a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Update simd versions running in CI (#4205)

    * Update Nix flake
    
    * Add changelog entry
    
    * Codespell fix
    ljoss17 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    deb1a8b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Bump bytes from 1.7.1 to 1.7.2 (#4195)

    Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.7.1 to 1.7.2.
    - [Release notes](https://github.com/tokio-rs/bytes/releases)
    - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/bytes@v1.7.1...v1.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: bytes
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0a95bb2 View commit details
    Browse the repository at this point in the history
  2. Bump thiserror from 1.0.63 to 1.0.64 (#4196)

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 1.0.64.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.63...1.0.64)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    50a32aa View commit details
    Browse the repository at this point in the history
  3. Bump serde_json from 1.0.127 to 1.0.128 (#4197)

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.127 to 1.0.128.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@1.0.127...1.0.128)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8cf2294 View commit details
    Browse the repository at this point in the history
  4. Bump anyhow from 1.0.86 to 1.0.89 (#4198)

    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.89.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.86...1.0.89)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    dab8be5 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Bump regex from 1.10.6 to 1.11.0 (#4217)

    Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.0.
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.10.6...1.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4a411fb View commit details
    Browse the repository at this point in the history
  2. Bump async-trait from 0.1.82 to 0.1.83 (#4218)

    Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.82 to 0.1.83.
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](dtolnay/async-trait@0.1.82...0.1.83)
    
    ---
    updated-dependencies:
    - dependency-name: async-trait
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    98bee4d View commit details
    Browse the repository at this point in the history
  3. Put clone() to where it is needed (#4209)

    * Put clone() to where it is needed
    
    * Fmt
    
    ---------
    
    Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    whs-dot-hk and ljoss17 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a737bf0 View commit details
    Browse the repository at this point in the history
  4. Update PR template (#4213)

    * Add point to checklist if guide has been updated
    
    * Update .github/PULL_REQUEST_TEMPLATE.md
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f0fdea5 View commit details
    Browse the repository at this point in the history
  5. Bump serde from 1.0.209 to 1.0.210 (#4215)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.209 to 1.0.210.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.209...v1.0.210)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    789cecc View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Bump uuid from 1.10.0 to 1.11.0 (#4222)

    Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.10.0 to 1.11.0.
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](uuid-rs/uuid@1.10.0...1.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    841638a View commit details
    Browse the repository at this point in the history
  2. Bump anyhow from 1.0.89 to 1.0.90 (#4221)

    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.90.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.89...1.0.90)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9c6d319 View commit details
    Browse the repository at this point in the history
  3. Bump async-stream from 0.3.5 to 0.3.6 (#4219)

    Bumps [async-stream](https://github.com/tokio-rs/async-stream) from 0.3.5 to 0.3.6.
    - [Release notes](https://github.com/tokio-rs/async-stream/releases)
    - [Commits](tokio-rs/async-stream@v0.3.5...v0.3.6)
    
    ---
    updated-dependencies:
    - dependency-name: async-stream
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1936f5e View commit details
    Browse the repository at this point in the history
  4. Bump serde_json from 1.0.128 to 1.0.132 (#4220)

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.128 to 1.0.132.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@1.0.128...1.0.132)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cdbb373 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Disable TLS configuration when using IPv6 for the gRPC endpoint (#4223)

    * Do not configure TLS when using IPv6
    
    * Add option to run test using IPv6 gRPC endpoint
    
    * Add github workflow to run the transfer test using IPv6 for the gRPC endpoint
    
    * Add changelog entry
    
    * Apply suggestions from code review
    
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    ljoss17 and romac authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3ac1e2f View commit details
    Browse the repository at this point in the history
  2. Bump regex from 1.11.0 to 1.11.1 (#4225)

    Bumps [regex](https://github.com/rust-lang/regex) from 1.11.0 to 1.11.1.
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.11.0...1.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    dfb98dd View commit details
    Browse the repository at this point in the history
  3. Bump bytes from 1.7.2 to 1.8.0 (#4226)

    Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.7.2 to 1.8.0.
    - [Release notes](https://github.com/tokio-rs/bytes/releases)
    - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/bytes@v1.7.2...v1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: bytes
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1041b68 View commit details
    Browse the repository at this point in the history
  4. Bump thiserror from 1.0.64 to 1.0.65 (#4227)

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.64 to 1.0.65.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.64...1.0.65)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    332bc3a View commit details
    Browse the repository at this point in the history
  5. Bump anyhow from 1.0.90 to 1.0.91 (#4228)

    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.90 to 1.0.91.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.90...1.0.91)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      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: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    dependabot[bot] and ljoss17 authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    48a13a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Bump once_cell from 1.19.0 to 1.20.2 (#4236)

    Bumps [once_cell](https://github.com/matklad/once_cell) from 1.19.0 to 1.20.2.
    - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
    - [Commits](matklad/once_cell@v1.19.0...v1.20.2)
    
    ---
    updated-dependencies:
    - dependency-name: once_cell
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ef36b6a View commit details
    Browse the repository at this point in the history
  2. Bump serde from 1.0.210 to 1.0.214 (#4235)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.210 to 1.0.214.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.210...v1.0.214)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0df6d63 View commit details
    Browse the repository at this point in the history
  3. Bump anyhow from 1.0.91 to 1.0.92 (#4233)

    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.91 to 1.0.92.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.91...1.0.92)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    42531c5 View commit details
    Browse the repository at this point in the history
  4. Bump thiserror from 1.0.65 to 1.0.68 (#4234)

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.65 to 1.0.68.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.65...1.0.68)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      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: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    dependabot[bot] and ljoss17 authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c53a316 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Submit misbehaviour messages using the CCV consumer id (Permissionles…

    …s ICS) (#4182)
    
    * Submit misbehaviour messages using the CCV consumer id (Permissionless ICS)
    
    * Use Gaia v20 for ICS light client attack integration test
    
    * Fix new clippy warnings
    
    * Update flake.nix
    
    * Update expedited voting period as well
    
    * wip
    
    * wip
    
    * Integrate with tendermint-rs fix for evidence reporting
    
    * Update tendermint-rs
    
    * Update cosmos.nix
    
    * Update tendermint-rs
    
    * Fix evidence submission
    
    * Fix build
    
    * Update double sign test on CI
    
    * Skip localhost clients
    
    * Codespell fix
    
    * Fix error post merge
    
    * Update light client attack test scripts with permissionless ics
    
    * Use pull mode for light client attack test
    
    * Add RPC debug when running Hermes in evidence mode in light client attack test
    
    * Nix flake update
    
    * Bump ibc-proto to v0.49.1
    
    * Fix governance proposal submission with SDK v0.50
    
    * Use Cosmos Nix main branch
    
    * Use tendermint-rs v0.40.0 and ibc-proto-rs v0.51.0
    
    * Fix cargo doc hyper link warning
    
    * nit
    
    * Nix flake update
    
    * Add changelog entry
    
    * Fix compatibility with interchain-security v6.3.0
    
    * Refactor submit_light_client_attack_evidence
    
    * Update crates/relayer/src/chain/cosmos.rs
    
    Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    
    * Use fetch_ccv_consumer_id in submit_duplicate_vote_evidence to verify if chain is consumer
    
    * Move query_ccv_consumer_id to Chain Handle trait
    
    ---------
    
    Signed-off-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Luca Joss <luca@informal.systems>
    Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
    4 people authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c3105e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Add Gaia v20.0.0 to chains running tests in CI (#4210)

    * Update bootstrapping of consumer chain
    
    * Add Gaia v20 to CI and update Gaia used in CI tests
    
    * Correctly create consumer chain and opt-in validator
    
    * WIP: Fix CCQs between Stride and Gaia
    
    * Add metrics for ICS31 cross chain queries
    
    * Remove unnecessary code
    
    * Fix clippy
    
    * Disable CCQ test
    
    * Improve error and metric recording for ICS31 cross chain queries
    
    * Use Gaia v20 in CI jobs
    
    * Add changelog entry
    ljoss17 authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0e45fc8 View commit details
    Browse the repository at this point in the history
  2. Fix gRPC over IPv6 (#4231)

    * Improve TLS configuration to only configure if required
    
    * Add changelog entry
    
    * Move and improve changelog
    ljoss17 authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c4153d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Bump prost from 0.13.2 to 0.13.3 (#4216)

    Bumps [prost](https://github.com/tokio-rs/prost) from 0.13.2 to 0.13.3.
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/prost@v0.13.2...v0.13.3)
    
    ---
    updated-dependencies:
    - dependency-name: prost
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    10f75c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Bump serial_test from 3.1.1 to 3.2.0 (#4242)

    Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.1.1 to 3.2.0.
    - [Release notes](https://github.com/palfrey/serial_test/releases)
    - [Commits](palfrey/serial_test@v3.1.1...v3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: serial_test
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    93c4b7a View commit details
    Browse the repository at this point in the history
  2. Bump thiserror from 1.0.68 to 1.0.69 (#4244)

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.68 to 1.0.69.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.68...1.0.69)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    11b9c5b View commit details
    Browse the repository at this point in the history
  3. Use correct endpoint when logging query error (#4249)

    * Use correct endpoint when logging query error
    
    * Add changelog entry
    ljoss17 authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b279982 View commit details
    Browse the repository at this point in the history
  4. Bump anyhow from 1.0.86 to 1.0.93 (#4245)

    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.93.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.86...1.0.93)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ea66dcd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Allow osmosis testnet to use dynamic_gas_price (#4248)

    * allow osmosis testnet to use dynamic_gas_price
    
    * Fix method to retrieve a chain name
    
    * Split changelog entry
    
    * Apply GitHub suggestions
    
    ---------
    
    Co-authored-by: Luca Joss <luca@informal.systems>
    Co-authored-by: Luca Joss <43531661+ljoss17@users.noreply.github.com>
    3 people authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f5b58db View commit details
    Browse the repository at this point in the history
  2. Improve redundant packet logs (#4254)

    * Output an info log if the broadcasted packet is redundant instead of an error
    
    * Fix redundant packet log
    
    * Add additional information in redundant packet log
    
    * Add changelog entry
    ljoss17 authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    282b943 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Release Hermes v1.10.4 (#4258)

    * Update changelog for release
    
    * Bump versions
    
    * Cargo update
    
    * Corrected guide by removing grpc from http basic authentication compatibility
    ljoss17 authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    542e14f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Update Juno Chain version used in CI to v25.0.0 (#4206)

    * Use Cosmos Nix branch with Juno v25.0.0
    
    * Add changelog entry
    
    * Use main branch of Cosmos Nix
    ljoss17 authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c90b69c View commit details
    Browse the repository at this point in the history