-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Tendermint: no blocks generated #8157
Comments
I was able to reproduce the issue here with the panic at the end:
Trying to dig deeper. |
@bgrieder Hi, I am trying to do a similar setup (using docker containers ref). Even for me, the blocks are not being mined. Have you found the reason? My
I am getting this log in the still running authority/validator:
Also, one container failed and stopped due to this error:
What is wrong? |
@roynalnaruto the panic was fixed in #8367 (not yet in stable), however the parity's tendermint engine is still not ready for production use. The error you're getting ( |
@ordian I had used
I have mentioned only 2 of the authorities, rest of the yaml file follows the same pattern And this is the
Is there something else wrong? |
I bumped into this. Anyone solved it?? |
Closing this in favor of #8664 |
This setup of 3 validator nodes work fine with Authority Round (blocks are generated) but does not work with Tendermint (validators see each other but no blocks are generated). The general guidelines of https://wiki.parity.io/Demo-PoA-tutorial.html have been followed.
From the working set-up for Aura, the
engine
entry of genesis.json was replaced:Original (Aura)
Tendermint
The text was updated successfully, but these errors were encountered: