-
Notifications
You must be signed in to change notification settings - Fork 324
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
chore!: rename payment module -> blob #972
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.
Blob in a generic context as a replacement for payment sounds a little confusing to me, but if there's general consensus for renaming it to blob |
@@ -58,7 +58,7 @@ func (k Keeper) DeserializeValidatorIterator(vals []byte) stakingtypes.ValAddres | |||
return validators | |||
} | |||
|
|||
// StakingKeeper restricts the functionality of the bank keeper used in the payment keeper | |||
// StakingKeeper restricts the functionality of the bank keeper used in the qgb keeper |
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.
👍
|
@evan-forbes The test |
Codecov Report
@@ Coverage Diff @@
## main #972 +/- ##
==========================================
+ Coverage 26.13% 29.74% +3.61%
==========================================
Files 77 72 -5
Lines 9353 8199 -1154
==========================================
- Hits 2444 2439 -5
+ Misses 6680 5531 -1149
Partials 229 229
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
yeah I've started, #988 it might be anecdotal, but it seems to fail a lot more often when we are running the CI in different PRs at once. It also started to when we decreased the block time. |
speak now or forever hold your peace. NOTE: this PR does not rename MsgPayForData or MsgWirePayForData, as this was already too big of a diff. closes celestiaorg#961
speak now or forever hold your peace. NOTE: this PR does not rename MsgPayForData or MsgWirePayForData, as this was already too big of a diff. closes celestiaorg#961
speak now or forever hold your peace.
NOTE: this PR does not rename MsgPayForData or MsgWirePayForData, as this was already too big of a diff.
closes #961