Skip to content

[General] RPC Gas Estimates are inflated #883

Answered by popzxc
jayantk asked this question in General
Discussion options

You must be logged in to vote

Hello! The fix that was done changed the fee configuration parameters. In short, the system works as follows:

There are two main "weight" factors: compute_overhead and pubdata_overhead. The sum of those parameters must equal 1, and if compute_overhead is higher, the model prioritizes the compute component of the transaction execution, while with pubdata_overhead dominating, the model prioritizes covering the published pubdata.

In practical terms, in the first case we will have higher values for gas_per_pubdata and thus overall gas limit. In the second case, gas_per_pubdata will be lower, but the compute will be more expensive. Prior to the fix, the fee model on Abstract was biased towards…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by popzxc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
General
Labels
general General question
2 participants