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

Remove height information from IbcEvent #2542

Merged
merged 32 commits into from
Aug 12, 2022

Commits on Aug 9, 2022

  1. Introduce IbcEventWithHeight

    plafer committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    d8342ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64fc4c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c01045 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    2e85d49 View commit details
    Browse the repository at this point in the history
  2. Client TryFrom AbciEvent done

    plafer committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d7348b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de5cc19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    753e8e6 View commit details
    Browse the repository at this point in the history
  5. Client Abci conversion done

    plafer committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f0a770c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1eb93d2 View commit details
    Browse the repository at this point in the history
  7. channel abci conversion done

    plafer committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    9bb944b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28c3162 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Remove client height

    plafer committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    ea5d134 View commit details
    Browse the repository at this point in the history
  2. Remove height from connection

    plafer committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    24d7fc2 View commit details
    Browse the repository at this point in the history
  3. channel heights removed

    plafer committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    7b49fdc View commit details
    Browse the repository at this point in the history
  4. Move tests to modules

    plafer committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    cdb5e51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb1335e View commit details
    Browse the repository at this point in the history
  6. move channel tests to modules

    plafer committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    900721b View commit details
    Browse the repository at this point in the history
  7. fix bug

    plafer committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    d1449bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0006402 View commit details
    Browse the repository at this point in the history
  9. changelog

    plafer committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b103150 View commit details
    Browse the repository at this point in the history
  10. Update .changelog/unreleased/improvements/2542-remove-ibcevent-height

    Co-authored-by: Romain Ruetschi <romain@informal.systems>
    plafer and romac committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    95ff193 View commit details
    Browse the repository at this point in the history
  11. fix potential regression

    plafer committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    a60e524 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ab9c8d2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    083c2ad View commit details
    Browse the repository at this point in the history
  14. Fix PrettyEvents

    plafer committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    714b03c View commit details
    Browse the repository at this point in the history
  15. fix regression - try 2

    plafer committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    377b60b View commit details
    Browse the repository at this point in the history
  16. cargo doc fix

    plafer committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    08d2373 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    785cbad View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1bdf27f View commit details
    Browse the repository at this point in the history
  19. Fix get_all_events()

    plafer committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    12484d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    5a68865 View commit details
    Browse the repository at this point in the history
  2. fix e2e tests

    plafer committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    a68d91c View commit details
    Browse the repository at this point in the history