Skip to content

Why do GoQuorum writes block even without any transaction? #1416

Discussion options

You must be logged in to vote

It is 5 seconds period between blocks. (with or without tx)

Gas limit is related to the operations made by the contracts for executing transactions.
https://ethereum.org/en/developers/docs/blocks/#block-size

I understand that reaching this limit will end on pausing the execution of transactions until the block is released, therefore you are wasting computing time. (yet I have check it's the case in reality)

Anyway we propose 1 sec because it provides the best throughput.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by antonydenyer
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
Converted from issue

This discussion was converted from issue #1404 on May 23, 2022 11:57.