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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
The
#[pallet::event]
macro supports named structs for events, which provides better UX to users listening and accessing events.To migrate the events you need to:
#[pallet::event]
enum definitionsfeatures=runtime-benchmarks
Should be non-breaking and backwards compatible.
See an example: #5423
The text was updated successfully, but these errors were encountered: