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

Change config format to scope configs by type #3644

Merged
merged 34 commits into from
Oct 25, 2023

Commits on Oct 1, 2023

  1. wip: make config an endpoint-specific enum

    Work towards informalsystems#3636
    
    This turns out to be a very good place to start to discover requirements for
    Hermes to operate in a more multi-chain way, since it allows discovering which
    parts of the code access Cosmos-specific data to do Cosmos-specific logic, and
    which parts are required for general relaying.
    
    The only change to the existing config format so far is the change in semantics
    of the `type` field, which now must be `CosmosSdk`. I did not preserve the
    existing logic and tests that parsing different variations of casing and dashes
    are supported, because I don't think this is particularly valuable to support.
    
    So far, only the core `ibc-relayer` crate is updated; the cli is not, because
    it's not necessarily clear how the cli should change to accomodate non-SDK
    chains.
    hdevalence committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    92ea480 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

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

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    362f4a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b25ce6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b6f769 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71cf297 View commit details
    Browse the repository at this point in the history
  5. relayer: run cargo fmt

    erwanor committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    baad978 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b5f8fb View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    4457c2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02f9a87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c259910 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a6baeb View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    ed1ff5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25c7cf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6eadc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e891697 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29b1bde View commit details
    Browse the repository at this point in the history
  6. hermes: various linting fixes

    erwanor committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    12c02de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f28601b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64083a3 View commit details
    Browse the repository at this point in the history
  9. ci: update misbehavior config

    erwanor committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8f02d10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44032e5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a09a0c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    b1a39d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c158cba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7028fc View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    3cb9db3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33e2cf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cddce8d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    4e7b5ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c42de92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e588311 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    979cef4 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Add changelog entries

    romac committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    d7f8674 View commit details
    Browse the repository at this point in the history