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

🎨 Allow indexed handler to handle messages by value #615

Merged
merged 1 commit into from
Sep 23, 2024

Commits on Sep 23, 2024

  1. 🎨 Allow indexed handler to handle messages by value

    - remove the `T` suffix from several template arguments
    - rename `BaseMsg` to `MsgBase` where appropriate: there was a mix of uses, and
      it isn't necessarily a message at all, but the raw storage underlying. So it's
      not a base message, but it is a message base.
    - handle by-value callbacks in the indexed builder/handler.
    elbeno committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fe7b17c View commit details
    Browse the repository at this point in the history