kowala-tech / kcoin

A stable cryptocurrency that algorithmically targets $1 USD using the Kowala Protocol
https://www.kowala.tech/
Other
18 stars 16 forks source link

Variable block time / no empty blocks #754

Closed yourheropaul closed 5 years ago

yourheropaul commented 5 years ago

One second block times may be a problem in some circumstances. On the test networks we're going be wasting blocks as lot of the time; for e2e tests, it might actually be too slow in some cases. There's also quite a lot of latency in the main net already (400ms sometimes), which suggests that it may be too fast for a real network.

Is there a way to make this variable, with the value perhaps stored in the system settings contract?

yourheropaul commented 5 years ago

Just not having empty block would also work.