archethic-foundation / archethic-node

Official Archethic Blockchain node, written in Elixir
GNU Affero General Public License v3.0
71 stars 22 forks source link

Mining should not timeout if cross stamp is not received #1536

Open Neylix opened 3 months ago

Neylix commented 3 months ago

Describe the problem you discovered

Currently when the mining starts, the coordinator retrieve the context from the other validation nodes. Once the context of a node is received, all other nodes assume this node will be part of the full validation.

But for some reason the node could stop working and will never do the cross validation. So the other nodes wait for it's cross validation stamp and fall in mining timeout as they never received it.

Describe the solution you'd like

We should find a behavior to avoid this mining timeout.

Epic

No response