-
Notifications
You must be signed in to change notification settings - Fork 411
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
Rename some more "features" to "capabilities" #1679
Conversation
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.
Thanks for the housekeeping. Please run the formatter.
"testing" | ||
|
||
tmbytes "github.com/cometbft/cometbft/libs/bytes" |
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.
This change should not be in here. Please run make format
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.
This is the result of make format
. It's in a separate commit. Feel free to kick it out if needed
CyberpunkFeatures = "staking,mask,stargate,cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,cosmwasm_1_4" | ||
ReflectFeatures = CyberpunkFeatures | ||
CyberpunkCapabilities = "staking,mask,stargate,cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,cosmwasm_1_4" | ||
ReflectCapabilities = CyberpunkCapabilities |
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.
👍
Codecov Report
@@ Coverage Diff @@
## main #1679 +/- ##
==========================================
- Coverage 56.80% 56.77% -0.03%
==========================================
Files 62 62
Lines 8232 8232
==========================================
- Hits 4676 4674 -2
- Misses 3119 3120 +1
- Partials 437 438 +1 |
No description provided.