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
SlowAdjustingFeeUpdate
https://github.com/paritytech/polkadot/blob/master/runtime/common/src/lib.rs#L81-L120 For starters simply copy these parameters, but eventually we want to experiment with tweaking them. For example the AdjustmentVariable can be bumped to speed up the increase of TX fees as the network becomes more congested. Some related PRs: #296 #337 Some related open issues: #343 Related doc: https://www.notion.so/2d9269c2bb794ee0a1d05ab3ee3935ee?v=81a14d467201467280665fed9d3c32dc&p=d747e0ba3d7d49dc86c13da69d46dae8
AdjustmentVariable
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
https://github.com/paritytech/polkadot/blob/master/runtime/common/src/lib.rs#L81-L120
For starters simply copy these parameters, but eventually we want to experiment with tweaking them.
For example the
AdjustmentVariable
can be bumped to speed up the increase of TX fees as the network becomes more congested.Some related PRs:
#296
#337
Some related open issues:
#343
Related doc:
https://www.notion.so/2d9269c2bb794ee0a1d05ab3ee3935ee?v=81a14d467201467280665fed9d3c32dc&p=d747e0ba3d7d49dc86c13da69d46dae8
The text was updated successfully, but these errors were encountered: