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

Implement dynamic fee calculator #3211

Merged
merged 309 commits into from
Aug 5, 2024

Conversation

StephenButtolph
Copy link
Contributor

@StephenButtolph StephenButtolph commented Jul 21, 2024

Why this should be merged

Refactored out of #3188.

This PR introduces the dynamic fee calculator.

How this works

This is a pretty straightforward PR. It uses TxComplexity and converts the complexity dimensions into gas and then calculated the price.

How this was tested

  • Added unit tests

abi87 added 30 commits March 4, 2024 10:57
Base automatically changed from implement-acp-103-tx-metering to master August 5, 2024 18:22
vms/components/fee/gas_test.go Show resolved Hide resolved
vms/components/fee/gas_test.go Outdated Show resolved Hide resolved
@StephenButtolph StephenButtolph added this pull request to the merge queue Aug 5, 2024
Merged via the queue into master with commit 1bcd544 Aug 5, 2024
21 checks passed
@StephenButtolph StephenButtolph deleted the implement-acp-103-fee-calculator branch August 5, 2024 19:52
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.

5 participants