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

Remove gas dividers #3587

Closed
grarco opened this issue Aug 6, 2024 · 0 comments · Fixed by #3615
Closed

Remove gas dividers #3587

grarco opened this issue Aug 6, 2024 · 0 comments · Fixed by #3615

Comments

@grarco
Copy link
Collaborator

grarco commented Aug 6, 2024

It has been decided to remove the gas discounts for parallel executions. We should therefore remove the const PARALLEL_GAS_DIVIDER and MASP_PARALLEL_GAS_DIVIDER and the logic that handles them. We can do this in two phases:

  1. We just set these consts to 1
  2. We remove the constants, rework the places were they are used and remove VpsGas. We'll also need to rework the way we sum the gas consumed by vps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant