Skip to content

uncle risk and maxPriorityFeePerGas #4127

Answered by ricmoo
moneyDev1111 asked this question in Q&A
Discussion options

You must be logged in to vote

If there is an uncle block, the block’s transactions are all “undone” and never happed, so none of the senders in those transactions are charged anything, since they didn’t happen.

But, that said, most those transactions will have occurred in another block, where they executed normally and were charged.

But, since including more transactions increases the odds of an uncle (since it takes longer to build the block, propagate the block, etc) you need to offset those costs to encourage a miner to even bother including your transaction; keep in mind all the baseFee is burned and the miner gets none of that. So the priority fee is the only incentive for a miner to not produce empty blocks.

In …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@moneyDev1111
Comment options

Answer selected by moneyDev1111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants