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

Problem: ibc callback is not used #1185

Merged
merged 26 commits into from
Sep 27, 2023
Merged

Problem: ibc callback is not used #1185

merged 26 commits into from
Sep 27, 2023

Commits on Sep 26, 2023

  1. add cb

    larger maxCallbackGas
    mmsqe committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d5ae01d View commit details
    Browse the repository at this point in the history
  2. add interface

    mmsqe committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6ce558b View commit details
    Browse the repository at this point in the history
  3. go mod tidy

    mmsqe committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    bbfb458 View commit details
    Browse the repository at this point in the history
  4. gen binding

    pack method
    
    add cb
    mmsqe committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    300a8c5 View commit details
    Browse the repository at this point in the history
  5. use cb events

    mmsqe committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    629eed9 View commit details
    Browse the repository at this point in the history
  6. add max_callback_gas in param

    mmsqe committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    aa55bcd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d86aad View commit details
    Browse the repository at this point in the history
  8. use default maxCallbackGas

    mmsqe committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    85bb2d8 View commit details
    Browse the repository at this point in the history
  9. fix test

    mmsqe committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    062ca03 View commit details
    Browse the repository at this point in the history
  10. revert events

    mmsqe committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    233f267 View commit details
    Browse the repository at this point in the history
  11. fix signature

    mmsqe committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b9fea2f View commit details
    Browse the repository at this point in the history
  12. notify caller

    mmsqe committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    bcf4663 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. fix migrate

    fix test
    
    fix lint
    
    test param
    mmsqe committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    9a2f531 View commit details
    Browse the repository at this point in the history
  2. add cb signature

    mmsqe committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5052c3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0960e47 View commit details
    Browse the repository at this point in the history
  4. interface only when bind

    mmsqe committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b169866 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab87fde View commit details
    Browse the repository at this point in the history
  6. notify directly from middleware

    mmsqe committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d9229b4 View commit details
    Browse the repository at this point in the history
  7. make use of fee type

    mmsqe committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0da3033 View commit details
    Browse the repository at this point in the history
  8. change ack to bool

    yihuang committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    aa380c2 View commit details
    Browse the repository at this point in the history
  9. fix unmarshal

    yihuang committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a5a7d8e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63ca954 View commit details
    Browse the repository at this point in the history
  11. add change doc

    mmsqe committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fa936ce View commit details
    Browse the repository at this point in the history
  12. fix gas limit

    yihuang committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b64cdc7 View commit details
    Browse the repository at this point in the history
  13. fix interface

    mmsqe committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    067ac47 View commit details
    Browse the repository at this point in the history
  14. fix test

    mmsqe committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    947abe0 View commit details
    Browse the repository at this point in the history