Skip to content

Make scheduled witnesses table work smoother

#342

I did investigation on blocks skipping and did some small changes for better witness schedule performance.

What I found it that calling frequently getHafbeLastSyncedBlock skips one or two blocks for some reason, probably worth to investigate backend, because we don't see any error if failed to fetch block, so adding any error messages would be a good start . Same skipping issue can be seen when live data toggle is on. For more frequent request you could change refetchInterval to 1000ms or even less on HeadBlockContext.tsx .

I would suggest to investigate backend.

@mcfarhat

Merge request reports

Loading