-
Notifications
You must be signed in to change notification settings - Fork 142
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 feature flag for cw20 support in dao-core. #571
Conversation
bb3c952
to
31b4134
Compare
Codecov ReportBase: 95.06% // Head: 95.06% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #571 +/- ##
=======================================
Coverage 95.06% 95.06%
=======================================
Files 42 42
Lines 3808 3808
=======================================
Hits 3620 3620
Misses 188 188
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Cosm-Orc Gas Usage
Raw Report for 3432ddf
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HELL YEAH. ❤️
31b4134
to
3432ddf
Compare
This puts cw20 support in the dao-core contract behind a feature flag. The feature is not enabled by default, so for DAOs that want to use cw20s this is a no-op.
As part of this change I have also added lints and tests to CI which run with no default features enabled so we will detect regressions if a future change depends on cw20 support, but does not properly gate itself behind the feature flag.