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 was archived by the owner on Nov 15, 2023. It is now read-only.
We should ensure all modules implement/export Events/Logs/Storage/Call/GenesisConfig. Then rather than having three macros (impl_outer_event, impl_outer_log, impl_outer_dispatch) plus any others for the JSON metadata stuff, each listing most modules, we have only one fuse_modules! macro which lists the macros once and does the job of fusing together each of the modules where required for Events/Logs/Storage/Call/GenesisConfig.