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

IBC quality of life changes for relayer work #2426

Merged
merged 2 commits into from
Apr 27, 2023
Merged

IBC quality of life changes for relayer work #2426

merged 2 commits into from
Apr 27, 2023

Commits on Apr 27, 2023

  1. pcli: readable ibc query error text

    Updates `pcli query ibc` commands to have a sprinkling of context, for
    human-readable error messages when lookups fail.
    conorsch committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    1a75c2a View commit details
    Browse the repository at this point in the history
  2. chain: enable ics20 transfers in default params

    Here we update the default chain params to enable ICS-20 inbound &
    outbound params. It doesn't appear we're actually checking this anywhere
    in our code, but I'm making the change in the context of pushing toward
    getting the relayer working for IBC transfers between preview & testnet.
    conorsch committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    a896e56 View commit details
    Browse the repository at this point in the history