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

Do not perform client update if consensus state already exists #3555

Merged
merged 5 commits into from
Nov 9, 2023

Commits on Aug 22, 2023

  1. Do not perform client update if consensus state already exists

    On some chains there are a few active channels using the same connection
    and therefore clients. This PR adds a check in the client update code and
    not create the message if the consensus state at desired height is already present.
    This helps with reducing relayer fees, state bloating, etc by eliminating redundant updates.
    romac committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a57d906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    306da43 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Sep 27, 2023

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

Commits on Nov 8, 2023

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