Skip to content
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

Reduce dynamic fees variability to ease testing #3298

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

StephenButtolph
Copy link
Contributor

Why this should be merged

Currently, the gas price can change as much as a factor of e^500 every second. This causes the fees to be so volatile that even simple usage is unworkable.

This changes the factor to e^(1/10) every second. Which is stable enough for reasonable usage.

This is not the final parameterization (by any means). Just making the defaults possible to use.

How this works

1 -> 5000.

How this was tested

These values aren't currently used, but when they are used this change is required for CI to pass.

@StephenButtolph StephenButtolph added this pull request to the merge queue Aug 15, 2024
Merged via the queue into master with commit 50b8d65 Aug 15, 2024
21 checks passed
@StephenButtolph StephenButtolph deleted the provide-reasonable-values branch August 15, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants