-
Notifications
You must be signed in to change notification settings - Fork 338
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
feat: charge gas per message shares #946
Conversation
payForDataGasDescriptor = "pay for data" | ||
|
||
// GasPerMsgByte is the amount of gas to charge per byte of message data. | ||
// TODO: extract GasPerMsgByte as a parameter to this module. |
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.
Opens #949
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.
LGTM, left a question to understand more.
Co-authored-by: CHAMI Rachid <chamirachid1@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #946 +/- ##
==========================================
+ Coverage 26.13% 26.14% +0.01%
==========================================
Files 77 77
Lines 9353 9351 -2
==========================================
+ Hits 2444 2445 +1
+ Misses 6680 6677 -3
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. |
Closes celestiaorg#431 Co-authored-by: CHAMI Rachid <chamirachid1@gmail.com>
Closes celestiaorg#431 Co-authored-by: CHAMI Rachid <chamirachid1@gmail.com>
Closes #431