-
Notifications
You must be signed in to change notification settings - Fork 0
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
Node configuration #42
Comments
We are introducing the following configuration changes: Peer Exchange ReactorThere is no need to discover and connect with new peers until the network is open. Initially, the list of nodes will be static and specified in Empty BlocksWe don't want to produce empty blocks (see #37). In case of no transactions, it is sufficient to generate a block occasionally (e.g., once every half a minute). Unfortunately, changing the values of the InflationAt the moment, the sequencer network will operate on a temporary token, and we do not anticipate any transfers between accounts. Therefore, inflation is not necessary and has been disabled. The above changes were introduced in the PR. |
…ration Change node configuration: pex, inflation, empty blocks #42
The purpose of the task is to go through all the configuration options and set the appropriate values.
Useful links:
The text was updated successfully, but these errors were encountered: