We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Price per block increases linearly with number of slots, so the formula to be used for the safe-buffer is really just
extraMana = numberOfSlots * protocolParams.CongestionControlParameters().Increase * blockWorkScore
That will give you the increase in maximum possible increase in Mana cost over numberOfSlots
numberOfSlots
Todos:
The text was updated successfully, but these errors were encountered:
@cpl121 lets caluclate the buffer for the next 3 slots, and after that we have to update and recalculate the buffer again, and so like that
Sorry, something went wrong.
cpl121
Successfully merging a pull request may close this issue.
Task description
Price per block increases linearly with number of slots, so the formula to be used for the safe-buffer is really just
extraMana = numberOfSlots * protocolParams.CongestionControlParameters().Increase * blockWorkScore
That will give you the increase in maximum possible increase in Mana cost over
numberOfSlots
Todos:
The text was updated successfully, but these errors were encountered: