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
Add features to enable conditional compilation for modules (eg. auth, staking, ibc, bank). This would allow apps using the framework to choose which modules to enable/install. In the future, there could be multiple implementations of the same module.
Acceptance criteria
Every module must have an associated feature and dependencies should be handled properly. Users must be able to opt-in to their modules of choice.
The text was updated successfully, but these errors were encountered:
hu55a1n1
changed the title
Add cargo features
Add cargo features for modules
Sep 9, 2021
Description
Add features to enable conditional compilation for modules (eg.
auth
,staking
,ibc
,bank
). This would allow apps using the framework to choose which modules to enable/install. In the future, there could be multiple implementations of the same module.Acceptance criteria
Every module must have an associated feature and dependencies should be handled properly. Users must be able to opt-in to their modules of choice.
The text was updated successfully, but these errors were encountered: