Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Update Gas and Fees, Blocks and Transactions pages #3509
Update Gas and Fees, Blocks and Transactions pages #3509
Changes from 12 commits
4767ee4
7a8d710
d7f029a
9a33190
7cfdcf5
0a2906e
d916a2e
0ada868
3d3b417
70bf473
42c62a2
7d92888
c57cbed
791b37b
cf6f6d8
8e2510e
3284f0b
1d1a0d6
93d3089
e270160
352495d
6b86af7
14d8ab0
0fa9a5e
d2b3328
ad48b9b
37738a1
ae2c599
efb358b
9c8dc15
c077cad
5fc90c6
8f63cb2
a092cf2
57d21ed
d9388ee
03f06ca
6145f53
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We subsequently state that the block limit is 30 million... would consider the following:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have a resource stating the new block capacity would be 30 million? I had been under the impression it was 25 million, but given current limit is now 15 million I wasn't sure... Didn't see anything specifying this in the EIP-1559 spec, and a cursory search online gave a mix of answers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup this confused me too so I double checked with Trent. 30 million is correct.
Source: https://hackmd.io/@q8X_WM2nTfu6nuvAzqXiTQ/1559-wallets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few clarifications:
baseFeePerGas
increases until they are 50% full again, and similarly, if they are <50% full, thebaseFeePerGas
will decrease until there is sufficient demand (or it reaches its minimum value);