This repository has been archived by the owner on Aug 21, 2021. It is now read-only.
This release contains a workaround for near/nearcore#3614.
If the validators
RPC call is requested while the node is syncing, the node fetches historic data. This is a very expensive operation and can slow down chain sync. We now check /status
and return a scraping error if the node is currently syncing.