Skip to content

EIP 1559 on Ethereum VS side chains #2917

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

You must be logged in to vote

Polygon did not implement EIP-1559 according to the specification, and made their own decisions, which I still do not understand.

The baseFee come from in-protocol calculations, based on previous block “fullness”. A block is only a candidate to be mined if maxFeePerGas > baseFeePerGas. The priority fee is a bribe to further incentivize a miner. There is no such thing as gasPrice after EIP-1559; it doesn’t exist. Any API that returns it, is approximating a value that will hopefully work when broadcasting a legacy transaction; this is also a very bad idea, legacy transactions will never cost less than the EIP-1559 equivalent, but will almost certainly cost more.

The point of maximumPriority…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Madeindreams
Comment options

@ricmoo
Comment options

@Madeindreams
Comment options

Answer selected by Madeindreams
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