There is no validator set available as there is no blocks in the network and no epoch stats are loaded.
Due to an issue in the GetCanonicalValidatorSet, dora gets stuck in an endess loop, trying to iterate to the parent of epoch 0, which obviously doesn't work.
The error propagates down to several pages and other parts of the code as they're all calling the GetCanonicalValidatorSet` function:
As currently seen on https://dora.ssz-devnet-0.ethpandaops.io
There is no validator set available as there is no blocks in the network and no epoch stats are loaded. Due to an issue in the
GetCanonicalValidatorSet
, dora gets stuck in an endess loop, trying to iterate to the parent of epoch 0, which obviously doesn't work.The error propagates down to several pages and other parts of the code as they're all calling the GetCanonicalValidatorSet` function: