-
Notifications
You must be signed in to change notification settings - Fork 21k
Description
Starting with Edolus (v1.13.12), a couple weeks before Deneb, geth blocks began to use significantly less gas than other builders/engines when the network isn't over capacity. Currently the median block built by geth is using less than 3 million gas and carries less than 50 transactions.
Figure 1: average gas usage of blocks separated by builder.
Transactions on the network tend to be heavily skewed toward low priority fees, with over 40% of transactions using less than 1.5% of their tips in gas (over 50% in locally built blocks).
Figure 2: the distribution of priority fee share of gas price for transactions on the Ethereum Network.
As can be seen in Figure 3, in blocks built by geth the majority of the left spike is missing, accounting for approximately 50% of transactions. Because these transactions contain little-to-no tips, the value of geth blocks is relatively unaffected and remains competitive with Nethermind blocks.
Figure 3: the distribution of priority fee share of gas price for transactions in blocks built by geth.