You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we use the solo consensus engine, it can generate blocks even though the network is disabled. The Tendermint consensus engine, however, does not generate blocks if the network is disabled.
Actually, since a normal network will be able to enable the network, this is not an important issue. If a user wants to run a network with only one Tendermint node to test some feature, this can matter.
What I mean by disabling/enabling the network is changing the "disable" value in the config file:
majecty
changed the title
Tendermint consensus does not generates block if network is disabled
Tendermint consensus does not generate blocks if network is disabled
Mar 3, 2020
ScarletBlue
changed the title
Tendermint consensus does not generate blocks if network is disabled
Tendermint consensus does not generate blocks if the network is disabled
Mar 4, 2020
If we use the solo consensus engine, it can generate blocks even though the network is disabled. The Tendermint consensus engine, however, does not generate blocks if the network is disabled.
Actually, since a normal network will be able to enable the network, this is not an important issue. If a user wants to run a network with only one Tendermint node to test some feature, this can matter.
What I mean by disabling/enabling the network is changing the "disable" value in the config file:
foundry/foundry/config/presets/config.dev.toml
Line 19 in bb58de0
The text was updated successfully, but these errors were encountered: