Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cosmos/relayer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: cosmos/relayer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Feb 2, 2024

  1. build(deps): bump github.com/moby/moby in /interchaintest (#1394)

    Bumps [github.com/moby/moby](https://github.com/moby/moby) from 24.0.7+incompatible to 24.0.9+incompatible.
    - [Release notes](https://github.com/moby/moby/releases)
    - [Commits](moby/moby@v24.0.7...v24.0.9)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/moby/moby
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c9528bb View commit details
    Browse the repository at this point in the history
  2. fix: use context timeout per paginated query (#1395)

    * fix: use context timeout per paginated query
    
    Previously we were using one 60s timeout for the entire paginated query request for channels. This change moves the context timeout to be on a per-request basis and uses a 10s timeout per request.
    
    * refactor: break out anonymous function into a named method to use in both channel query methods
    
    * refactor: avoid redundant code and use QueryChannelsPaginated in QueryChannels
    jtieri authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5896675 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

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