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

[WIP][IBC] Implement ICS-02 Client Semantics #916

Draft
wants to merge 23 commits into
base: ibc/proto-exploration-ics23
Choose a base branch
from

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    58a78c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fec79d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c2af75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    227e526 View commit details
    Browse the repository at this point in the history
  5. Implement CreateClient method

    h5law committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ec954e7 View commit details
    Browse the repository at this point in the history
  6. Implement UpdateClient method

    h5law committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    04d969d View commit details
    Browse the repository at this point in the history
  7. Implement UpgradeClient method

    h5law committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    37e2ee3 View commit details
    Browse the repository at this point in the history
  8. Shorted log lines

    h5law committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8425f83 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3eff80b View commit details
    Browse the repository at this point in the history
  10. Allow setting nil keys

    h5law committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    99423a8 View commit details
    Browse the repository at this point in the history
  11. Add error returns

    h5law committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4bd3d41 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7718b9c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fcc11ad View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1a29904 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    92236b3 View commit details
    Browse the repository at this point in the history
  16. Add GetHostClientState()

    h5law committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ddccdd0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9f7f2bb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    93e71e8 View commit details
    Browse the repository at this point in the history
  19. Add ICS-02 documentation

    h5law committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f3a4b56 View commit details
    Browse the repository at this point in the history
  20. Add client query tests

    h5law committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    6380ee1 View commit details
    Browse the repository at this point in the history
  21. Add basic type tests

    h5law committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8cfd9af View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f61c97a View commit details
    Browse the repository at this point in the history
  23. fix linter error

    h5law committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7e61c5d View commit details
    Browse the repository at this point in the history