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 builder #3232

Merged
merged 383 commits into from
Aug 13, 2024
Merged

Conversation

StephenButtolph
Copy link
Contributor

@StephenButtolph StephenButtolph commented Jul 24, 2024

Why this should be merged

Refactored out of #3189.

How this works

This PR adds complexity logic to the P-chain tx builder.

  • The wallet supports building (pre-Etna) transactions with static fees (by setting either the complexity weights or the gas price to 0).
  • The wallet supports building (post-Etna) transactions with dynamic fees (by setting the static fees to 0 and populating the complexity weights and gas price).

How this was tested

  • Unit tests

abi87 added 30 commits April 26, 2024 08:11
Base automatically changed from refactor-tx-builder to master August 12, 2024 17:55
@StephenButtolph StephenButtolph added this pull request to the merge queue Aug 13, 2024
Merged via the queue into master with commit 85d3bfe Aug 13, 2024
21 checks passed
@StephenButtolph StephenButtolph deleted the implement-acp-103-tx-builder branch August 13, 2024 17:38
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.

4 participants