We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
64 tx/block 10TPS Nightfall -> 1 block every 6.4 sec 32 L1Blocks -> 6.4 minutes proposeBlock avg Gas cost: 175221 changeCurrentProposer avg Gas cost: 156273
proposeBlock
changeCurrentProposer
changeCurrentProposer + (proposeBlock * numBlocks) < numBlocks * 64 tx/block * fee
(changeCurrentProposer + (proposeBlock * 60)) / (60 blocks * 64 tx/block) < fee
10669533 gas cost / 3840 < fee
2778 < fee
The cost incurred by the proposer in case there is only 1 transaction and only 1 block is:
changeCurrentProposer + proposeBlock < fee
331494 gas cost < fee
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: