You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🎨 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.
0 commit comments