Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cargo features for modules #11

Open
hu55a1n1 opened this issue Sep 9, 2021 · 0 comments
Open

Add cargo features for modules #11

hu55a1n1 opened this issue Sep 9, 2021 · 0 comments
Labels
wontfix This will not be worked on

Comments

@hu55a1n1
Copy link
Member

hu55a1n1 commented 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.

@hu55a1n1 hu55a1n1 changed the title Add cargo features Add cargo features for modules Sep 9, 2021
@hu55a1n1 hu55a1n1 added the wontfix This will not be worked on label Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant