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

feat: update ibc-go to v4, adapt packages and API #8409

Merged
merged 7 commits into from
Nov 15, 2023
Merged

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    0ec1b79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b23487 View commit details
    Browse the repository at this point in the history
  3. fix: handle hang-on-halt behavior from agoric-labs/cosmos-sdk#305

    The backport referenced above has the agd process hang around after halting.
    Wrote a wrapper utility which scans stderr for the halt application message,
    interrupts the process, then propagates its error signal. Conventional shell
    scripting is not up to the challenge of expressing this behavior.
    JimLarson committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a4fd510 View commit details
    Browse the repository at this point in the history
  4. Revert "fix: handle hang-on-halt behavior from agoric-labs/cosmos-sdk…

    …#305"
    
    This reverts commit efcc3b0.
    
    We decided to roll back the problematic change (agoric-labs/cosmos-sdk#305).
    JimLarson committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4d99888 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75d6b1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0b6f78 View commit details
    Browse the repository at this point in the history
  7. docs: update changelog

    JimLarson committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    49d28f7 View commit details
    Browse the repository at this point in the history