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

Adjust fees to network load. #8

Merged
merged 1 commit into from
May 30, 2024
Merged

Adjust fees to network load. #8

merged 1 commit into from
May 30, 2024

Conversation

benoitdevos
Copy link
Contributor

Inclusion fees are made network load-dependent, using a fine-tuned version of SlowAdjustingFeeUpdate.

The fine-tuning consists in setting MinimumMultiplier equal to one. The net effect of this is that the inclusion fees remain equal to the nominal fees when the load drops below the target value (i.e. when Block fullness is less than 25%). A contrario when the load goes above the target value, the inclusion fees increase.

logion-network/logion-internal#1283
logion-network/logion-internal#1267

Copy link
Contributor

@gdethier gdethier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

@benoitdevos benoitdevos merged commit 73cfce7 into main May 30, 2024
1 check passed
@benoitdevos benoitdevos deleted the feature/adjust-fees branch May 30, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants