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

Update protos to IBC v3.0.0-rc.0 and Cosmos SDK v0.45.1 #1825

Merged
merged 22 commits into from
Feb 18, 2022
Merged

Commits on Feb 2, 2022

  1. Configuration menu
    Copy the full SHA
    ecbd198 View commit details
    Browse the repository at this point in the history
  2. Remove channel version negotiation step during channel handshake

    In IBC v2, relayers would query the `NegotiateAppVersion` endpoint before calling `ChanOpenTry`.
    Applications would then need to verify that the passed in version was correct.
    
    As of IBC v3, applications will perform this version negotiation during the channel handshake,
    thus removing the need for the relayer to query the version.
    romac committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    217a791 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e20c847 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0de6ea9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77e8378 View commit details
    Browse the repository at this point in the history
  6. Remove unused error variants

    romac committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    476c585 View commit details
    Browse the repository at this point in the history
  7. Add changelog entry

    romac committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    db6cbad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    215fe9b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c26cdf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Unify error message casing (#1841)

    * Unify error messages casing
    
    * Revert unrelated change
    
    * Fix capitalization of CheckTx
    romac authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    d1ac089 View commit details
    Browse the repository at this point in the history
  2. Handle non-standard ports in channel handshake (#1840)

    * Use empty version for `ChanOpenInit` when port is non-standard and source channel version for `ChanOpenTry` steps
    
    * Remove unused error variant
    
    * Remove misleading comment
    
    * Add changelog entry
    romac authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    1a69c4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bfc5cc View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    33c7224 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3bbe93 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

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

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    d71ea62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2b93b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d45ce6 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    f686563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    982f5ff View commit details
    Browse the repository at this point in the history
  3. Fix cargo doc

    romac committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    41f6283 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfaddb4 View commit details
    Browse the repository at this point in the history