expload / pravda

Blockchain with Turing-complete VM implemented in Scala.
https://expload.com/developers/documentation/pravda/
GNU Affero General Public License v3.0
37 stars 14 forks source link

Allow to configure create_empty_blocks parameter of Tendermint #531

Closed Chicker closed 5 years ago

Chicker commented 5 years ago

Tendermint has two parameters related to creating empty blocks even there are no committed transactions.

Those parameters are configured in config.toml file in the consensus section.

[consensus]
# EmptyBlocks mode and possible interval between empty blocks
create_empty_blocks = true
create_empty_blocks_interval = "0s"

We need to be able to configure the above parameters through our CLI.