my-cloud / ruthenium

Golang implementation of the Ruthenium protocol
The Unlicense
11 stars 1 forks source link

Missing block hinders next validation #240

Open JeremyPansier opened 11 months ago

JeremyPansier commented 11 months ago

To Reproduce Steps to reproduce the behavior:

  1. Run a single node
  2. Pause it for one minute
  3. Resume it
  4. New block cannot be validated

Expected behavior Either the validation can be done despite of lacking blocks or empty blocks are added to allow validation.

Actual behavior Missing block hinders next validation.