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.1
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.2
Choose a head ref
  • 4 commits
  • 14 files changed
  • 3 contributors

Commits on Feb 27, 2024

  1. fix: only send client updates when necessary and when msg is properly…

    … constructed (#1407)
    
    * fix: only send client updates when necessary and when msg is properly constructed
    
    Previously in the relayer we were attempting to send a `MsgUpdateClient` when `needsClientUpdate` was true, as determined in the `shouldUpdateClientNow` method, without considering if the message was properly constructed in `assembleMsgUpdateClient`. This adds a check in `trackAndSendMessages` to ensure we only attempt to send the msg when a client update is necessary AND the `MsgUpdateClient` was properly constructed.
    
    * fix: undo previous check in `sendBatchMessages`
    
    * chore: update cometbft-client to v0.1.0
    
    * chore: update cometbft-client to v0.1.0 in e2e tests
    jtieri authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f6f622e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Update Fixed Validation of VoteExtensionsEnableHeight can cause cha…

    …in halt in Go cosmos cometbft (#1398)
    
    A vulnerability in CometBFT’s validation logic for `VoteExtensionsEnableHeight` can result in a chain halt when triggered through a governance parameter change proposal on an ABCI2 Application Chain. If a parameter change proposal including a `VoteExtensionsEnableHeight` modification is passed, nodes running the affected versions may panic, halting the network.
    
    Co-authored-by: Justin Tieri <37750742+jtieri@users.noreply.github.com>
    IAP and jtieri authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2cc152b View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/cometbft/cometbft in /interchaintest (#1386

    )
    
    Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.38.2 to 0.38.5.
    - [Release notes](https://github.com/cometbft/cometbft/releases)
    - [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.5/CHANGELOG.md)
    - [Commits](cometbft/cometbft@v0.38.2...v0.38.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cometbft/cometbft
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Justin Tieri <37750742+jtieri@users.noreply.github.com>
    dependabot[bot] and jtieri authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5b42d82 View commit details
    Browse the repository at this point in the history
  3. chore: update deps and e2e tests (#1409)

    * deps: update deps to latest patch versions
    
    * tests: update chain binaries to more recent tags, clean up code
    jtieri authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    250cb55 View commit details
    Browse the repository at this point in the history
Loading