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 Callbacks #2025

Merged
merged 44 commits into from
May 21, 2024
Merged

IBC Callbacks #2025

merged 44 commits into from
May 21, 2024

Commits on May 21, 2024

  1. Add ibc-callbacks contract

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    704dda5 View commit details
    Browse the repository at this point in the history
  2. Fix gas limit type

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    83e08ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e56e52c View commit details
    Browse the repository at this point in the history
  4. Fix imports

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4ad16bb View commit details
    Browse the repository at this point in the history
  5. Fix doctest

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    578e633 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc0b4dc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea64ce4 View commit details
    Browse the repository at this point in the history
  8. Add source callback test

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a018d7e View commit details
    Browse the repository at this point in the history
  9. Fix import

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    62a0884 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    387812e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    24f90b5 View commit details
    Browse the repository at this point in the history
  12. Remove redundant clone

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7070a1a View commit details
    Browse the repository at this point in the history
  13. Add integration test stub

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    37ecc15 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ebd684b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1039bda View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d131c1c View commit details
    Browse the repository at this point in the history
  17. Fix clippy lints

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    eee39cb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    efa7d62 View commit details
    Browse the repository at this point in the history
  19. Update ibc-callbacks

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a052b4e View commit details
    Browse the repository at this point in the history
  20. Fix destination callback

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ccd4bb8 View commit details
    Browse the repository at this point in the history
  21. Update schemas

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4dc36f2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6cbe854 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3942f43 View commit details
    Browse the repository at this point in the history
  24. Apply review feedback

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f703a74 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    56a8fba View commit details
    Browse the repository at this point in the history
  26. Fix destination chain types

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e6471d8 View commit details
    Browse the repository at this point in the history
  27. Fix link

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    366e87f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6ce3476 View commit details
    Browse the repository at this point in the history
  29. Simplify doc comment

    Co-authored-by: srdtrk <59252793+srdtrk@users.noreply.github.com>
    chipshort and srdtrk committed May 21, 2024
    Configuration menu
    Copy the full SHA
    79598a9 View commit details
    Browse the repository at this point in the history
  30. Correct docs

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f085538 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2f619f9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ff80f94 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a37ab64 View commit details
    Browse the repository at this point in the history
  34. Fix doc links

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    57d5174 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0abe2a4 View commit details
    Browse the repository at this point in the history
  36. Reduce nesting

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c8216e7 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    9f049b2 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    64fa6c3 View commit details
    Browse the repository at this point in the history
  39. Update packages/vm/README.md

    Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
    chipshort and webmaster128 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ee75e95 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    2426bb9 View commit details
    Browse the repository at this point in the history
  41. Add changelog entries

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    abf5c76 View commit details
    Browse the repository at this point in the history
  42. Improve docs

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    31d8cf3 View commit details
    Browse the repository at this point in the history
  43. Update schemas

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4423fdc View commit details
    Browse the repository at this point in the history
  44. Fix ibc-callbacks lock file

    chipshort committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9a3573c View commit details
    Browse the repository at this point in the history