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
Our pallets have deeply nested dependencies which means that they are not composable. i.e. democracy logic can't be used by non-encointer runtimes. Moreover, coding gets trickier the more dependencies we add.
Our pallets have deeply nested dependencies which means that they are not composable. i.e. democracy logic can't be used by non-encointer runtimes. Moreover, coding gets trickier the more dependencies we add.
This should be avoided:
pallets/democracy/src/lib.rs
Lines 85 to 90 in 557aea1
We could introduce a custom
Origin
per CommunityIdentifier (or global) which is allowed to enact proposals by calling specific dispatchables.As we are in pragmatic mode currently, this can surely wait. But a cleanup is due sooner or later
The text was updated successfully, but these errors were encountered: